Searched refs:fit_image_get_comp (Results 1 – 11 of 11) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | ximg.c | 170 if (fit_image_get_comp(fit_hdr, noffset, &comp)) { in do_imgextract()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | fit_misc.c | 75 if (fit_image_get_comp(fit, node, &comp)) in fit_decomp_image()
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_fit.c | 267 if (fit_image_get_comp(fit, node, &image_comp)) in spl_load_fit_image() 277 fit_image_get_comp(fit, node, &image_comp); in spl_load_fit_image()
|
| H A D | spl_fit_tb_arm64.S | 286 bl fit_image_get_comp
|
| H A D | spl_fit_tb_px30.S | 286 bl fit_image_get_comp
|
| H A D | spl_fit_tb_rv1106.S | 287 bl fit_image_get_comp
|
| H A D | spl_fit_tb_rv1126b.S | 286 bl fit_image_get_comp
|
| H A D | spl_fit_tb_rv1126.S | 287 bl fit_image_get_comp
|
| /rk3399_rockchip-uboot/common/ |
| H A D | bootm.c | 144 if (fit_image_get_comp(images.fit_hdr_os, in bootm_find_os() 1026 if (fit_image_get_comp(fit, noffset, &imape_comp)) { in bootm_host_load_image()
|
| H A D | image-fit.c | 400 fit_image_get_comp(fit, image_noffset, &comp); in fit_image_print() 699 int fit_image_get_comp(const void *fit, int noffset, uint8_t *comp) in fit_image_get_comp() function 1747 if (fit_image_get_comp(fit, noffset, &image_comp)) in fit_image_check_comp()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | image.h | 1022 int fit_image_get_comp(const void *fit, int noffset, uint8_t *comp);
|