Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dimage-fit.c426 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 Dbootm.c159 if (fit_image_get_arch(images.fit_hdr_os, in bootm_find_os()
/rk3399_rockchip-uboot/drivers/cpu/
H A Drockchip_amp.c267 fit_image_get_arch(fit, noffset, &arch); in brought_up_amp()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rv1126b/
H A Drv1126b.c491 if (fit_image_get_arch(fit, node, &image_arch)) in rk_board_fit_image_post_process()
/rk3399_rockchip-uboot/common/spl/
H A Dspl_fit.c884 fit_image_get_arch(fit, node, &ih_arch); in spl_internal_load_simple_fit()
H A Dspl_fit_tb_px30.S1311 bl fit_image_get_arch
1879 bl fit_image_get_arch
H A Dspl_fit_tb_rv1126b.S1331 bl fit_image_get_arch
1843 bl fit_image_get_arch
/rk3399_rockchip-uboot/include/
H A Dimage.h1020 int fit_image_get_arch(const void *fit, int noffset, uint8_t *arch);