]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: ls102xa: Add SD boot support for LS1021ATWR board
authorAlison Wang <b18965@freescale.com>
Wed, 3 Dec 2014 07:00:48 +0000 (15:00 +0800)
committerYork Sun <yorksun@freescale.com>
Thu, 11 Dec 2014 17:39:32 +0000 (09:39 -0800)
commit8415bb68c8c2e0430f58fc349352a565bddf286e
treee61333d4dfd5c6b13485a899f1fa67dec93ac4b8
parent86949c2b7c94542c20767c405fc458346bd3975b
arm: ls102xa: Add SD boot support for LS1021ATWR board

This patch adds SD boot support for LS1021ATWR 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: Chen Lu <chen.lu@freescale.com>
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>
board/freescale/ls1021atwr/MAINTAINERS
board/freescale/ls1021atwr/ls1021atwr.c
board/freescale/ls1021atwr/ls102xa_pbi.cfg [new file with mode: 0644]
board/freescale/ls1021atwr/ls102xa_rcw_sd.cfg [new file with mode: 0644]
configs/ls1021atwr_sdcard_defconfig [new file with mode: 0644]
include/configs/ls1021atwr.h