Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dsec_firmware.c141 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 Dspl.c214 FIT_LOADABLE_PROP, idx, in spl_load_fit_image()
/openbmc/u-boot/common/
H A Dimage-fit.c309 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 Dimage.c1369 FIT_LOADABLE_PROP, loadables_index, in boot_get_loadable()
/openbmc/u-boot/include/
H A Dimage.h956 #define FIT_LOADABLE_PROP "loadables" macro
/openbmc/u-boot/tools/
H A Dfit_image.c301 fdt_property_string(fdt, FIT_LOADABLE_PROP, str); in fit_write_configs()