Searched refs:fit_image_get_load (Results 1 – 9 of 9) sorted by relevance
| /u-boot/common/spl/ |
| A D | spl_opensbi.c | 67 ret = fit_image_get_load(spl_image->fdt_addr, uboot_node, &uboot_entry); in spl_invoke_opensbi()
|
| A D | spl_atf.c | 248 ret = fit_image_get_load(blob, node, &val); in spl_fit_images_get_entry()
|
| A D | spl_fit.c | 261 if (fit_image_get_load(fit, node, &load_addr)) in spl_load_fit_image()
|
| /u-boot/arch/arm/cpu/armv8/ |
| A D | sec_firmware.c | 181 if (fit_image_get_load(sec_firmware_img, ld_node_off, &load)) { in sec_firmware_check_copy_loadable()
|
| /u-boot/common/ |
| A D | update.c | 228 if (fit_image_get_load(fit, noffset, (ulong *)fladdr)) in update_fit_getparams()
|
| A D | image-fit.c | 541 ret = fit_image_get_load(fit, image_noffset, &load); in fit_image_print() 550 if (type == IH_TYPE_FLATDT && !fit_image_get_load(fit, image_noffset, &load)) in fit_image_print() 841 int fit_image_get_load(const void *fit, int noffset, ulong *load) in fit_image_get_load() function 2148 } else if (fit_image_get_load(fit, noffset, &load)) { in fit_image_load()
|
| A D | bootm.c | 152 if (fit_image_get_load(images.fit_hdr_os, images.fit_noffset_os, in bootm_find_os()
|
| /u-boot/drivers/fpga/ |
| A D | socfpga_arria10.c | 662 ret = fit_image_get_load(buffer_p, images_noffset, in first_loading_rbf_to_buffer()
|
| /u-boot/include/ |
| A D | image.h | 1090 int fit_image_get_load(const void *fit, int noffset, ulong *load);
|
Completed in 26 milliseconds