u-boot/test/image
Sean Anderson 60d76e332d test: spl: Add a test for the SPI load method
Add test for the SPI load method. This one is pretty straightforward. We
can't enable FIT_EXTERNAL with LOAD_FIT_FULL because spl_spi_load_image
doesn't know the total image size and has to guess from fdt_totalsize. This
doesn't include external data, so loading it will fail.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2023-10-17 20:50:52 -04:00
..
Kconfig test: spl: Add a test for the SPI load method 2023-10-17 20:50:52 -04:00
Makefile test: spl: Add a test for the SPI load method 2023-10-17 20:50:52 -04:00
spl_load.c test: spl: Add a test for the SPI load method 2023-10-17 20:50:52 -04:00
spl_load_fs.c test: spl: Add a test for the MMC load method 2023-10-17 20:50:52 -04:00
spl_load_net.c test: spl: Add a test for the NET load method 2023-10-17 20:50:52 -04:00
spl_load_nor.c test: spl: Add a test for the NOR load method 2023-10-17 20:50:52 -04:00
spl_load_os.c test: spl: Add functions to create images 2023-10-17 20:50:52 -04:00
spl_load_spi.c test: spl: Add a test for the SPI load method 2023-10-17 20:50:52 -04:00
test-imagetools.sh test: Update test-imagetools.sh to match new syntax 2019-03-08 11:31:44 -05:00