From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 11 Dec 2014 11:05:50 -0800 Subject: [U-Boot] [PATCH v5] arm: ls102xa: Add NAND boot support for LS1021AQDS board In-Reply-To: <1418117894-43564-1-git-send-email-b18965@freescale.com> References: <1418117894-43564-1-git-send-email-b18965@freescale.com> Message-ID: <5489EB0E.7050104@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/09/2014 01:38 AM, Alison Wang wrote: > This patch adds NAND 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 NAND flash to DDR, finally SPL transfer control to u-boot. > > Signed-off-by: Prabhakar Kushwaha > Signed-off-by: Alison Wang > --- > Change log: > v2: Rebase the patch. > Add CONFIG_SYS_DCSR_DCFG_ADDR instead of CONFIG_SYS_DCSRBAR. > Applied to u-boot-fsl-qoriq master, awaiting upstream. York