]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
board/t208xqds: Add support of 2-stage NAND/SPI/SD boot
authorShengzhou Liu <Shengzhou.Liu@freescale.com>
Fri, 18 Apr 2014 08:43:39 +0000 (16:43 +0800)
committerYork Sun <yorksun@freescale.com>
Wed, 23 Apr 2014 00:58:52 +0000 (17:58 -0700)
commitb19e288f47ea7db98eefbebdda0fe0fad66d845c
tree1154266ccb7c320ae5be58f55b34f4eba651167c
parentd1c561cd546353686b28199bf9a90810805c7ada
board/t208xqds: Add support of 2-stage NAND/SPI/SD boot

Add support of 2-stage NAND/SPI/SD boot loader using SPL framework.
PBL initializes the internal CPC-SRAM and copy SPL(160K) to it,
SPL further initializes DDR using SPD and environment and copy
u-boot(768 KB) from SPI/SD/NAND to DDR, finally SPL transfers
control to u-boot.

Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
[York Sun: fix boards.cfg for T2081QDS_SDCARD and _SPIFLASH]
Reviewed-by: York Sun <yorksun@freescale.com>
board/freescale/t208xqds/Makefile
board/freescale/t208xqds/ddr.c
board/freescale/t208xqds/spl.c [new file with mode: 0644]
board/freescale/t208xqds/tlb.c
boards.cfg
include/configs/T208xQDS.h