Home
last modified time | relevance | path

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

/openbmc/u-boot/common/spl/
H A Dspl_atf.c120 data = fdt_getprop(blob, node, FIT_OS_PROP, NULL); in spl_fit_images_find_uboot()
/openbmc/u-boot/tools/
H A Dfit_image.c209 fdt_property_string(fdt, FIT_OS_PROP, in fit_write_images()
252 fdt_property_string(fdt, FIT_OS_PROP, in fit_write_images()
/openbmc/u-boot/common/
H A Dimage-fit.c669 data = fdt_getprop(fit, noffset, FIT_OS_PROP, &len); in fit_image_get_os()
671 fit_get_debug(fit, noffset, FIT_OS_PROP, len); in fit_image_get_os()
/openbmc/u-boot/include/
H A Dimage.h947 #define FIT_OS_PROP "os" macro