From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 14 Oct 2014 13:46:04 -0700 Subject: [U-Boot] [PATCH v2 7/7] arm: ls102xa: Add SD boot support for LS1021ATWR board In-Reply-To: <1411727622-26557-8-git-send-email-b18965@freescale.com> References: <1411727622-26557-1-git-send-email-b18965@freescale.com> <1411727622-26557-8-git-send-email-b18965@freescale.com> Message-ID: <543D8B8C.3060108@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/26/2014 03:33 AM, Alison Wang wrote: > 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 > Signed-off-by: Alison Wang > Signed-off-by: Jason Jin > --- > Change log: > v2: Use generic u-boot-spl.lds. Please update status and maintainers for this board. York