Searched refs:FIT_LOADABLE_PROP (Results 1 – 8 of 8) sorted by relevance
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/ |
D | sec_firmware.c | 142 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/ |
D | spl.c | 216 FIT_LOADABLE_PROP, idx, in spl_load_fit_image()
|
/third_party/uboot/u-boot-2020.01/common/ |
D | image-fit.c | 313 uname = fdt_stringlist_get(fit, noffset, FIT_LOADABLE_PROP, in fit_conf_print() 1945 return FIT_LOADABLE_PROP; in fit_get_image_type_property()
|
D | image.c | 1521 FIT_LOADABLE_PROP, loadables_index, in boot_get_loadable()
|
D | image-fit.c.orig | 310 uname = fdt_stringlist_get(fit, noffset, FIT_LOADABLE_PROP, 1822 return FIT_LOADABLE_PROP;
|
/third_party/uboot/u-boot-2020.01/include/ |
D | image.h | 958 #define FIT_LOADABLE_PROP "loadables" macro
|
D | image.h.orig | 954 #define FIT_LOADABLE_PROP "loadables"
|
/third_party/uboot/u-boot-2020.01/tools/ |
D | fit_image.c | 313 fdt_property_string(fdt, FIT_LOADABLE_PROP, str); in fit_write_configs()
|