[U-Boot] [PATCH v3 0/2] arm, at91: support for the taurus, axm and corvus board

Heiko Schocher hs at denx.de
Mon Dec 2 07:47:21 CET 2013


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=4535a24c0c06e367bc40c43b4807bdb335513a1a

at91: add defines for reset type
http://git.denx.de/?p=u-boot/u-boot-atmel.git;a=commit;h=c12f941bece9ed79efccfe9e4a9fd977da6975f9

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 at atmel.com>
Cc: Andreas Bießmann <andreas.devel at googlemail.com>
-- 
1.8.3.1



More information about the U-Boot mailing list