Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | armv7: ls102xa: spl: fix the macro name of MMC mode | Qianyu Gong | 2016-05-18 | -1/+1 |
| | | | | | | | MMCSD_MODE_FAT has been renamed to MMCSD_MODE_FS by commit 205b4f33. Signed-off-by: Gong Qianyu <Qianyu.Gong@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com> | |||
* | arm: ls102xa: Add SD boot support for LS1021AQDS board | Alison Wang | 2014-12-11 | -0/+33 |
This patch adds SD boot support for LS1021AQDS board. SPL framework is used. PBL initialize the internal RAM and copy SPL to it, then SPL initialize DDR using SPD and copy u-boot from SD card to DDR, finally SPL transfer control to u-boot. Signed-off-by: Alison Wang <alison.wang@freescale.com> Signed-off-by: Jason Jin <jason.jin@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com> |