From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 23 Apr 2014 15:37:29 -0700 Subject: [U-Boot] [PATCH 2/3 v2] board/t208xrdb: Add support of 2-stage NAND/SPI/SD boot In-Reply-To: <1397810621-21591-2-git-send-email-Shengzhou.Liu@freescale.com> References: <1397810621-21591-1-git-send-email-Shengzhou.Liu@freescale.com> <1397810621-21591-2-git-send-email-Shengzhou.Liu@freescale.com> Message-ID: <535840A9.10700@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 04/18/2014 01:43 AM, Shengzhou Liu wrote: > Add support of 2-stage NAND/SPI/SD boot loader using SPL framework. > PBL initializes the internal CPC-SRAM and copy SPL(160K) to it, > SPL further initializes DDR using SPD and environment and copy > u-boot(768K) from SPI/SD/NAND to DDR, finally SPL transfers control > to u-boot. > > Signed-off-by: Shengzhou Liu > --- > v2: updated to adapt to new SPL. Applied to u-boot-mpc85xx/master, thanks. York