]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
mpc83xx: Add MPC8360EMDS basic board support
authorDave Liu <daveliu@freescale.com>
Sat, 4 Nov 2006 01:33:44 +0000 (19:33 -0600)
committerKim Phillips <kim.phillips@freescale.com>
Sat, 4 Nov 2006 01:42:21 +0000 (19:42 -0600)
commit5f8204394e39bbe8cd9f08b8f8d145b6c01f7c73
tree942e90db9c4f442108025ae360fa54b9a74277ea
parent23892e49352de74f7fac36ff90bb1be143d195e3
mpc83xx: Add MPC8360EMDS basic board support

Add support for the Freescale MPC8360EMDS board.
Includes DDR, DUART, Local Bus, PCI.
14 files changed:
MAKEALL
Makefile
board/mpc8360emds/Makefile [new file with mode: 0644]
board/mpc8360emds/config.mk [new file with mode: 0644]
board/mpc8360emds/mpc8360emds.c [new file with mode: 0644]
board/mpc8360emds/pci.c [new file with mode: 0644]
board/mpc8360emds/u-boot.lds [new file with mode: 0644]
cpu/mpc83xx/cpu.c
cpu/mpc83xx/spd_sdram.c
cpu/mpc83xx/speed.c
include/asm-ppc/e300.h
include/asm-ppc/global_data.h
include/configs/MPC8360EMDS.h [new file with mode: 0644]
include/mpc83xx.h