Lines Matching refs:fdt_property_string
178 return fdt_property_string(fdt, name, str); in fdt_property_strf()
247 fdt_property_string(fdt, FIT_ALGO_PROP, hash_algo); in fit_add_hash_or_sign()
253 fdt_property_string(fdt, FIT_ALGO_PROP, params->algo_name); in fit_add_hash_or_sign()
254 fdt_property_string(fdt, FIT_KEY_HINT, params->keyname); in fit_add_hash_or_sign()
279 fdt_property_string(fdt, FIT_DESC_PROP, params->imagename); in fit_write_images()
280 fdt_property_string(fdt, FIT_TYPE_PROP, typename); in fit_write_images()
281 fdt_property_string(fdt, FIT_ARCH_PROP, in fit_write_images()
283 fdt_property_string(fdt, FIT_OS_PROP, in fit_write_images()
285 fdt_property_string(fdt, FIT_COMP_PROP, in fit_write_images()
310 fdt_property_string(fdt, FIT_DESC_PROP, str); in fit_write_images()
315 fdt_property_string(fdt, FIT_TYPE_PROP, typename); in fit_write_images()
316 fdt_property_string(fdt, FIT_ARCH_PROP, in fit_write_images()
318 fdt_property_string(fdt, FIT_COMP_PROP, in fit_write_images()
330 fdt_property_string(fdt, FIT_TYPE_PROP, FIT_RAMDISK_PROP); in fit_write_images()
331 fdt_property_string(fdt, FIT_OS_PROP, in fit_write_images()
333 fdt_property_string(fdt, FIT_ARCH_PROP, in fit_write_images()
368 fdt_property_string(fdt, FIT_DEFAULT_PROP, "conf-1"); in fit_write_configs()
379 fdt_property_string(fdt, FIT_DESC_PROP, str); in fit_write_configs()
383 fdt_property_string(fdt, typename, str); in fit_write_configs()
384 fdt_property_string(fdt, FIT_LOADABLE_PROP, str); in fit_write_configs()
387 fdt_property_string(fdt, FIT_RAMDISK_PROP, in fit_write_configs()
391 fdt_property_string(fdt, FIT_FDT_PROP, str); in fit_write_configs()
400 fdt_property_string(fdt, typename, str); in fit_write_configs()
403 fdt_property_string(fdt, FIT_RAMDISK_PROP, in fit_write_configs()