]> git.sur5r.net Git - u-boot/commit
* Add support for PPChameleon Eval Board
authorwdenk <wdenk>
Tue, 2 Sep 2003 22:48:03 +0000 (22:48 +0000)
committerwdenk <wdenk>
Tue, 2 Sep 2003 22:48:03 +0000 (22:48 +0000)
commit12f34241cb9679c27a1ab3561766562f5a515eff
treee6408a1701c7dabf3e2ceb1326ce2f5cc8657c96
parent326428cc8bbdddb30920a96b672abd0d59833ce4
* Add support for PPChameleon Eval Board

* Add support for P3G4 board

* Fix problem with MGT5100 FEC driver: add "early" MAC address
  initialization
31 files changed:
CHANGELOG
MAINTAINERS
MAKEALL
Makefile
README
board/dave/PPChameleonEVB/Makefile [new file with mode: 0644]
board/dave/PPChameleonEVB/PPChameleonEVB.c [new file with mode: 0644]
board/dave/PPChameleonEVB/config.mk [new file with mode: 0644]
board/dave/PPChameleonEVB/flash.c [new file with mode: 0644]
board/dave/PPChameleonEVB/fpgadata.c [new file with mode: 0644]
board/dave/PPChameleonEVB/u-boot.lds [new file with mode: 0644]
board/dave/common/flash.c [new file with mode: 0644]
board/dave/common/fpga.c [new file with mode: 0644]
board/dave/common/pci.c [new file with mode: 0644]
board/evb64260/evb64260.c
board/evb64260/flash.c
board/evb64260/mpsc.c
board/evb64260/sdram_init.c
common/cmd_bdinfo.c
common/cmd_nand.c
cpu/mpc5xxx/fec.c
cpu/ppc4xx/cpu.c
cpu/ppc4xx/miiphy.c
cpu/ppc4xx/start.S
drivers/pci.c
include/asm-ppc/global_data.h
include/asm-ppc/processor.h
include/asm-ppc/u-boot.h
include/configs/P3G4.h [new file with mode: 0644]
include/configs/PPChameleonEVB.h [new file with mode: 0644]
lib_ppc/board.c