]> git.ipfire.org Git - people/ms/u-boot.git/commit - README
* Patch by Martin Winistoerfer, 23 Mar 2003
authorwdenk <wdenk>
Mon, 31 Mar 2003 17:27:09 +0000 (17:27 +0000)
committerwdenk <wdenk>
Mon, 31 Mar 2003 17:27:09 +0000 (17:27 +0000)
commit0db5bca8076998a7516102988ac976a2da28d531
treea722fe95ad378dea8b2ec9777744dc0a4a8d72a3
parent85ec0bcc1bc40a67368461fee0435d79305168b1
* Patch by Martin Winistoerfer, 23 Mar 2003
  - Add port to MPC555/556 microcontrollers
  - Add support for cmi customer board with
    Intel 28F128J3A, 28F320J3A or 28F640J3A flash.

* Patch by Rick Bronson, 28 Mar 2003:
  - fix common/cmd_nand.c
38 files changed:
CHANGELOG
CREDITS
MAKEALL
Makefile
README
board/cmi/Makefile [new file with mode: 0644]
board/cmi/cmi.c [new file with mode: 0644]
board/cmi/config.mk [new file with mode: 0644]
board/cmi/flash.c [new file with mode: 0644]
board/cmi/u-boot.lds [new file with mode: 0644]
common/cmd_boot.c
common/cmd_nand.c
common/cmd_reginfo.c
common/environment.c
cpu/mpc5xx/Makefile [new file with mode: 0644]
cpu/mpc5xx/config.mk [new file with mode: 0644]
cpu/mpc5xx/cpu.c [new file with mode: 0644]
cpu/mpc5xx/cpu_init.c [new file with mode: 0644]
cpu/mpc5xx/interrupts.c [new file with mode: 0644]
cpu/mpc5xx/serial.c [new file with mode: 0644]
cpu/mpc5xx/speed.c [new file with mode: 0644]
cpu/mpc5xx/start.S [new file with mode: 0644]
cpu/mpc5xx/status_led.c [new file with mode: 0644]
cpu/mpc5xx/traps.c [new file with mode: 0644]
doc/README.cmi [new file with mode: 0644]
doc/README.mpc5xx [new file with mode: 0644]
include/asm-ppc/5xx_immap.h [new file with mode: 0644]
include/asm-ppc/u-boot.h
include/cmd_reginfo.h
include/common.h
include/configs/cmi_mpc5xx.h [new file with mode: 0644]
include/mpc5xx.h [new file with mode: 0644]
include/ppc_asm.tmpl
include/status_led.h
include/watchdog.h
lib_ppc/board.c
lib_ppc/cache.c
lib_ppc/time.c