]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add support for the MPC837xERDB
authorKim Phillips <kim.phillips@freescale.com>
Wed, 16 Jan 2008 06:38:05 +0000 (00:38 -0600)
committerKim Phillips <kim.phillips@freescale.com>
Wed, 16 Jan 2008 18:32:39 +0000 (12:32 -0600)
commit5e918a98c26e8ab9b5d2d48d998a2ced2b5b85b3
tree9f6a56dea0465f853212076306ddf354a0084296
parent9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
Add support for the MPC837xERDB

MPC837xERDB board support includes:
* DDR2 330MHz hardcoded (soldered on the board)
* Local Bus NOR Flash
* I2C, UART and RTC
* eTSEC RGMII (TSEC0 - RTL8211B with MII;
*        TSEC1 - VSC7385 local bus, hardcoded, requires seperate firmware
*        load)

Signed-off-by: Kevin Lam <kevin.lam@freescale.com>
Signed-off-by: Joe D'Abbraccio <joe.d'abbraccio@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
MAINTAINERS
MAKEALL
Makefile
board/freescale/mpc837xerdb/Makefile [new file with mode: 0644]
board/freescale/mpc837xerdb/config.mk [new file with mode: 0644]
board/freescale/mpc837xerdb/mpc837xerdb.c [new file with mode: 0644]
board/freescale/mpc837xerdb/pci.c [new file with mode: 0644]
doc/README.mpc837xerdb [new file with mode: 0644]
include/configs/MPC837XERDB.h [new file with mode: 0644]