]> git.ipfire.org Git - people/ms/u-boot.git/commit
Add support for AMCC 440SPe CPU based eval board (Yucca).
authorMarian Balakowicz <m8@semihalf.com>
Fri, 30 Jun 2006 14:30:46 +0000 (16:30 +0200)
committerMarian Balakowicz <m8@semihalf.com>
Fri, 30 Jun 2006 14:30:46 +0000 (16:30 +0200)
commit6c5879f380be38d85fef0d3aba3353358f4b2ff4
tree32b48cff57dafc910c7b0dfdd6c5b99109c21e46
parentbb105f24cc90ec4c56ea13012acc3d763b2a2984
Add support for AMCC 440SPe CPU based eval board (Yucca).
31 files changed:
CHANGELOG
MAKEALL
Makefile
board/amcc/yucca/Makefile [new file with mode: 0644]
board/amcc/yucca/cmd_yucca.c [new file with mode: 0644]
board/amcc/yucca/config.mk [new file with mode: 0644]
board/amcc/yucca/flash.c [new file with mode: 0644]
board/amcc/yucca/init.S [new file with mode: 0644]
board/amcc/yucca/u-boot.lds [new file with mode: 0644]
board/amcc/yucca/u-boot.lds.debug [new file with mode: 0644]
board/amcc/yucca/yucca.c [new file with mode: 0644]
board/amcc/yucca/yucca.h [new file with mode: 0644]
common/cmd_bdinfo.c
common/serial.c
cpu/ppc4xx/405gp_pci.c
cpu/ppc4xx/4xx_enet.c
cpu/ppc4xx/cpu.c
cpu/ppc4xx/interrupts.c
cpu/ppc4xx/miiphy.c
cpu/ppc4xx/serial.c
cpu/ppc4xx/speed.c
cpu/ppc4xx/start.S
cpu/ppc4xx/vecnum.h
drivers/pci_indirect.c
include/405_mal.h
include/asm-ppc/mmu.h
include/asm-ppc/processor.h
include/common.h
include/configs/yucca.h [new file with mode: 0644]
include/ppc440.h
include/ppc4xx_enet.h