]> git.ipfire.org Git - people/ms/u-boot.git/commit - Makefile
mpc85xx: Add support for the MPC8572DS reference board
authorKumar Gala <galak@kernel.crashing.org>
Tue, 12 Aug 2008 16:13:08 +0000 (11:13 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 27 Aug 2008 16:43:53 +0000 (11:43 -0500)
commit129ba616b3813dde861f25f3d8a3c47c5c36ad5f
tree16a8096c17bd3b04a09070a4176fc51ae53aed4d
parent457caecdbca3df21a93abff19eab12dbc61b7897
mpc85xx: Add support for the MPC8572DS reference board

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12 files changed:
MAKEALL
Makefile
board/freescale/mpc8572ds/Makefile [new file with mode: 0644]
board/freescale/mpc8572ds/config.mk [new file with mode: 0644]
board/freescale/mpc8572ds/ddr.c [new file with mode: 0644]
board/freescale/mpc8572ds/law.c [new file with mode: 0644]
board/freescale/mpc8572ds/mpc8572ds.c [new file with mode: 0644]
board/freescale/mpc8572ds/tlb.c [new file with mode: 0644]
board/freescale/mpc8572ds/u-boot.lds [new file with mode: 0644]
cpu/mpc85xx/cpu.c
cpu/mpc85xx/pci.c
include/configs/MPC8572DS.h [new file with mode: 0644]