]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add support for AMCC PPC440EP/GR eval boards Yosemite and Yellowstone.
authorStefan Roese <sr@denx.de>
Mon, 1 Aug 2005 14:41:48 +0000 (16:41 +0200)
committerStefan Roese <stefan@debian.(none)>
Mon, 1 Aug 2005 14:41:48 +0000 (16:41 +0200)
commitc157d8e219694f5c3dea1ed3826668bdc67ca093
tree0db7954a0b50e4b5f2a5da2e007ea82a965c6663
parent15f36a5efd31fe608b43dc197ebbd80d3cecbe44
Add support for AMCC PPC440EP/GR eval boards Yosemite and Yellowstone.
Patch by Steven Blakeslee, 27 Jul 2005
43 files changed:
board/amcc/yellowstone/Makefile [new file with mode: 0644]
board/amcc/yellowstone/config.mk [new file with mode: 0644]
board/amcc/yellowstone/flash.c [new file with mode: 0644]
board/amcc/yellowstone/init.S [new file with mode: 0644]
board/amcc/yellowstone/u-boot.lds [new file with mode: 0644]
board/amcc/yellowstone/yellowstone.c [new file with mode: 0644]
board/amcc/yosemite/Makefile [new file with mode: 0644]
board/amcc/yosemite/config.mk [new file with mode: 0644]
board/amcc/yosemite/flash.c [new file with mode: 0644]
board/amcc/yosemite/init.S [new file with mode: 0644]
board/amcc/yosemite/u-boot.lds [new file with mode: 0644]
board/amcc/yosemite/yosemite.c [new file with mode: 0644]
common/cmd_bdinfo.c
common/cmd_elf.c
common/lynxkdi.c
cpu/ppc4xx/405gp_enet.c
cpu/ppc4xx/405gp_pci.c
cpu/ppc4xx/440gx_enet.c
cpu/ppc4xx/Makefile
cpu/ppc4xx/cpu.c
cpu/ppc4xx/cpu_init.c
cpu/ppc4xx/interrupts.c
cpu/ppc4xx/serial.c
cpu/ppc4xx/spd_sdram.c
cpu/ppc4xx/speed.c
cpu/ppc4xx/start.S
cpu/ppc4xx/usb_ohci.c [new file with mode: 0644]
cpu/ppc4xx/usb_ohci.h [new file with mode: 0644]
cpu/ppc4xx/usbdev.c [new file with mode: 0644]
cpu/ppc4xx/usbdev.h [new file with mode: 0644]
cpu/ppc4xx/vecnum.h
drivers/pci_indirect.c
include/405gp_enet.h
include/440_i2c.h
include/440gx_enet.h
include/asm-ppc/processor.h
include/asm-ppc/u-boot.h
include/configs/yellowstone.h [new file with mode: 0644]
include/configs/yosemite.h [new file with mode: 0644]
include/pci.h
include/ppc440.h
include/usb_defs.h
lib_ppc/board.c