]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/MPC837XEMDS.h
mpc83xx: Add the support of MPC837xEMDS board
authorDave Liu <r63238@freescale.com>
Tue, 18 Sep 2007 04:37:57 +0000 (12:37 +0800)
committerKim Phillips <kim.phillips@freescale.com>
Tue, 8 Jan 2008 15:55:39 +0000 (09:55 -0600)
commit19580e660cc8da49f16536a8bd78c047c7bc12e5
tree2b0d1681d4b61b0d7bbf5cf886d25fc3d2753ddc
parent555da61702771fe0f76f3de23b4e7590f3704161
mpc83xx: Add the support of MPC837xEMDS board

The MPC837xEMDS board support:
* DDR2 400MHz hardcoded and SPD init
* Local bus NOR Flash
* I2C, UART, MII and RTC
* eTSEC RGMII
* PCI host

Signed-off-by: Dave Liu <daveliu@freescale.com>
Makefile
board/freescale/mpc837xemds/Makefile [new file with mode: 0644]
board/freescale/mpc837xemds/config.mk [new file with mode: 0644]
board/freescale/mpc837xemds/mpc837xemds.c [new file with mode: 0644]
board/freescale/mpc837xemds/pci.c [new file with mode: 0644]
cpu/mpc83xx/cpu_init.c
cpu/mpc83xx/spd_sdram.c
drivers/net/tsec.c
include/configs/MPC837XEMDS.h [new file with mode: 0644]