Searched refs:FIT_OS_PROP (Results 1 - 7 of 7) sorted by path

/u-boot/boot/
H A Dimage-fit.c697 data = fdt_getprop(fit, noffset, FIT_OS_PROP, &len);
699 fit_get_debug(fit, noffset, FIT_OS_PROP, len);
/u-boot/common/spl/
H A Dspl_atf.c229 data = fdt_getprop(blob, node, FIT_OS_PROP, NULL);
H A Dspl_fit.c499 fdt_getprop(ctx->fit, node, FIT_OS_PROP, NULL),
524 const char *name = fdt_getprop(fit, noffset, FIT_OS_PROP, NULL);
H A Dspl_opensbi.c34 fit_os = fdt_getprop(blob, node, FIT_OS_PROP, NULL);
/u-boot/include/
H A Dimage.h1099 #define FIT_OS_PROP "os" macro
/u-boot/test/image/
H A Dspl_load.c198 if (fdt_property_string(dst, FIT_OS_PROP,
/u-boot/tools/
H A Dfit_image.c283 fdt_property_string(fdt, FIT_OS_PROP,
331 fdt_property_string(fdt, FIT_OS_PROP,

Completed in 98 milliseconds