]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Make sure HUSH is initialized for running auto-update scripts LABEL_2003_10_14_2140
authorwdenk <wdenk>
Tue, 14 Oct 2003 19:43:55 +0000 (19:43 +0000)
committerwdenk <wdenk>
Tue, 14 Oct 2003 19:43:55 +0000 (19:43 +0000)
commit2d5b561e2bfdee8552a99b2cf93016cce2a74895
tree33a47c8393624e338d0cc8914c773ab9613cb385
parentf72da3406bf6f1c1bce9aa03b07d070413a916af
* Make sure HUSH is initialized for running auto-update scripts

* Make 5200 reset command _really_ reset the board, without running
  any other code after it

* Fix flash mapping and display on P3G4 board

* Patch by Kyle Harris, 15 Jul 2003:
  - add support for Intel IXP425 CPU
  - add support for IXDP425 eval board
25 files changed:
CHANGELOG
MAINTAINERS
MAKEALL
Makefile
board/evb64260/flash.c
board/ixdp425/Makefile [new file with mode: 0644]
board/ixdp425/config.mk [new file with mode: 0644]
board/ixdp425/flash.c [new file with mode: 0644]
board/ixdp425/ixdp425.c [new file with mode: 0644]
board/ixdp425/u-boot.lds [new file with mode: 0644]
board/trab/auto_update.c
common/cmd_flash.c
common/hush.c
cpu/ixp/Makefile [new file with mode: 0644]
cpu/ixp/config.mk [new file with mode: 0644]
cpu/ixp/cpu.c [new file with mode: 0644]
cpu/ixp/interrupts.c [new file with mode: 0644]
cpu/ixp/serial.c [new file with mode: 0644]
cpu/ixp/start.S [new file with mode: 0644]
cpu/ixp/timer.c [new file with mode: 0644]
cpu/mpc5xxx/cpu.c
examples/Makefile
include/asm-arm/arch-ixp/ixp425.h [new file with mode: 0644]
include/configs/P3G4.h
include/configs/ixdp425.h [new file with mode: 0644]