add support for the AT91SAM9G20 boards from siemens. For the taurus and axm board, patch 1 from this series add some needed defines. Patch 2/4 is new in version 2, moved code for waiting if reset ends to a common place.
patches are checkpatch clean, and a "./MAKEALL -s at91" compiles clean. Heiko Schocher (3): arm, at91: add function for waiting if reset ends arm, at91: add Siemens board taurus and axm arm, at91: add siemens corvus board Roger Meier (1): at91: add defines for reset type arch/arm/cpu/arm926ejs/at91/reset.c | 15 ++ arch/arm/include/asm/arch-at91/at91_rstc.h | 8 ++ board/siemens/corvus/Makefile | 39 ++++++ board/siemens/corvus/board.c | 216 +++++++++++++++++++++++++++++ board/siemens/taurus/Makefile | 38 +++++ board/siemens/taurus/taurus.c | 186 +++++++++++++++++++++++++ boards.cfg | 3 + include/configs/corvus.h | 165 ++++++++++++++++++++++ include/configs/taurus.h | 159 +++++++++++++++++++++ 9 files changed, 829 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 Signed-off-by: Heiko Schocher <h...@denx.de> Cc: Bo Shen <voice.s...@atmel.com> Cc: Andreas Bießmann <andreas.de...@googlemail.com> -- 1.8.3.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot