]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm, am335x: add support for 3 siemens boards
authorHeiko Schocher <hs@denx.de>
Mon, 19 Aug 2013 14:39:01 +0000 (16:39 +0200)
committerTom Rini <trini@ti.com>
Wed, 28 Aug 2013 15:44:59 +0000 (11:44 -0400)
commitc0dcece7d9925506a950e45028cbd25614aad791
tree643a31324247fdd77e7e22ec501d5ac4503d2574
parentb26354cfd5371759f93224b8b69335e160bcc686
arm, am335x: add support for 3 siemens boards

add support for the am335x based boards from siemens:

dxr2:
  - DDR3 128MiB
  - NAND 256MiB
  - Ethernet with external Switch SMSC LAN9303
  - no PMIC
  - internal Watchdog
  - DFU support

pxm2:
  - DDR2 512 MiB
  - NAND 1024 MiB
  - PMIC
  - PHY atheros ar803x
  - USB Host
  - internal Watchdog
  - DFU support

rut:
  - DDR3 256 MiB
  - NAND 256 MiB
  - PMIC
  - PHY natsemi dp83630
  - external Watchdog
  - DFU support

Signed-off-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Roger Meier <r.meier@siemens.com>
Signed-off-by: Samuel Egli <samuel.egli@siemens.com>
Cc: Pascal Bach <pascal.bach@siemens.com>
Cc: Tom Rini <trini@ti.com>
23 files changed:
MAINTAINERS
board/siemens/common/board.c [new file with mode: 0644]
board/siemens/common/factoryset.c [new file with mode: 0644]
board/siemens/common/factoryset.h [new file with mode: 0644]
board/siemens/dxr2/Makefile [new file with mode: 0644]
board/siemens/dxr2/board.c [new file with mode: 0644]
board/siemens/dxr2/board.h [new file with mode: 0644]
board/siemens/dxr2/mux.c [new file with mode: 0644]
board/siemens/pxm2/Makefile [new file with mode: 0644]
board/siemens/pxm2/board.c [new file with mode: 0644]
board/siemens/pxm2/board.h [new file with mode: 0644]
board/siemens/pxm2/mux.c [new file with mode: 0644]
board/siemens/pxm2/pmic.h [new file with mode: 0644]
board/siemens/rut/Makefile [new file with mode: 0644]
board/siemens/rut/board.c [new file with mode: 0644]
board/siemens/rut/board.h [new file with mode: 0644]
board/siemens/rut/mux.c [new file with mode: 0644]
boards.cfg
include/configs/dxr2.h [new file with mode: 0644]
include/configs/pxm2.h [new file with mode: 0644]
include/configs/rut.h [new file with mode: 0644]
include/configs/siemens-am33x-common.h [new file with mode: 0644]
tools/logos/siemens.bmp [new file with mode: 0644]