u-boot-2016/common/spl
Philipp Tomsich a616c783f2 spl: fit: implement recording of loadables into /fit-images
If a FDT was loaded (e.g. to append it to U-Boot image), we store it's
address and record information for all loadables into this FDT.  This
allows us to easily keep track of images for multiple privilege levels
(e.g. with ATF) or of firmware images preloaded into temporary
locations (e.g. PMU firmware that may overlap the SPL stage).

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2017-11-26 00:39:07 +01:00
..
Kconfig thermal: ti-bandgap: Add support for temperature sensor 2017-11-21 08:03:38 -05:00
Makefile spl: add serial download protocol (SDP) support 2017-08-23 10:41:58 +02:00
spl.c SPL: fix printing of image name 2017-11-16 19:10:25 -07:00
spl_atf.c
spl_bootrom.c spl: add a 'return to bootrom' boot method 2017-08-13 17:12:19 +02:00
spl_dfu.c treewide: replace with error() with pr_err() 2017-10-04 11:59:44 -04:00
spl_ext.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
spl_fat.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
spl_fit.c spl: fit: implement recording of loadables into /fit-images 2017-11-26 00:39:07 +01:00
spl_mmc.c spl: spl_mmc: add __maybe_unused to mmc_load_image_raw_sector() 2017-09-29 11:23:45 +09:00
spl_nand.c
spl_net.c env: Rename setenv() to env_set() 2017-08-16 08:22:18 -04:00
spl_nor.c
spl_onenand.c
spl_ram.c
spl_sata.c dm: scsi: Document and rename the scsi_scan() parameter 2017-07-11 10:08:19 -06:00
spl_sdp.c treewide: replace with error() with pr_err() 2017-10-04 11:59:44 -04:00
spl_spi.c
spl_ubi.c
spl_usb.c
spl_xip.c stm32: fix STMicroelectronics copyright 2017-11-06 09:51:01 -05:00
spl_ymodem.c