Home
last modified time | relevance | path

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

/u-boot/common/spl/
A Dspl_opensbi.c33 fit_os = fdt_getprop(blob, node, FIT_OS_PROP, NULL); in spl_opensbi_find_uboot_node()
A Dspl_atf.c230 data = fdt_getprop(blob, node, FIT_OS_PROP, NULL); in spl_fit_images_find()
A Dspl_fit.c479 const char *name = fdt_getprop(fit, noffset, FIT_OS_PROP, NULL); in spl_fit_image_get_os()
/u-boot/tools/
A Dfit_image.c231 fdt_property_string(fdt, FIT_OS_PROP, in fit_write_images()
277 fdt_property_string(fdt, FIT_OS_PROP, in fit_write_images()
/u-boot/common/
A Dimage-fit.c691 data = fdt_getprop(fit, noffset, FIT_OS_PROP, &len); in fit_image_get_os()
693 fit_get_debug(fit, noffset, FIT_OS_PROP, len); in fit_image_get_os()
/u-boot/include/
A Dimage.h1018 #define FIT_OS_PROP "os" macro

Completed in 15 milliseconds