]> git.sur5r.net Git - u-boot/commit
ColdFire: Add M5208EVB and MCF520x CPU support
authorTsiChung Liew <tsicliew@gmail.com>
Fri, 12 Jun 2009 11:29:00 +0000 (11:29 +0000)
committerTsiChung Liew <Tsi-Chung.Liew@freescale.com>
Tue, 14 Jul 2009 14:27:17 +0000 (09:27 -0500)
commitbf9a521529e484b15e8fdb583a607cf7945d2f6b
treee7af9ed55c84ef664ab9b7d92e91a4fbdf9c800a
parent709b384b6493d9726dce20663ebe31bf7cab2925
ColdFire: Add M5208EVB and MCF520x CPU support

Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
16 files changed:
MAKEALL
Makefile
board/freescale/m5208evbe/Makefile [new file with mode: 0644]
board/freescale/m5208evbe/config.mk [new file with mode: 0644]
board/freescale/m5208evbe/m5208evbe.c [new file with mode: 0644]
board/freescale/m5208evbe/u-boot.lds [new file with mode: 0644]
cpu/mcf52x2/config.mk
cpu/mcf52x2/cpu.c
cpu/mcf52x2/cpu_init.c
cpu/mcf52x2/interrupts.c
cpu/mcf52x2/speed.c
cpu/mcf52x2/start.S
include/asm-m68k/immap.h
include/asm-m68k/immap_520x.h [new file with mode: 0644]
include/asm-m68k/m520x.h [new file with mode: 0644]
include/configs/M5208EVBE.h [new file with mode: 0644]