]> git.ipfire.org Git - people/ms/u-boot.git/commit - config.mk
Add MCF5282 support (without preloader)
authorHeiko Schocher <hs@pollux.denx.de>
Thu, 20 Apr 2006 06:42:42 +0000 (08:42 +0200)
committerHeiko Schocher <hs@pollux.denx.de>
Thu, 20 Apr 2006 06:42:42 +0000 (08:42 +0200)
commit9acb626fc145e7327f94fd77f927dce08dd978a8
tree8597a60515c10ec608ad756699460226ccb63343
parent8419c013048b1f15f3fa2fc7c0463d860a04ee3e
Add MCF5282 support (without preloader)
relocate ichache_State to ram
u-boot can run from internal flash
Add EB+MCF-EV123 board support.
Add m68k Boards to MAKEALL
Patch from Jens Scharsig, 08 Aug 2005
23 files changed:
CHANGELOG
MAKEALL
Makefile
board/BuS/EB+MCF-EV123/EB+MCF-EV123.c [new file with mode: 0644]
board/BuS/EB+MCF-EV123/Makefile [new file with mode: 0644]
board/BuS/EB+MCF-EV123/VCxK.c [new file with mode: 0644]
board/BuS/EB+MCF-EV123/VCxK.h [new file with mode: 0644]
board/BuS/EB+MCF-EV123/cfm_flash.c [new file with mode: 0644]
board/BuS/EB+MCF-EV123/cfm_flash.h [new file with mode: 0644]
board/BuS/EB+MCF-EV123/config.mk [new file with mode: 0644]
board/BuS/EB+MCF-EV123/flash.c [new file with mode: 0644]
board/BuS/EB+MCF-EV123/textbase.mk [new file with mode: 0644]
board/BuS/EB+MCF-EV123/u-boot.lds [new file with mode: 0644]
config.mk
cpu/mcf52x2/cpu.c
cpu/mcf52x2/cpu_init.c
cpu/mcf52x2/fec.c
cpu/mcf52x2/serial.c
cpu/mcf52x2/start.S
doc/README.m68k
include/asm-m68k/immap_5282.h
include/asm-m68k/m5282.h
include/configs/EB+MCF-EV123.h [new file with mode: 0644]