]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc83xx: Add support for the MPC832XEMDS board
authorDave Liu <r63238@freescale.com>
Thu, 7 Dec 2006 13:13:15 +0000 (21:13 +0800)
committerKim Phillips <kim.phillips@freescale.com>
Fri, 2 Mar 2007 17:05:53 +0000 (11:05 -0600)
commit24c3aca3f1358b113d3215adb5433b156e99f72b
tree2c26f80e59392102aae4326b857df037da9ddeff
parente080313c32322e15ab5a18eb896a252858c57284
mpc83xx: Add support for the MPC832XEMDS board

This patch supports DUART, ETH3/4 and PCI etc.

Signed-off-by: Dave Liu <daveliu@freescale.com>
16 files changed:
Makefile
board/mpc832xemds/Makefile [new file with mode: 0644]
board/mpc832xemds/config.mk [new file with mode: 0644]
board/mpc832xemds/mpc832xemds.c [new file with mode: 0644]
board/mpc832xemds/pci.c [new file with mode: 0644]
board/mpc832xemds/u-boot.lds [new file with mode: 0644]
cpu/mpc83xx/cpu.c
cpu/mpc83xx/cpu_init.c
cpu/mpc83xx/speed.c
drivers/qe/qe.h
drivers/qe/uec.c
include/asm-ppc/e300.h
include/asm-ppc/immap_83xx.h
include/asm-ppc/immap_qe.h
include/configs/MPC832XEMDS.h [new file with mode: 0644]
include/mpc83xx.h