Home
last modified time | relevance | path

Searched refs:fit_image_get_os (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/
H A Dspl.c91 fit_image_get_os(fit, node, &os); in board_fit_image_post_process()
/openbmc/u-boot/common/
H A Dimage-fit.c512 fit_image_get_os(fit, image_noffset, &os); in fit_image_print()
663 int fit_image_get_os(const void *fit, int noffset, uint8_t *os) in fit_image_get_os() function
1365 if (fit_image_get_os(fit, noffset, &image_os)) in fit_image_check_os()
1921 fit_image_get_os(fit, noffset, &os); in fit_image_load()
H A Dbootm.c131 if (fit_image_get_os(images.fit_hdr_os, images.fit_noffset_os, in bootm_find_os()
/openbmc/u-boot/common/spl/
H A Dspl_fit.c339 return fit_image_get_os(fit, noffset, os); in spl_fit_image_get_os()
/openbmc/u-boot/include/
H A Dimage.h1015 int fit_image_get_os(const void *fit, int noffset, uint8_t *os);