]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc83xx: add support for the MPC8323E RDB
authorKim Phillips <kim.phillips@freescale.com>
Thu, 26 Jul 2007 00:25:33 +0000 (19:25 -0500)
committerKim Phillips <kim.phillips@freescale.com>
Fri, 10 Aug 2007 06:12:25 +0000 (01:12 -0500)
commit1c274c4e05b6dc9b24edc8aa618b02f607ee6eed
treef8adbc9f4f2b7f052e0bd1924ab7f2601c1c2323
parent343d91009d55fc5b3ff8cc940597af6c6aa1d359
mpc83xx: add support for the MPC8323E RDB

MPC8323E based board with 64MB fixed SDRAM, 16MB flash,
five 10/100 ethernet ports connected via an ICPlus IP175C
switch, one PCI slot, and serial.  Features not supported
in this patch are SD card interface, 2 USB ports, and the
two phone ports.

Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Makefile
board/freescale/mpc8323erdb/Makefile [new file with mode: 0644]
board/freescale/mpc8323erdb/config.mk [new file with mode: 0644]
board/freescale/mpc8323erdb/mpc8323erdb.c [new file with mode: 0644]
doc/README.mpc8323erdb [new file with mode: 0644]
include/configs/MPC8323ERDB.h [new file with mode: 0644]