1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-02 05:57:10 +01:00
Files
u-boot-megous/include
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
..
2017-06-01 07:03:12 -06:00
2016-04-01 17:18:12 -04:00
2016-12-03 13:21:21 -05:00
2017-02-07 10:54:32 -06:00
2017-02-08 15:56:28 -05:00
2016-03-24 09:47:43 +01:00
2017-06-05 11:02:29 -04:00
2016-05-25 17:52:39 +02:00
2016-05-25 17:52:39 +02:00
2015-05-05 20:58:20 -06:00
2015-06-10 19:26:54 -06:00
2016-01-20 19:06:23 -07:00
2015-11-19 20:27:50 -07:00
2016-10-19 09:01:51 +02:00
2017-05-11 22:21:27 -04:00
2017-04-13 09:41:10 -04:00
2016-02-23 16:14:45 +05:30
2017-05-15 20:32:12 +02:00
2016-11-14 23:24:03 +01:00
2016-05-03 17:52:11 -05:00
2016-01-28 12:22:19 -06:00
2017-06-03 17:55:34 -04:00
2017-06-02 10:16:46 -06:00
2017-06-01 07:03:11 -06:00
2016-01-27 15:55:54 +01:00
2016-01-19 08:31:21 -05:00
2016-12-08 10:36:22 -06:00
2017-06-01 07:03:12 -06:00
2017-04-14 19:38:57 -06:00
2016-06-19 17:05:55 -06:00
2016-03-08 15:01:47 -05:00
2016-08-12 11:01:22 -06:00
2016-01-20 10:19:40 -05:00
2015-11-12 08:26:58 +08:00
2017-04-05 13:52:20 -04:00
2016-01-21 20:42:36 -07:00
2016-02-05 12:47:21 +08:00
2017-05-22 12:45:27 -04:00
2016-03-15 15:19:23 -04:00
2016-01-21 20:42:34 -07:00
2015-07-21 17:39:27 -06:00
2015-07-21 17:39:28 -06:00
2017-04-10 10:02:03 +08:00
2016-08-17 10:25:35 +09:00
2017-06-01 07:03:16 -06:00
2017-05-15 10:38:09 -04:00
2017-01-21 15:12:33 -05:00
2016-05-26 20:48:31 -06:00
2015-07-26 12:11:33 +02:00
2016-02-26 08:53:10 -07:00
2016-09-26 13:24:43 -04:00
2017-04-12 13:28:27 -04:00
2016-05-02 18:37:09 -04:00
2016-10-12 10:56:51 +08:00
2016-10-23 18:33:48 -04:00
2016-10-31 10:13:17 -04:00
2017-05-08 11:57:30 -04:00