Searched refs:FIT_FDT_PROP (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/common/ |
H A D | boot_fit.c | 30 fdt_name = fdt_getprop(fit, node, FIT_FDT_PROP, &fdt_len); in fdt_offset()
|
H A D | image-fit.c | 293 uname = fdt_stringlist_get(fit, noffset, FIT_FDT_PROP, in fit_conf_print() 1769 return FIT_FDT_PROP; in fit_get_image_type_property() 2086 count = fit_conf_get_prop_node_count(fit, cfg_noffset, FIT_FDT_PROP); in boot_get_fdt_fit() 2109 FIT_FDT_PROP, i); in boot_get_fdt_fit()
|
H A D | image-fdt.c | 330 FIT_FDT_PROP, in boot_get_fdt()
|
/openbmc/u-boot/tools/ |
H A D | fit_image.c | 230 snprintf(str, sizeof(str), "%s-%d", FIT_FDT_PROP, ++upto); in fit_write_images() 307 snprintf(str, sizeof(str), FIT_FDT_PROP "-%d", upto); in fit_write_configs() 308 fdt_property_string(fdt, FIT_FDT_PROP, str); in fit_write_configs()
|
H A D | image-host.c | 391 FIT_FDT_PROP; in fit_config_get_image_list()
|
/openbmc/u-boot/common/spl/ |
H A D | spl_fit.c | 284 node = spl_fit_get_image_node(fit, images, FIT_FDT_PROP, 0); in spl_fit_append_fdt()
|
H A D | spl.c | 173 const char *fit_uname_fdt = FIT_FDT_PROP; in spl_load_fit_image()
|
/openbmc/u-boot/include/ |
H A D | image.h | 955 #define FIT_FDT_PROP "fdt" macro
|