
This patch add support for the Silica Pengwyn board [1] The board is basen on a TI AM3354 CPU [2] All jumpers removed it will boot from the SDcard, the console is on UART1 accessible via the FDTI -> USB. The on board NAND chip is supported and can act as boot medium, depending on jumper settings. USB Host, USB Device and Ethernet are also provided but untested.
[1] http://www.silica.com/product/silica-pengwyn-board.html [2] http://www.ti.com/product/am3354
Lothar Felten (2): initial support for pengwyn board cosmetics: braces, comment and whitespace formatting Signed-off-by: Lothar Felten lothar.felten@gmail.com
arch/arm/include/asm/arch-am33xx/ddr_defs.h | 16 ++ board/silica/pengwyn/Makefile | 13 ++ board/silica/pengwyn/board.c | 216 +++++++++++++++++++++ board/silica/pengwyn/board.h | 15 ++ board/silica/pengwyn/mux.c | 107 +++++++++++ boards.cfg | 1 + include/configs/pengwyn.h | 272 +++++++++++++++++++++++++++ 7 files changed, 640 insertions(+) create mode 100644 board/silica/pengwyn/Makefile create mode 100644 board/silica/pengwyn/board.c create mode 100644 board/silica/pengwyn/board.h create mode 100644 board/silica/pengwyn/mux.c create mode 100644 include/configs/pengwyn.h