Home
last modified time | relevance | path

Searched refs:FIT_LOADABLE_PROP (Results 1 – 8 of 8) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/
Dsec_firmware.c142 type = FIT_LOADABLE_PROP; in sec_firmware_check_copy_loadable()
186 FIT_LOADABLE_PROP, (void *)sec_firmware_loadable_addr); in sec_firmware_check_copy_loadable()
/third_party/uboot/u-boot-2020.01/common/spl/
Dspl.c216 FIT_LOADABLE_PROP, idx, in spl_load_fit_image()
/third_party/uboot/u-boot-2020.01/common/
Dimage-fit.c313 uname = fdt_stringlist_get(fit, noffset, FIT_LOADABLE_PROP, in fit_conf_print()
1945 return FIT_LOADABLE_PROP; in fit_get_image_type_property()
Dimage.c1521 FIT_LOADABLE_PROP, loadables_index, in boot_get_loadable()
Dimage-fit.c.orig310 uname = fdt_stringlist_get(fit, noffset, FIT_LOADABLE_PROP,
1822 return FIT_LOADABLE_PROP;
/third_party/uboot/u-boot-2020.01/include/
Dimage.h958 #define FIT_LOADABLE_PROP "loadables" macro
Dimage.h.orig954 #define FIT_LOADABLE_PROP "loadables"
/third_party/uboot/u-boot-2020.01/tools/
Dfit_image.c313 fdt_property_string(fdt, FIT_LOADABLE_PROP, str); in fit_write_configs()