From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 14 Oct 2014 13:45:48 -0700 Subject: [U-Boot] [PATCH v2 6/7] arm: ls102xa: Add SD boot support for LS1021AQDS board In-Reply-To: <1411727622-26557-7-git-send-email-b18965@freescale.com> References: <1411727622-26557-1-git-send-email-b18965@freescale.com> <1411727622-26557-7-git-send-email-b18965@freescale.com> Message-ID: <543D8B7C.2090906@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 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: > v2: Use generic u-boot-spl.lds. > Please update status and maintainers for this board. York