Home
last modified time | relevance | path

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

/u-boot/cmd/
A Dsource.c144 if (fit_image_get_data (fit_hdr, noffset, &fit_data, &fit_len)) { in image_source_script()
/u-boot/arch/arm/cpu/armv8/
A Dsec_firmware.c75 if (fit_image_get_data(sec_firmware_img, fw_node_off, data, size)) { in sec_firmware_get_data()
174 if (fit_image_get_data(sec_firmware_img, ld_node_off, in sec_firmware_check_copy_loadable()
/u-boot/arch/x86/lib/
A Dbootm.c107 ret = fit_image_get_data(images->fit_hdr_os, in boot_prep_linux()
/u-boot/drivers/net/pfe_eth/
A Dpfe_firmware.c133 if (fit_image_get_data(pfe_fit_addr, fw_node_off, data, size)) { in pfe_get_fw()
/u-boot/arch/arm/mach-k3/
A Dsysfw-loader.c79 return fit_image_get_data(fit, node_offset, addr, size); in fit_get_data_by_name()
/u-boot/common/
A Dupdate.c225 if (fit_image_get_data(fit, noffset, &data, (size_t *)size)) in update_fit_getparams()
A Dsplash_source.c360 if (!fit_image_get_data(fit_header, node_offset, &internal_splash_data, &internal_splash_size)) in splash_load_fit()
A Dimage-fit.c883 int fit_image_get_data(const void *fit, int noffset, in fit_image_get_data() function
1041 ret = fit_image_get_data(fit, noffset, data, size); in fit_image_get_data_and_size()
1775 if (fit_image_get_data(fit, kfdt_noffset, &fdt, &sz)) { in fit_conf_find_compat()
/u-boot/tools/
A Dimage-host.c532 if (fit_image_get_data(fit, image_noffset, &data, &size)) { in fit_image_cipher_data()
611 if (fit_image_get_data(fit, image_noffset, &data, &size)) { in fit_image_add_verification_data()
/u-boot/common/spl/
A Dspl_fit.c292 if (fit_image_get_data(fit, node, &data, &length)) { in spl_load_fit_image()
/u-boot/include/
A Dimage.h1092 int fit_image_get_data(const void *fit, int noffset,
/u-boot/drivers/net/fsl-mc/
A Dmc.c164 fit_image_get_data(fit_hdr, node_offset, &data, &size); in parse_mc_firmware_fit_image()

Completed in 21 milliseconds