Searched refs:fit_image_get_os (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/common/ |
| H A D | image-fit.c | 431 fit_image_get_os(fit, image_noffset, &os); in fit_image_print() 603 int fit_image_get_os(const void *fit, int noffset, uint8_t *os) in fit_image_get_os() function 1672 if (fit_image_get_os(fit, noffset, &image_os)) in fit_image_check_os() 2341 fit_image_get_os(fit, noffset, &os); in fit_image_load_index()
|
| H A D | bootm.c | 152 if (fit_image_get_os(images.fit_hdr_os, images.fit_noffset_os, in bootm_find_os()
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_fit.c | 480 return fit_image_get_os(fit, noffset, os); in spl_fit_image_get_os()
|
| H A D | spl_fit_tb_arm64.S | 1218 bl fit_image_get_os 1276 bl fit_image_get_os
|
| H A D | spl_fit_tb_px30.S | 1843 bl fit_image_get_os 2038 bl fit_image_get_os
|
| H A D | spl_fit_tb_rv1106.S | 1877 bl fit_image_get_os 2054 bl fit_image_get_os
|
| H A D | spl_fit_tb_rv1126b.S | 1811 bl fit_image_get_os 1999 bl fit_image_get_os
|
| H A D | spl_fit_tb_rv1126.S | 1848 bl fit_image_get_os 2025 bl fit_image_get_os
|
| /rk3399_rockchip-uboot/include/ |
| H A D | image.h | 1019 int fit_image_get_os(const void *fit, int noffset, uint8_t *os);
|