Searched refs:FIT_OS_PROP (Results 1 – 6 of 6) sorted by relevance
/u-boot/common/spl/ |
A D | spl_opensbi.c | 33 fit_os = fdt_getprop(blob, node, FIT_OS_PROP, NULL); in spl_opensbi_find_uboot_node()
|
A D | spl_atf.c | 230 data = fdt_getprop(blob, node, FIT_OS_PROP, NULL); in spl_fit_images_find()
|
A D | spl_fit.c | 479 const char *name = fdt_getprop(fit, noffset, FIT_OS_PROP, NULL); in spl_fit_image_get_os()
|
/u-boot/tools/ |
A D | fit_image.c | 231 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 D | image-fit.c | 691 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 D | image.h | 1018 #define FIT_OS_PROP "os" macro
|
Completed in 14 milliseconds