commit | 11ff48a89a379746fc08ab415ac3911f28679cc2 | [log] [tgz] |
---|---|---|
author | Shengzhou Liu <Shengzhou.Liu@freescale.com> | Fri Apr 18 16:43:40 2014 +0800 |
committer | York Sun <yorksun@freescale.com> | Tue Apr 22 17:58:52 2014 -0700 |
tree | c76dc30eda02664de93aceaf9332ca05671220ef | |
parent | d11b3cbe56059703b0e11c21df6055224f7f1d2d [diff] |
board/t208xrdb: 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(768K) from SPI/SD/NAND to DDR, finally SPL transfers control to u-boot. Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>