]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Add support for IceCube board (with MGT5100 and MPC5200 CPUs) U-Boot-0_4_4
authorwdenk <wdenk>
Wed, 16 Jul 2003 21:53:01 +0000 (21:53 +0000)
committerwdenk <wdenk>
Wed, 16 Jul 2003 21:53:01 +0000 (21:53 +0000)
commit945af8d723a29e9b6289d84250745ed0dc16fc81
tree6798d0b717c05b01742df0c410038c702b8a1979
parentcb4dbb7bbc271f988e14ec353a5e86d7f10e1da0
* Add support for IceCube board (with MGT5100 and MPC5200 CPUs)

* Add support for MGT5100 and MPC5200 processors
56 files changed:
CHANGELOG
MAINTAINERS
MAKEALL
Makefile
README
board/a3000/a3000.c
board/exbitgen/flash.c
board/exbitgen/init.S
board/exbitgen/u-boot.lds
board/gen860t/gen860t.c
board/icecube/Makefile [new file with mode: 0644]
board/icecube/config.mk [new file with mode: 0644]
board/icecube/flash.c [new file with mode: 0644]
board/icecube/icecube.c [new file with mode: 0644]
board/icecube/u-boot.lds [new file with mode: 0644]
board/lwmon/lwmon.c
board/omap1510inn/platform.S
board/omap1510inn/u-boot.lds
board/sacsng/sacsng.c
board/sl8245/u-boot.lds
board/tqm8xx/flash.c
common/cmd_bdinfo.c
common/cmd_bootm.c
cpu/arm925t/interrupts.c
cpu/arm925t/omap925.c
cpu/arm925t/start.S
cpu/mpc5xxx/Makefile [new file with mode: 0644]
cpu/mpc5xxx/config.mk [new file with mode: 0644]
cpu/mpc5xxx/cpu.c [new file with mode: 0644]
cpu/mpc5xxx/cpu_init.c [new file with mode: 0644]
cpu/mpc5xxx/fec.c [new file with mode: 0644]
cpu/mpc5xxx/fec.h [new file with mode: 0644]
cpu/mpc5xxx/firmware_sc_task.impl.S [new file with mode: 0644]
cpu/mpc5xxx/firmware_sc_task_bestcomm.impl.S [new file with mode: 0644]
cpu/mpc5xxx/interrupts.c [new file with mode: 0644]
cpu/mpc5xxx/io.S [new file with mode: 0644]
cpu/mpc5xxx/loadtask.c [new file with mode: 0644]
cpu/mpc5xxx/sdma.h [new file with mode: 0644]
cpu/mpc5xxx/serial.c [new file with mode: 0644]
cpu/mpc5xxx/speed.c [new file with mode: 0644]
cpu/mpc5xxx/start.S [new file with mode: 0644]
cpu/mpc5xxx/traps.c [new file with mode: 0644]
cpu/mpc8xx/video.c
drivers/ns16550.c
include/asm-ppc/global_data.h
include/asm-ppc/u-boot.h
include/common.h
include/configs/EXBITGEN.h
include/configs/IceCube.h [new file with mode: 0644]
include/configs/TOP860.h
include/configs/omap1510.h
include/mpc5xxx.h [new file with mode: 0644]
include/ppc_asm.tmpl
include/video_ad7179.h
lib_ppc/board.c
net/eth.c