Home
last modified time | relevance | path

Searched refs:fit_image_get_arch (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/common/
H A Dimage-fit.c506 fit_image_get_arch(fit, image_noffset, &arch); in fit_image_print()
695 int fit_image_get_arch(const void *fit, int noffset, uint8_t *arch) in fit_image_get_arch() function
1392 if (fit_image_get_arch(fit, noffset, &image_arch)) in fit_image_check_arch()
1893 fit_image_get_arch(fit, noffset, &os_arch); in fit_image_load()
H A Dbootm.c138 if (fit_image_get_arch(images.fit_hdr_os, in bootm_find_os()
/openbmc/u-boot/include/
H A Dimage.h1016 int fit_image_get_arch(const void *fit, int noffset, uint8_t *arch);