From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 4 Dec 2013 15:42:13 -0800 Subject: [U-Boot] [PATCH][v3] powerpc: spiflash:Add corenet devices support in eSPI SPL In-Reply-To: <1385613492-2517-1-git-send-email-Priyanka.Jain@freescale.com> References: <1385613492-2517-1-git-send-email-Priyanka.Jain@freescale.com> Message-ID: <529FBDD5.9000102@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 11/27/2013 08:38 PM, Priyanka Jain wrote: > Existing eSPI SPL framework assumes booting from spi-image > with boot_format header which contains final u-boot Image > offset and size. No such header is present in case of > corenet devices like T1040 as corenet deivces use PBI-RCW > based intialization. > > So, for corenet deives, SPL bootloader use values provided > at compilation time. These values can be defined in board > specific config file. > > Signed-off-by: Priyanka Jain > --- > Changes for v3: > Send as independent patch (not as part of patch set) > > Changes for v2: > Updated description based on Sun York's inputs > Applied to u-boot-mpc85xx/master. Thanks. York