]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Patch by Stephan Linz, 09 Mar 2004
authorwdenk <wdenk>
Sun, 14 Mar 2004 15:20:55 +0000 (15:20 +0000)
committerwdenk <wdenk>
Sun, 14 Mar 2004 15:20:55 +0000 (15:20 +0000)
commitaaf224ab4ec400abefa17982cbd2ae995adc9978
tree68a329c03bf5b31851c26a7bc6f48e6931fd6c82
parent3d3befa754fedb320f779320ac0ab11deb0a6275
* Patch by Stephan Linz, 09 Mar 2004
  - Add support for the SSV ADNP/ESC1 (Nios Softcore)

* Patch by George G. Davis, 9 Mar 2004:
  fix recent build failure for SA1100 target

* Patch by Travis Sawyer, 09 Mar 2004:
  Support native interrupt mode for the IBM440GX.
  Previously it was running in 440GP compatibility mode.
23 files changed:
CHANGELOG
CREDITS
MAINTAINERS
MAKEALL
Makefile
board/ssv/adnpesc1/Makefile [new file with mode: 0644]
board/ssv/adnpesc1/adnpesc1.c [new file with mode: 0644]
board/ssv/adnpesc1/config.mk [new file with mode: 0644]
board/ssv/adnpesc1/flash.c [new file with mode: 0644]
board/ssv/adnpesc1/misc.c [new file with mode: 0644]
board/ssv/adnpesc1/u-boot.lds [new file with mode: 0644]
board/ssv/adnpesc1/vectors.S [new file with mode: 0644]
board/ssv/common/cmd_sled.c [new file with mode: 0644]
board/ssv/common/flash.c [new file with mode: 0644]
board/ssv/common/post.c [new file with mode: 0644]
board/ssv/common/wd_pio.c [new file with mode: 0644]
cpu/ppc4xx/interrupts.c
cpu/sa1100/interrupts.c
doc/README.adnpesc1 [new file with mode: 0644]
doc/README.adnpesc1_base32 [new file with mode: 0644]
drivers/smc91111.h
include/configs/ADNPESC1.h [new file with mode: 0644]
include/configs/ADNPESC1_base_32.h [new file with mode: 0644]