-
- Downloads
powerpc/T4QDS: add two stage boot of nand/sd
Add support of 2 stage NAND/SD boot loader using SPL framework. PBL initialise the internal SRAM and copy SPL, this further initialise DDR using SPD and environment and copy u-boot from NAND/SD to DDR, finally SPL transfer control to u-boot. NOR uses CS1 instead of CS2 when NAND boot, fix it. Signed-off-by:Shaohui Xie <Shaohui.Xie@freescale.com> Reviewed-by:
York Sun <yorksun@freescale.com>
Showing
- board/freescale/t4qds/Makefile 5 additions, 1 deletionboard/freescale/t4qds/Makefile
- board/freescale/t4qds/ddr.c 5 additions, 1 deletionboard/freescale/t4qds/ddr.c
- board/freescale/t4qds/spl.c 141 additions, 0 deletionsboard/freescale/t4qds/spl.c
- board/freescale/t4qds/tlb.c 7 additions, 1 deletionboard/freescale/t4qds/tlb.c
- boards.cfg 4 additions, 3 deletionsboards.cfg
- doc/README.t4240qds 53 additions, 0 deletionsdoc/README.t4240qds
- include/configs/T4240QDS.h 80 additions, 19 deletionsinclude/configs/T4240QDS.h
- include/configs/t4qds.h 15 additions, 2 deletionsinclude/configs/t4qds.h
Loading
Please register or sign in to comment