]> git.sur5r.net Git - u-boot/commit
ColdFire: Add MCF547x_8x cpu arch
authorTsiChungLiew <Tsi-Chung.Liew@freescale.com>
Tue, 15 Jan 2008 19:37:34 +0000 (13:37 -0600)
committerTsiChungLiew <Tsi-Chung.Liew@freescale.com>
Thu, 17 Jan 2008 20:59:41 +0000 (14:59 -0600)
commit570c0186aecab1b747b2d44d0e1d3c1ac4cb27f5
tree13b101849caa143cc458e852d69e5eee3c616ab7
parente2756f4b54aba0e0523b81dd145666829cf7fd59
ColdFire: Add MCF547x_8x cpu arch

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
Signed-off by: John Rigby <jrigby@freescale.com>
cpu/mcf547x_8x/Makefile [new file with mode: 0644]
cpu/mcf547x_8x/config.mk [new file with mode: 0644]
cpu/mcf547x_8x/cpu.c [new file with mode: 0644]
cpu/mcf547x_8x/cpu_init.c [new file with mode: 0644]
cpu/mcf547x_8x/interrupts.c [new file with mode: 0644]
cpu/mcf547x_8x/pci.c [new file with mode: 0644]
cpu/mcf547x_8x/slicetimer.c [new file with mode: 0644]
cpu/mcf547x_8x/speed.c [new file with mode: 0644]
cpu/mcf547x_8x/start.S [new file with mode: 0644]