]> git.sur5r.net Git - u-boot/commit
ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board
authorStefan Roese <sr@denx.de>
Fri, 1 Jun 2007 13:27:11 +0000 (15:27 +0200)
committerStefan Roese <sr@denx.de>
Fri, 1 Jun 2007 13:27:11 +0000 (15:27 +0200)
commitcf959c7d6687567c308e366e9581e1a5aff5cc5b
tree635acd2d876aae90f5adc2ee9b5a6d922717ca65
parent42be56f53c8b107868e6125c8524ae84293e95a7
ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board

This patch adds NAND booting support for the AMCC Bamboo eval board.
Since the NAND-SPL boot image is limited to 4kbytes, this version
only supports the onboard 64MBytes of DDR. The DIMM modules can't be
supported, since the setup code for I2C DIMM autodetection and
configuration is too big for this NAND bootloader.

Signed-off-by: Stefan Roese <sr@denx.de>
MAKEALL
Makefile
cpu/ppc4xx/start.S
include/configs/bamboo.h
nand_spl/board/amcc/bamboo/Makefile [new file with mode: 0644]
nand_spl/board/amcc/bamboo/config.mk [new file with mode: 0644]
nand_spl/board/amcc/bamboo/sdram.c [new file with mode: 0644]
nand_spl/board/amcc/bamboo/u-boot.lds [new file with mode: 0644]