]> git.ipfire.org Git - people/ms/u-boot.git/commit - config.mk
Add support for AMCC Sequoia PPC440EPx eval board
authorStefan Roese <sr@denx.de>
Thu, 7 Sep 2006 09:51:23 +0000 (11:51 +0200)
committerStefan Roese <sr@denx.de>
Thu, 7 Sep 2006 09:51:23 +0000 (11:51 +0200)
commit887e2ec9ecf49366a60a49b32b73825804909865
tree341f14d99461653aa75f213933a5669b42f46df9
parent0dab03ba8fb20ede7233f497b6c6db188986e7a8
Add support for AMCC Sequoia PPC440EPx eval board
- Add support for PPC440EPx & PPC440GRx
- Add support for PPC440EP(x)/GR(x) NAND controller
  in cpu/ppc4xx directory
- Add NAND boot functionality for Sequoia board,
  please see doc/README.nand-boot-ppc440 for details
- This Sequoia NAND image doesn't support environment
  in NAND for now. This will be added in a short while.
Patch by Stefan Roese, 07 Sep 2006
48 files changed:
CHANGELOG
MAINTAINERS
MAKEALL
Makefile
board/amcc/sequoia/Makefile [new file with mode: 0644]
board/amcc/sequoia/config.mk [new file with mode: 0644]
board/amcc/sequoia/init.S [new file with mode: 0644]
board/amcc/sequoia/sdram.c [new file with mode: 0644]
board/amcc/sequoia/sequoia.c [new file with mode: 0644]
board/amcc/sequoia/sequoia.h [new file with mode: 0644]
board/amcc/sequoia/u-boot-nand.lds [new file with mode: 0644]
board/amcc/sequoia/u-boot.lds [new file with mode: 0644]
common/cmd_bdinfo.c
config.mk
cpu/ppc4xx/405gp_pci.c
cpu/ppc4xx/4xx_enet.c
cpu/ppc4xx/Makefile
cpu/ppc4xx/cpu.c
cpu/ppc4xx/interrupts.c
cpu/ppc4xx/miiphy.c
cpu/ppc4xx/ndfc.c [new file with mode: 0644]
cpu/ppc4xx/serial.c
cpu/ppc4xx/speed.c
cpu/ppc4xx/start.S
cpu/ppc4xx/usb_ohci.c
cpu/ppc4xx/usbdev.c
cpu/ppc4xx/vecnum.h
doc/README.nand-boot-ppc440 [new file with mode: 0644]
dtt/lm75.c
include/405_mal.h
include/440_i2c.h
include/asm-ppc/processor.h
include/asm-ppc/u-boot.h
include/configs/bamboo.h
include/configs/pcs440ep.h
include/configs/sequoia.h [new file with mode: 0644]
include/configs/yellowstone.h
include/configs/yosemite.h
include/linux/mtd/compat.h
include/linux/mtd/ndfc.h [new file with mode: 0644]
include/ppc440.h
include/ppc4xx_enet.h
include/ppc_asm.tmpl
lib_ppc/board.c
nand_spl/board/amcc/sequoia/Makefile [new file with mode: 0644]
nand_spl/board/amcc/sequoia/config.mk [new file with mode: 0644]
nand_spl/board/amcc/sequoia/u-boot.lds [new file with mode: 0644]
nand_spl/nand_boot.c [new file with mode: 0644]