
add support for the AT91SAM9G20 boards from siemens. The patches are checkpatch clean, and a "./MAKEALL -s at91" compiles clean. Resending this patchset now without switching to the 'ATMEL_LEGACY' PIO API (Are there some patches I missed?)
I hope I find time for sending the patches for booting this boards with SPL code soon ...
The 2 needed patches from previous patchseries:
arm926ejs, at91: add common phy_reset function http://git.denx.de/?p=u-boot/u-boot-atmel.git;a=commit;h=4535a24c0c06e367bc4...
at91: add defines for reset type http://git.denx.de/?p=u-boot/u-boot-atmel.git;a=commit;h=c12f941bece9ed79efc...
found there way to mainline :-)
Heiko Schocher (2): arm, at91: add Siemens board taurus and axm arm, at91: add siemens corvus board
board/siemens/corvus/Makefile | 18 ++++ board/siemens/corvus/board.c | 195 ++++++++++++++++++++++++++++++++++++++++++ board/siemens/taurus/Makefile | 18 ++++ board/siemens/taurus/taurus.c | 160 ++++++++++++++++++++++++++++++++++ boards.cfg | 3 + include/configs/corvus.h | 165 +++++++++++++++++++++++++++++++++++ include/configs/taurus.h | 160 ++++++++++++++++++++++++++++++++++ 7 files changed, 719 insertions(+) create mode 100644 board/siemens/corvus/Makefile create mode 100644 board/siemens/corvus/board.c create mode 100644 board/siemens/taurus/Makefile create mode 100644 board/siemens/taurus/taurus.c create mode 100644 include/configs/corvus.h create mode 100644 include/configs/taurus.h
Cc: Bo Shen voice.shen@atmel.com Cc: Andreas Bießmann andreas.devel@googlemail.com