Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dboot_fit.c30 fdt_name = fdt_getprop(fit, node, FIT_FDT_PROP, &fdt_len); in fdt_offset()
H A Dimage-fit.c293 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 Dimage-fdt.c330 FIT_FDT_PROP, in boot_get_fdt()
/openbmc/u-boot/tools/
H A Dfit_image.c230 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 Dimage-host.c391 FIT_FDT_PROP; in fit_config_get_image_list()
/openbmc/u-boot/common/spl/
H A Dspl_fit.c284 node = spl_fit_get_image_node(fit, images, FIT_FDT_PROP, 0); in spl_fit_append_fdt()
H A Dspl.c173 const char *fit_uname_fdt = FIT_FDT_PROP; in spl_load_fit_image()
/openbmc/u-boot/include/
H A Dimage.h955 #define FIT_FDT_PROP "fdt" macro