[U-Boot] [U-Boot, v2, 7/7] spl: stm32f7: configure for xip booting
Tom Rini
trini at konsulko.com
Sat Jun 10 13:46:27 UTC 2017
On Sun, May 28, 2017 at 12:55:14PM -0700, Vikas Manocha wrote:
> With xip booting configuration, we don't need to copy the next image
> (U-Boot or linux xipimage) from flash to sdram area.
>
> Flash memory organization is like this:
> spl-U-Boot: u-boot-spl.bin : 0x0800_0000
> U-Boot : u-boot-dtb.bin : 0x0800_8000
> linux : xipImage : 0x0800_8000
>
> It is also possible to have U-Boot binary & linux binaries configured at
> different addresses of flash memory like U-Boot at 0x0800_8000 & linux
> xipImage at 0x0800_4000. But in any case, spl-U-Boot needs to be compiled for
> U-Boot as next binary with SPL_OS_BOOT option disabled.
> By default, spl is configured to boot linux xipImage.
>
> Signed-off-by: Vikas Manocha <vikas.manocha at st.com>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170610/8cbf26dd/attachment.sig>
More information about the U-Boot
mailing list