Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dbootm.c115 if (fit_image_get_type(images.fit_hdr_os, in bootm_find_os()
1020 if (fit_image_get_type(fit, noffset, &image_type)) { in bootm_host_load_image()
H A Dimage-fit.c477 fit_image_get_type(fit, image_noffset, &type); in fit_image_print()
727 int fit_image_get_type(const void *fit, int noffset, uint8_t *type) in fit_image_get_type() function
1417 if (fit_image_get_type(fit, noffset, &image_type)) in fit_image_check_type()
H A Dimage.c1391 fit_img_result = fit_image_get_type(buf, in boot_get_loadable()
/openbmc/u-boot/common/spl/
H A Dspl_fit.c189 if (fit_image_get_type(fit, node, &type)) in spl_load_fit_image()
/openbmc/u-boot/include/
H A Dimage.h1017 int fit_image_get_type(const void *fit, int noffset, uint8_t *type);