Searched refs:fit_image_get_arch (Results 1 – 8 of 8) sorted by relevance
| /rk3399_rockchip-uboot/common/ |
| H A D | image-fit.c | 426 fit_image_get_arch(fit, image_noffset, &arch); in fit_image_print() 635 int fit_image_get_arch(const void *fit, int noffset, uint8_t *arch) in fit_image_get_arch() function 1699 if (fit_image_get_arch(fit, noffset, &image_arch)) in fit_image_check_arch() 2310 fit_image_get_arch(fit, noffset, &os_arch); in fit_image_load_index()
|
| H A D | bootm.c | 159 if (fit_image_get_arch(images.fit_hdr_os, in bootm_find_os()
|
| /rk3399_rockchip-uboot/drivers/cpu/ |
| H A D | rockchip_amp.c | 267 fit_image_get_arch(fit, noffset, &arch); in brought_up_amp()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/rv1126b/ |
| H A D | rv1126b.c | 491 if (fit_image_get_arch(fit, node, &image_arch)) in rk_board_fit_image_post_process()
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_fit.c | 884 fit_image_get_arch(fit, node, &ih_arch); in spl_internal_load_simple_fit()
|
| H A D | spl_fit_tb_px30.S | 1311 bl fit_image_get_arch 1879 bl fit_image_get_arch
|
| H A D | spl_fit_tb_rv1126b.S | 1331 bl fit_image_get_arch 1843 bl fit_image_get_arch
|
| /rk3399_rockchip-uboot/include/ |
| H A D | image.h | 1020 int fit_image_get_arch(const void *fit, int noffset, uint8_t *arch);
|