* [PATCH v2 0/7] platformsupport for aizo dSS11
@ 2011-12-09 11:27 Michael Grzeschik
0 siblings, 0 replies; only message in thread
From: Michael Grzeschik @ 2011-12-09 11:27 UTC (permalink / raw)
To: barebox
This v2 patchseries adds platform support for the aizo dss11 based on the
AT91SAM9G20 SoC. It handles smaller issues on some Atmel device drivers, to make
all devices work properly. It also updates the mach-types file.
It has nand, ethernet, usb and sd support:
nand -> atmel_nand
ethernet -> macb
sd -> atmel_mci
usb -> ohci-at91
Michael Grzeschik (7):
storage/usb.c: fix test_unit_ready
atmel_mci: check for device id we use to address the right slot
at91sam9260_devices: properly set slot id
at91sam9260_devices: add flag to change ETX{2,3} pincfg on
add_device_eth
arm: update mach-types
platform: add support for aizo dSS11
dss11: add defconfig
arch/arm/Makefile | 1 +
arch/arm/boards/dss11/Makefile | 1 +
arch/arm/boards/dss11/config.h | 6 +
arch/arm/boards/dss11/env/config | 42 +++
arch/arm/boards/dss11/init.c | 156 ++++++++++
arch/arm/configs/dss11_defconfig | 48 +++
arch/arm/mach-at91/Kconfig | 8 +
arch/arm/mach-at91/at91sam9260_devices.c | 41 ++-
arch/arm/tools/mach-types | 473 +++++++++++++++++++++++++++++-
drivers/mci/atmel_mci.c | 2 +
drivers/usb/storage/usb.c | 4 +-
11 files changed, 756 insertions(+), 26 deletions(-)
create mode 100644 arch/arm/boards/dss11/Makefile
create mode 100644 arch/arm/boards/dss11/config.h
create mode 100644 arch/arm/boards/dss11/env/config
create mode 100644 arch/arm/boards/dss11/init.c
create mode 100644 arch/arm/configs/dss11_defconfig
--
1.7.7.3
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-12-09 11:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-09 11:27 [PATCH v2 0/7] platformsupport for aizo dSS11 Michael Grzeschik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox