From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 11 Dec 2014 11:03:52 -0800 Subject: [U-Boot] [PATCH v4 7/9] arm: ls102xa: Add SD boot support for LS1021AQDS board In-Reply-To: <1417590049-500-8-git-send-email-b18965@freescale.com> References: <1417590049-500-1-git-send-email-b18965@freescale.com> <1417590049-500-8-git-send-email-b18965@freescale.com> Message-ID: <5489EA98.5080208@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 12/02/2014 11:00 PM, Alison Wang wrote: > 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 > Signed-off-by: Jason Jin > --- > Change log: > v4: Enable IFC in SD boot. > v3: Update MAINTAINERS file. > Update PBI and RCW for SD boot. > v2: Use generic u-boot-spl.lds. Applied to u-boot-fsl-qoriq master, awaiting upstream. York