]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc83xx: New board support for SIMPC8313
authorRon Madrid <ron_madrid@sbcglobal.net>
Thu, 22 Jan 2009 23:05:24 +0000 (15:05 -0800)
committerKim Phillips <kim.phillips@freescale.com>
Fri, 23 Jan 2009 17:31:18 +0000 (11:31 -0600)
commit5bb907a4925397789c90d074f4f7e92ce6b39402
tree253d0d413aefbac48c7c9d526ef2d98eac49f108
parent6677876181cc8772bca8a372479a500d160f3993
mpc83xx: New board support for SIMPC8313

This patch will create a new board, SIMPC8313, from Sheldon Instruments.  This
board boots from NAND devices and is configureable for either large or small
page devices.  The board supports non-soldered DDR2, one ethernet port, a
Marvell 88E1118 PHY, and PCI host support.  The board also has a FPGA connected
to the eLBC providing glue logic to a TMS320C67xx DSP.

Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
MAINTAINERS
MAKEALL
Makefile
board/sheldon/simpc8313/Makefile [new file with mode: 0644]
board/sheldon/simpc8313/config.mk [new file with mode: 0644]
board/sheldon/simpc8313/sdram.c [new file with mode: 0644]
board/sheldon/simpc8313/simpc8313.c [new file with mode: 0644]
doc/README.simpc8313 [new file with mode: 0644]
include/configs/SIMPC8313.h [new file with mode: 0644]
nand_spl/board/sheldon/simpc8313/Makefile [new file with mode: 0644]
nand_spl/board/sheldon/simpc8313/u-boot.lds [new file with mode: 0644]