[U-Boot] [PATCH v1 0/3] arm, at91: support for the taurus and corvus board

Heiko Schocher hs at denx.de
Tue Oct 22 07:51:37 CEST 2013


MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

add support for the two AT91SAM9G20 boards from siemens. For the
taurus board, patch 1 from this series add some needed defines. 

Heiko Schocher (2):
  arm, at91: add Siemens board taurus (based on AT91SAM9G20)
  arm, at91: add siemens corvus board

Roger Meier (1):
  at91: add defines for reset type

 arch/arm/include/asm/arch-at91/at91_rstc.h |   7 +
 board/siemens/corvus/Makefile              |  39 ++++
 board/siemens/corvus/board.c               | 345 +++++++++++++++++++++++++++++
 board/siemens/taurus/Makefile              |  38 ++++
 board/siemens/taurus/taurus.c              | 204 +++++++++++++++++
 boards.cfg                                 |   3 +
 include/configs/corvus.h                   | 185 ++++++++++++++++
 include/configs/taurus.h                   | 163 ++++++++++++++
 8 files changed, 984 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

-- 
1.8.3.1



More information about the U-Boot mailing list