]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Added M5329AFEE and M5329BFEE Platforms
authorTsiChung Liew <Tsi-Chung.Liew@freescale.com>
Mon, 18 Jun 2007 18:50:13 +0000 (13:50 -0500)
committerJohn Rigby <jrigby@freescale.com>
Mon, 18 Jun 2007 21:17:56 +0000 (15:17 -0600)
commit8e585f02f82c17cc66cd229dbf0fd3066bbbf658
tree9483ff1f96ab9208eeac92101a5c6db855fcd2ee
parent9912121f7ed804ea58fd62f3f230b5dcfc357d88
Added M5329AFEE and M5329BFEE Platforms

Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
drivers/serial,  immap_5329.h, m5329.h, mcfrtc.h,
include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
rtc/mcfrtc.c

Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
lib_m68k/time.c, net/eth.c and rtc/Makefile

Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39 files changed:
CREDITS
MAKEALL [changed mode: 0755->0644]
Makefile [changed mode: 0644->0755]
README
board/freescale/m5329evb/Makefile [new file with mode: 0644]
board/freescale/m5329evb/config.mk [new file with mode: 0644]
board/freescale/m5329evb/flash.c [new file with mode: 0644]
board/freescale/m5329evb/m5329evb.c [new file with mode: 0644]
board/freescale/m5329evb/u-boot.lds [new file with mode: 0644]
common/cmd_bdinfo.c
common/cmd_mii.c
cpu/mcf532x/Makefile [new file with mode: 0644]
cpu/mcf532x/config.mk [new file with mode: 0644]
cpu/mcf532x/cpu.c [new file with mode: 0644]
cpu/mcf532x/cpu_init.c [new file with mode: 0644]
cpu/mcf532x/speed.c [new file with mode: 0644]
cpu/mcf532x/start.S [new file with mode: 0644]
drivers/net/Makefile [new file with mode: 0644]
drivers/net/mcffec.c [new file with mode: 0644]
drivers/serial/Makefile [new file with mode: 0644]
drivers/serial/mcfserial.c [new file with mode: 0644]
include/asm-m68k/byteorder.h
include/asm-m68k/fec.h
include/asm-m68k/immap_5329.h [new file with mode: 0644]
include/asm-m68k/io.h
include/asm-m68k/m5329.h [new file with mode: 0644]
include/asm-m68k/mcfrtc.h [new file with mode: 0644]
include/asm-m68k/mcftimer.h
include/asm-m68k/mcfuart.h
include/asm-m68k/ptrace.h
include/asm-m68k/u-boot.h
include/configs/M5329EVB.h [new file with mode: 0644]
lib_m68k/Makefile
lib_m68k/board.c
lib_m68k/interrupts.c [new file with mode: 0644]
lib_m68k/time.c
net/eth.c
rtc/Makefile
rtc/mcfrtc.c [new file with mode: 0644]