Searched refs:fit_image_get_os (Results 1 – 4 of 4) sorted by relevance
| /u-boot/common/ |
| A D | image-fit.c | 534 fit_image_get_os(fit, image_noffset, &os); in fit_image_print() 685 int fit_image_get_os(const void *fit, int noffset, uint8_t *os) in fit_image_get_os() function 1492 if (fit_image_get_os(fit, noffset, &image_os)) in fit_image_check_os() 2107 fit_image_get_os(fit, noffset, &os); in fit_image_load()
|
| A D | bootm.c | 136 if (fit_image_get_os(images.fit_hdr_os, images.fit_noffset_os, in bootm_find_os()
|
| /u-boot/common/spl/ |
| A D | spl_fit.c | 477 return fit_image_get_os(fit, noffset, os); in spl_fit_image_get_os()
|
| /u-boot/include/ |
| A D | image.h | 1086 int fit_image_get_os(const void *fit, int noffset, uint8_t *os);
|
Completed in 18 milliseconds