]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Patch by Bernhard Kuhn, 28 Nov 2003:
authorwdenk <wdenk>
Mon, 8 Dec 2003 01:34:36 +0000 (01:34 +0000)
committerwdenk <wdenk>
Mon, 8 Dec 2003 01:34:36 +0000 (01:34 +0000)
commit4e5ca3eb670460cd5ad9b07fa4aafc0dee6178be
tree445ad34577e02b219f118c8825ad5815c3229541
parent9fd5e31fe0245c44a11d35a8603bb6b25c97b5c8
* Patch by Bernhard Kuhn, 28 Nov 2003:
  add support for Coldfire CPU
  add support for Motorola M5272C3 and M5282EVB boards
41 files changed:
CHANGELOG
CREDITS
Makefile
board/m5272c3/Makefile [new file with mode: 0644]
board/m5272c3/config.mk [new file with mode: 0644]
board/m5272c3/flash.c [new file with mode: 0644]
board/m5272c3/m5272c3.c [new file with mode: 0644]
board/m5272c3/u-boot.lds [new file with mode: 0644]
board/m5272c3/u-boot.lds.debug [new file with mode: 0644]
board/m5282evb/Makefile [new file with mode: 0644]
board/m5282evb/config.mk [new file with mode: 0644]
board/m5282evb/flash.c [new file with mode: 0644]
board/m5282evb/m5282evb.c [new file with mode: 0644]
board/m5282evb/u-boot.lds [new file with mode: 0644]
board/m5282evb/u-boot.lds.debug [new file with mode: 0644]
common/cmd_bootm.c
cpu/coldfire/Makefile [new file with mode: 0644]
cpu/coldfire/config.mk [new file with mode: 0644]
cpu/coldfire/cpu.c [new file with mode: 0644]
cpu/coldfire/fec.c [new file with mode: 0644]
cpu/coldfire/fec.h [new file with mode: 0644]
cpu/coldfire/interrupts.c [new file with mode: 0644]
cpu/coldfire/serial.c [new file with mode: 0644]
cpu/coldfire/speed.c [new file with mode: 0644]
cpu/coldfire/start.S [new file with mode: 0644]
examples/Makefile
include/asm-m68k/global_data.h [new file with mode: 0644]
include/asm-m68k/io.h [new file with mode: 0644]
include/asm-m68k/posix_types.h [new file with mode: 0644]
include/asm-m68k/ptrace.h [new file with mode: 0644]
include/asm-m68k/string.h [new file with mode: 0644]
include/asm-m68k/types.h [new file with mode: 0644]
include/asm-m68k/u-boot.h [new file with mode: 0644]
include/configs/M5272C3.h [new file with mode: 0644]
include/configs/M5282EVB.h [new file with mode: 0644]
include/flash.h
lib_m68k/board.c [new file with mode: 0644]
lib_m68k/extable.c [new file with mode: 0644]
lib_m68k/m68k_linux.c [new file with mode: 0644]
lib_m68k/time.c [new file with mode: 0644]
m68k_config.mk [new file with mode: 0644]