Home
last modified time | relevance | path

Searched refs:fit_image_check_os (Results 1 – 2 of 2) sorted by relevance

/u-boot/common/
A Dimage-fit.c1488 int fit_image_check_os(const void *fit, int noffset, uint8_t os) in fit_image_check_os() function
2095 fit_image_check_os(fit, noffset, IH_OS_LINUX) || in fit_image_load()
2096 fit_image_check_os(fit, noffset, IH_OS_U_BOOT) || in fit_image_load()
2097 fit_image_check_os(fit, noffset, IH_OS_OPENRTOS) || in fit_image_load()
2098 fit_image_check_os(fit, noffset, IH_OS_EFI) || in fit_image_load()
2099 fit_image_check_os(fit, noffset, IH_OS_VXWORKS); in fit_image_load()
/u-boot/include/
A Dimage.h1144 int fit_image_check_os(const void *fit, int noffset, uint8_t os);

Completed in 10 milliseconds