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>
Showing
- MAKEALL 15 additions, 15 deletionsMAKEALL
- Makefile 10 additions, 0 deletionsMakefile
- cpu/ppc4xx/start.S 129 additions, 92 deletionscpu/ppc4xx/start.S
- include/configs/bamboo.h 76 additions, 12 deletionsinclude/configs/bamboo.h
- nand_spl/board/amcc/bamboo/Makefile 100 additions, 0 deletionsnand_spl/board/amcc/bamboo/Makefile
- nand_spl/board/amcc/bamboo/config.mk 49 additions, 0 deletionsnand_spl/board/amcc/bamboo/config.mk
- nand_spl/board/amcc/bamboo/sdram.c 92 additions, 0 deletionsnand_spl/board/amcc/bamboo/sdram.c
- nand_spl/board/amcc/bamboo/u-boot.lds 65 additions, 0 deletionsnand_spl/board/amcc/bamboo/u-boot.lds
Loading
Please register or sign in to comment