]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Patches by Jon Loeliger, 24 Aug 2004:
authorwdenk <wdenk>
Sun, 10 Oct 2004 21:21:55 +0000 (21:21 +0000)
committerwdenk <wdenk>
Sun, 10 Oct 2004 21:21:55 +0000 (21:21 +0000)
commit03f5c55021c2d6297e66cc11bfea75f149a5d71c
tree658bdbc75b90b7a122c061fa2aca6d6eb94dfb67
parentcf33678e51e02143ed67850b3f13646fd51fb489
Patches by Jon Loeliger, 24 Aug 2004:
- Add support for the MPC8541 and MPC8555 CDS boards
- Cleanup eth?addr handling: make dependent on CONFIG_ETH?ADDR
27 files changed:
CHANGELOG
MAKEALL
Makefile
board/cds/common/cadmus.c [new file with mode: 0644]
board/cds/common/cadmus.h [new file with mode: 0644]
board/cds/common/eeprom.c [new file with mode: 0644]
board/cds/common/eeprom.h [new file with mode: 0644]
board/cds/mpc8541cds/Makefile [new file with mode: 0644]
board/cds/mpc8541cds/config.mk [new file with mode: 0644]
board/cds/mpc8541cds/init.S [new file with mode: 0644]
board/cds/mpc8541cds/mpc8541cds.c [new file with mode: 0644]
board/cds/mpc8541cds/u-boot.lds [new file with mode: 0644]
board/cds/mpc8555cds/Makefile [new file with mode: 0644]
board/cds/mpc8555cds/config.mk [new file with mode: 0644]
board/cds/mpc8555cds/init.S [new file with mode: 0644]
board/cds/mpc8555cds/mpc8555cds.c [new file with mode: 0644]
board/cds/mpc8555cds/u-boot.lds [new file with mode: 0644]
board/mpc8540ads/flash.c [deleted file]
board/mpc8560ads/flash.c [deleted file]
common/cmd_bdinfo.c
doc/README.mpc85xxads
doc/README.mpc85xxcds [new file with mode: 0644]
include/asm-ppc/immap_85xx.h
include/asm-ppc/u-boot.h
include/configs/MPC8541CDS.h [new file with mode: 0644]
include/configs/MPC8555CDS.h [new file with mode: 0644]
lib_ppc/board.c