]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ColdFire: Add M54455EVB for MCF5445x
authorTsiChungLiew <Tsi-Chung.Liew@freescale.com>
Thu, 16 Aug 2007 20:05:11 +0000 (15:05 -0500)
committerJohn Rigby <jrigby@freescale.com>
Thu, 16 Aug 2007 23:43:23 +0000 (17:43 -0600)
commit8ae158cd87a4a25722b27835261b6ff0fa2aa6a7
treefdd1cd3c810506beb0375b6923a03679de3bec00
parenta1436a842654a8d3927d082a8ae9ee0a10da62d7
ColdFire: Add M54455EVB for MCF5445x

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
32 files changed:
CREDITS
MAINTAINERS
MAKEALL
Makefile
README
board/freescale/m54455evb/Makefile [new file with mode: 0644]
board/freescale/m54455evb/config.mk [new file with mode: 0644]
board/freescale/m54455evb/flash.c [new file with mode: 0644]
board/freescale/m54455evb/m54455evb.c [new file with mode: 0644]
board/freescale/m54455evb/mii.c [new file with mode: 0644]
board/freescale/m54455evb/u-boot.lds [new file with mode: 0644]
common/cmd_bdinfo.c
cpu/mcf5445x/Makefile [new file with mode: 0644]
cpu/mcf5445x/config.mk [new file with mode: 0644]
cpu/mcf5445x/cpu.c [new file with mode: 0644]
cpu/mcf5445x/cpu_init.c [new file with mode: 0644]
cpu/mcf5445x/interrupts.c [new file with mode: 0644]
cpu/mcf5445x/pci.c [new file with mode: 0644]
cpu/mcf5445x/speed.c [new file with mode: 0644]
cpu/mcf5445x/start.S [new file with mode: 0644]
doc/README.m54455evb [new file with mode: 0644]
drivers/net/mcffec.c
include/asm-m68k/global_data.h
include/asm-m68k/immap.h
include/asm-m68k/immap_5445x.h [new file with mode: 0644]
include/asm-m68k/m5445x.h [new file with mode: 0644]
include/asm-m68k/rtc.h
include/asm-m68k/u-boot.h
include/configs/M54455EVB.h [new file with mode: 0644]
lib_m68k/board.c
lib_m68k/interrupts.c [changed mode: 0755->0644]
lib_m68k/m68k_linux.c