From: "Teresa Gámez" <t.gamez@phytec.de>
To: barebox@lists.infradead.org
Subject: [PATCHv2 0/6] Add PCM051 support
Date: Thu, 20 Dec 2012 15:22:28 +0100 [thread overview]
Message-ID: <1356013354-25832-1-git-send-email-t.gamez@phytec.de> (raw)
This is rebased on the new AM33XX patch stack of Jan Luebbe.
It adds phyCORE-AM335x (pcm051) support.
Added also device register functions for SRAM, RAM and EHCI.
Teresa Gámez (6):
ARM AM33XX: Add mmc0 pin mux function
ARM OMAP: Add SRAM and DRAM to device register functions
ARM OMAP: Apply RAM device register functions to boards
ARM OMAP: Add EHCI to device register functions
ARM OMAP: Apply EHCI device register functions
pcm051: Add inital support
arch/arm/Makefile | 1 +
arch/arm/boards/archosg9/board.c | 2 +-
arch/arm/boards/beagle/board.c | 5 +-
arch/arm/boards/beaglebone/board.c | 2 +-
arch/arm/boards/omap343xdsp/board.c | 2 +-
arch/arm/boards/omap3evm/board.c | 2 +-
arch/arm/boards/panda/board.c | 5 +-
arch/arm/boards/pcm049/board.c | 5 +-
arch/arm/boards/pcm051/Makefile | 1 +
arch/arm/boards/pcm051/board.c | 64 +++++++++++++++++++++++
arch/arm/boards/pcm051/config.h | 21 +++++++
arch/arm/boards/pcm051/env/boot/sd | 10 ++++
arch/arm/boards/pcm051/env/config | 22 ++++++++
arch/arm/boards/phycard-a-l1/pca-a-l1.c | 5 +-
arch/arm/boards/phycard-a-xl2/pca-a-xl2.c | 6 +-
arch/arm/configs/pcm051_defconfig | 56 ++++++++++++++++++++
arch/arm/mach-omap/Kconfig | 10 ++++
arch/arm/mach-omap/am33xx_mux.c | 5 ++
arch/arm/mach-omap/include/mach/am33xx-mux.h | 1 +
arch/arm/mach-omap/include/mach/devices.h | 4 ++
arch/arm/mach-omap/include/mach/omap3-devices.h | 12 ++++
arch/arm/mach-omap/include/mach/omap4-devices.h | 11 ++++
arch/arm/mach-omap/include/mach/omap4-silicon.h | 5 ++
arch/arm/mach-omap/omap_devices.c | 12 ++++
24 files changed, 250 insertions(+), 19 deletions(-)
create mode 100644 arch/arm/boards/pcm051/Makefile
create mode 100644 arch/arm/boards/pcm051/board.c
create mode 100644 arch/arm/boards/pcm051/config.h
create mode 100644 arch/arm/boards/pcm051/env/boot/sd
create mode 100644 arch/arm/boards/pcm051/env/config
create mode 100644 arch/arm/configs/pcm051_defconfig
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2012-12-20 14:22 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-20 14:22 Teresa Gámez [this message]
2012-12-20 14:22 ` [PATCHv2 1/6] ARM AM33XX: Add mmc0 pin mux function Teresa Gámez
2012-12-20 14:22 ` [PATCHv2 2/6] ARM OMAP: Add SRAM and DRAM to device register functions Teresa Gámez
2012-12-20 14:22 ` [PATCHv2 3/6] ARM OMAP: Apply RAM device register functions to boards Teresa Gámez
2012-12-20 14:25 ` Jean-Christophe PLAGNIOL-VILLARD
2012-12-20 14:22 ` [PATCHv2 4/6] ARM OMAP: Add EHCI to device register functions Teresa Gámez
2012-12-20 14:22 ` [PATCHv2 5/6] ARM OMAP: Apply EHCI " Teresa Gámez
2012-12-20 14:22 ` [PATCHv2 6/6] pcm051: Add inital support Teresa Gámez
2012-12-21 11:22 ` [PATCHv2 0/6] Add PCM051 support Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1356013354-25832-1-git-send-email-t.gamez@phytec.de \
--to=t.gamez@phytec.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox