public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/3] arm, at91: support for the taurus and corvus board
@ 2013-10-22  5:51 Heiko Schocher
  2013-10-22  5:51 ` [U-Boot] [PATCH v1 1/3] at91: add defines for reset type Heiko Schocher
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Heiko Schocher @ 2013-10-22  5:51 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-10-29 13:05 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-22  5:51 [U-Boot] [PATCH v1 0/3] arm, at91: support for the taurus and corvus board Heiko Schocher
2013-10-22  5:51 ` [U-Boot] [PATCH v1 1/3] at91: add defines for reset type Heiko Schocher
2013-10-28  5:05   ` Bo Shen
2013-10-22  5:51 ` [U-Boot] [PATCH v1 2/3] arm, at91: add Siemens board taurus (based on AT91SAM9G20) Heiko Schocher
2013-10-28  5:24   ` Bo Shen
2013-10-29  9:43     ` Andreas Bießmann
2013-10-29 12:25       ` Heiko Schocher
2013-10-22  5:51 ` [U-Boot] [PATCH v1 3/3] arm, at91: add siemens corvus board Heiko Schocher
2013-10-28  5:45   ` Bo Shen
2013-10-29 10:01     ` Andreas Bießmann
2013-10-29 12:41       ` Heiko Schocher
2013-10-29 13:05         ` Andreas Bießmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox