Searched refs:FIT_LOADABLE_PROP (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/arch/arm/cpu/armv8/ |
H A D | sec_firmware.c | 141 type = FIT_LOADABLE_PROP; in sec_firmware_check_copy_loadable() 185 FIT_LOADABLE_PROP, (void *)sec_firmware_loadable_addr); in sec_firmware_check_copy_loadable()
|
/openbmc/u-boot/common/spl/ |
H A D | spl.c | 214 FIT_LOADABLE_PROP, idx, in spl_load_fit_image()
|
/openbmc/u-boot/common/ |
H A D | image-fit.c | 309 uname = fdt_stringlist_get(fit, noffset, FIT_LOADABLE_PROP, in fit_conf_print() 1777 return FIT_LOADABLE_PROP; in fit_get_image_type_property()
|
H A D | image.c | 1369 FIT_LOADABLE_PROP, loadables_index, in boot_get_loadable()
|
/openbmc/u-boot/include/ |
H A D | image.h | 956 #define FIT_LOADABLE_PROP "loadables" macro
|
/openbmc/u-boot/tools/ |
H A D | fit_image.c | 301 fdt_property_string(fdt, FIT_LOADABLE_PROP, str); in fit_write_configs()
|