1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-23 16:55:21 +01:00
Files
u-boot-megous/board
Vikas Manocha 1a73bd842e spl: stm32f7: configure for xip booting
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@st.com>
2017-06-09 11:24:00 -04:00
..
2015-11-12 17:38:08 +01:00
2017-06-05 11:02:37 -04:00
2017-05-15 06:17:09 +02:00
2017-05-22 12:45:27 -04:00
2017-05-22 12:45:27 -04:00
2017-01-21 15:12:33 -05:00
2016-02-06 12:00:59 +01:00
2017-06-05 11:02:37 -04:00
2016-09-07 08:48:58 -04:00
2017-05-22 12:45:27 -04:00
2017-01-02 17:55:58 +01:00
2017-05-22 12:45:27 -04:00