]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Patch by Denis Peter, 8 Dec 2003
authorwdenk <wdenk>
Fri, 2 Jan 2004 16:05:07 +0000 (16:05 +0000)
committerwdenk <wdenk>
Fri, 2 Jan 2004 16:05:07 +0000 (16:05 +0000)
commitb6e4c4033c4f889c452c511d38c77808c67f9cf7
tree73a39833805f4cf47588dd1616a1b479ab58a418
parent63f3491242df8e6bd1b5df7296f28959989e2eaf
* Patch by Denis Peter, 8 Dec 2003
  - add support for the PATI board (MPC555)
  - add SPI support for the MPC5xx

* Patch by Anders Larsen, 08 Dec 2003:
  add configuration options CONFIG_SERIAL_TAG and CONFIG_REVISION_TAG
  to pass ATAG_SERIAL and ATAG_REVISION, resp., to the ARM target;
  cleanup some redundand #defines
24 files changed:
CHANGELOG
Makefile
board/mpl/common/common_util.c
board/mpl/common/flash.c
board/mpl/pati/Makefile [new file with mode: 0644]
board/mpl/pati/cmd_pati.c [new file with mode: 0644]
board/mpl/pati/config.mk [new file with mode: 0644]
board/mpl/pati/pati.c [new file with mode: 0644]
board/mpl/pati/pati.h [new file with mode: 0644]
board/mpl/pati/pci_eeprom.h [new file with mode: 0644]
board/mpl/pati/plx9056.h [new file with mode: 0644]
board/mpl/pati/u-boot.lds [new file with mode: 0644]
cpu/mpc5xx/Makefile
cpu/mpc5xx/cpu.c
cpu/mpc5xx/cpu_init.c
cpu/mpc5xx/interrupts.c
cpu/mpc5xx/spi.c [new file with mode: 0644]
cpu/mpc5xx/start.S
drivers/rtl8139.c
include/asm-arm/u-boot-arm.h
include/common.h
include/configs/PATI.h [new file with mode: 0644]
include/mpc5xx.h
lib_arm/armlinux.c