Home
last modified time | relevance | path

Searched refs:load (Results 1 – 25 of 25) sorted by relevance

/test/image/
A DKconfig5 bool "Unit tests for SPL load methods"
9 Test various SPL load methods.
24 Test filesystems and the various load methods which use them.
33 Test the NAND flash load method.
42 Test loading images over TFTP using the NET image load method.
50 Test the SPI flash image load metod.
A Dspl_load.c312 static ulong spl_test_read(struct spl_load_info *load, ulong sector, in spl_test_read() argument
315 memcpy(buf, load->priv + sector, count); in spl_test_read()
344 struct spl_load_info load; in spl_test_image() local
346 spl_load_init(&load, spl_test_read, img, 1); in spl_test_image()
348 ut_assertok(spl_load_imx_container(&info_read, &load, in spl_test_image()
354 ut_assertok(spl_load_simple_fit(&info_read, &load, 0, in spl_test_image()
/test/fs/
A Dfs-test.sh254 ${PREFIX}load host${SUFFIX} $addr ${FPATH}$FILE_SMALL
261 ${PREFIX}load host${SUFFIX} $addr ${FPATH}$FILE_BIG $length 0x0
269 ${PREFIX}load host${SUFFIX} $addr ${FPATH}$FILE_BIG $length 0x9C300000
277 ${PREFIX}load host${SUFFIX} $addr ${FPATH}$FILE_BIG $length 0x7FF00000
285 ${PREFIX}load host${SUFFIX} $addr ${FPATH}$FILE_BIG $length 0x80000000
293 ${PREFIX}load host${SUFFIX} $addr ${FPATH}$FILE_BIG $length 0x7FF80000
306 ${PREFIX}load host${SUFFIX} $addr ${FPATH}$FILE_SMALL
311 ${PREFIX}load host${SUFFIX} $addr ${FPATH}$FILE_WRITE
324 ${PREFIX}load host${SUFFIX} $addr ${FPATH}$FILE_SMALL
329 ${PREFIX}load host${SUFFIX} $addr ${FPATH}./${FILE_WRITE}2
[all …]
A Dfat-noncontig-test.sh136 load host 0:0 ${loadaddr} ${testfn}
/test/py/tests/vboot/
A Dsandbox-u-boot-global.dts17 pre-load {
A Dsandbox-binman.dts12 pre-load {
A Dsandbox-u-boot-global-pss.dts17 pre-load {
A Dsandbox-binman-pss.dts12 pre-load {
A Dsimple-images.its16 load = <0x4>;
A Dsign-images-algo-arg.its14 load = <0x4>;
A Dsign-configs-algo-arg.its14 load = <0x4>;
A Dsign-configs-sha384.its14 load = <0x4>;
A Dsign-images-sha1.its14 load = <0x4>;
A Dsign-images-sha256.its14 load = <0x4>;
A Dsign-images-sha384.its14 load = <0x4>;
A Dsign-configs-sha1.its14 load = <0x4>;
A Dsign-configs-sha256.its14 load = <0x4>;
A Dsign-images-sha1-pss.its14 load = <0x4>;
A Dsign-images-sha256-pss.its14 load = <0x4>;
A Dsign-configs-sha1-pss.its14 load = <0x4>;
A Dsign-configs-sha256-pss-prod.its14 load = <0x4>;
A Dsign-configs-sha256-pss.its14 load = <0x4>;
A Dhash-images.its14 load = <0x4>;
/test/py/tests/test_efi_capsule/
A Dcapsule_gen_binman.dts30 load = <0>;
44 load = <0>;
/test/boot/
A Dupl.c53 img.load = 0x1; in upl_get_test_data()
60 img.load = 0x4; in upl_get_test_data()
161 ut_asserteq(base->load, cmp->load); in compare_upl_image()
424 ut_asserteq(CONFIG_TEXT_BASE, img->load); in upl_test_info_norun()

Completed in 25 milliseconds