
Hello,
attached you'll find a patch which adds support for the Total5100 (MGT5100 processor) and Total5200 (MPC5200) platforms from Freescale. The port is based on the Icecube (Lite5200) and supports like it I2C, ATA and USB. The Flash is accessed using the generic CFI routines.
Regards Mark
* Patch by Mark Jonas, 01 July 2004: Added support for Total5100 and Total5200 (Rev.1 and Rev.2) MGT5100 and MPC5200 based Freescale platforms.
CREDITS | 5 MAKEALL | 1 Makefile | 28 ++ board/total5200/Makefile | 46 ++++ board/total5200/config.mk | 43 ++++ board/total5200/mt48lc16m16a2-75.h | 43 ++++ board/total5200/mt48lc32m16a2-75.h | 40 +++ board/total5200/sdram.c | 227 +++++++++++++++++++++ board/total5200/sdram.h | 39 +++ board/total5200/total5200.c | 136 ++++++++++++ board/total5200/u-boot.lds | 122 +++++++++++ cpu/mpc5xxx/fec.c | 8 cpu/mpc5xxx/ide.c | 6 cpu/mpc5xxx/start.S | 3 include/configs/Total5200.h | 390 +++++++++++++++++++++++++++++++++++++ include/mpc5xxx.h | 17 + 16 files changed, 1154 insertions(+)