Home
last modified time | relevance | path

Searched refs:fit_image_get_data (Results 1 – 19 of 19) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dsource.c140 if (fit_image_get_data (fit_hdr, noffset, &fit_data, &fit_len)) { in source()
H A Dximg.c164 if (fit_image_get_data(fit_hdr, noffset, in do_imgextract()
H A Dfpga.c274 if (fit_image_get_data(fit_hdr, noffset, in do_fpga()
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dbootm.c108 ret = fit_image_get_data(images->fit_hdr_os, in boot_prep_linux()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dboot_rkimg.c609 ret = fit_image_get_data(img, noffset, &data, &size); in rockchip_ram_read_dtb_file()
626 ret = fit_image_get_data(img, noffset, &data, &size); in rockchip_ram_read_dtb_file()
H A Dfit.c306 if (fit_image_get_data(fit, noffset, &buf, &size)) { in fit_image_pre_process()
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A Dsec_firmware.c69 if (fit_image_get_data(sec_firmware_img, fw_node_off, data, size)) { in sec_firmware_get_data()
/rk3399_rockchip-uboot/common/
H A Dupdate.c220 if (fit_image_get_data(fit, noffset, &data, (size_t *)size)) in update_fit_getparams()
H A Dimage-fit.c403 ret = fit_image_get_data(fit, image_noffset, &data, &size); in fit_image_print()
921 int fit_image_get_data(const void *fit, int noffset, in fit_image_get_data() function
1493 if (fit_image_get_data(fit, image_noffset, &data, &size)) { in fit_image_verify()
1882 if (fit_image_get_data(fit, kfdt_noffset, &kfdt, &size)) { in fit_conf_find_compat()
2353 if (fit_image_get_data(fit, noffset, &buf, &size)) { in fit_image_load_index()
/rk3399_rockchip-uboot/tools/
H A Dimage-host.c311 if (fit_image_get_data(fit, image_noffset, &data, &size)) { in fit_image_add_verification_data()
H A Dfit_image.c802 fit_image_get_data(fit, image_noffset, &file_data, &file_size); in fit_image_extract()
/rk3399_rockchip-uboot/common/spl/
H A Dspl_fit.c331 if (fit_image_get_data(fit, node, &data, &length)) { in spl_load_fit_image()
H A Dspl_fit_tb_arm64.S652 bl fit_image_get_data
H A Dspl_fit_tb_px30.S652 bl fit_image_get_data
H A Dspl_fit_tb_rv1106.S660 bl fit_image_get_data
H A Dspl_fit_tb_rv1126b.S679 bl fit_image_get_data
H A Dspl_fit_tb_rv1126.S660 bl fit_image_get_data
/rk3399_rockchip-uboot/include/
H A Dimage.h1030 int fit_image_get_data(const void *fit, int noffset,
/rk3399_rockchip-uboot/drivers/net/fsl-mc/
H A Dmc.c150 fit_image_get_data(fit_hdr, node_offset, &data, &size); in parse_mc_firmware_fit_image()