public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/4] arm, at91: support for the taurus, axm and corvus board
@ 2013-11-04  6:40 Heiko Schocher
  2013-11-04  6:40 ` [U-Boot] [PATCH v2 1/4] at91: add defines for reset type Heiko Schocher
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Heiko Schocher @ 2013-11-04  6:40 UTC (permalink / raw)
  To: u-boot

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 <hs@denx.de>
Cc: Bo Shen <voice.shen@atmel.com>
Cc: Andreas Bie?mann <andreas.devel@googlemail.com>
-- 
1.8.3.1

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

end of thread, other threads:[~2013-11-04 19:41 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-04  6:40 [U-Boot] [PATCH v2 0/4] arm, at91: support for the taurus, axm and corvus board Heiko Schocher
2013-11-04  6:40 ` [U-Boot] [PATCH v2 1/4] at91: add defines for reset type Heiko Schocher
2013-11-04  8:16   ` Andreas Bießmann
2013-11-04 19:41   ` [U-Boot] [U-Boot,v2,1/4] " Andreas Bießmann
2013-11-04  6:40 ` [U-Boot] [PATCH v2 2/4] arm, at91: add function for waiting if reset ends Heiko Schocher
2013-11-04  8:20   ` Andreas Bießmann
2013-11-04  9:03   ` Wolfgang Denk
2013-11-04  9:11     ` Heiko Schocher
2013-11-04 10:35     ` Andreas Bießmann
2013-11-04  6:40 ` [U-Boot] [PATCH v2 3/4] arm, at91: add Siemens board taurus and axm Heiko Schocher
2013-11-04  8:43   ` Andreas Bießmann
2013-11-04  9:09     ` Heiko Schocher
2013-11-04 11:04       ` Andreas Bießmann
2013-11-04  6:40 ` [U-Boot] [PATCH v2 4/4] arm, at91: add siemens corvus board Heiko Schocher
2013-11-04  8:53   ` Andreas Bießmann
2013-11-04  9:53     ` Heiko Schocher
2013-11-04 10:15       ` Andreas Bießmann
2013-11-04 10:32         ` Heiko Schocher
2013-11-04 10:51       ` 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