u-boot-brain/common/spl
Jean-Jacques Hiblot 7296a336ca spl: fit: Always enable tracking of os-type if SPL_OS_BOOT is enabled
FIT_IMAGE_TINY is used to reduce the size of the SPL by removing os-type
tracking and recording the loadables into the loaded FDT. When this option
is enabled, it is assumed that the next stage firmware is u-boot.
However this does not play well with the SPL_OS_BOOT option that enables
loading different type of next stage firmware, like the OS itself.

When SPL_OS_BOOT is used, do not disable os-tracking. The added footprint
is about 300 Bytes.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
2019-05-05 08:48:50 -04:00
..
Kconfig configs: move CONFIG_SPL_TEXT_BASE to Kconfig 2019-04-29 21:41:40 -04:00
Makefile
spl_atf.c
spl_bootrom.c
spl_dfu.c
spl_ext.c
spl_fat.c
spl_fit.c spl: fit: Always enable tracking of os-type if SPL_OS_BOOT is enabled 2019-05-05 08:48:50 -04:00
spl_mmc.c
spl_nand.c spl: spl_nand.c: Add NAND loading message 2019-04-23 17:57:27 -04:00
spl_net.c
spl_nor.c
spl_onenand.c
spl_optee.S
spl_ram.c
spl_sata.c
spl_sdp.c
spl_spi.c dm: spi: Read default speed and mode values from DT 2019-04-12 11:54:50 +05:30
spl_ubi.c
spl_usb.c
spl_xip.c
spl_ymodem.c spl: ymodem: Add support for loading full fitImages 2019-04-22 18:13:23 -04:00
spl.c watchdog: Implement generic watchdog_reset() version 2019-04-26 09:16:32 +02:00