Searched refs:fit_image_get_load (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/common/ |
H A D | image-fit.c | 519 ret = fit_image_get_load(fit, image_noffset, &load); in fit_image_print() 528 if (type == IH_TYPE_FLATDT && !fit_image_get_load(fit, image_noffset, &load)) in fit_image_print() 818 int fit_image_get_load(const void *fit, int noffset, ulong *load) in fit_image_get_load() function 1967 } else if (fit_image_get_load(fit, noffset, &load)) { in fit_image_load()
|
H A D | update.c | 223 if (fit_image_get_load(fit, noffset, (ulong *)fladdr)) in update_fit_getparams()
|
H A D | bootm.c | 147 if (fit_image_get_load(images.fit_hdr_os, images.fit_noffset_os, in bootm_find_os()
|
/openbmc/u-boot/arch/arm/cpu/armv8/ |
H A D | sec_firmware.c | 174 if (fit_image_get_load(sec_firmware_img, ld_node_off, &load)) { in sec_firmware_check_copy_loadable()
|
/openbmc/u-boot/common/spl/ |
H A D | spl_fit.c | 202 if (fit_image_get_load(fit, node, &load_addr)) in spl_load_fit_image()
|
/openbmc/u-boot/include/ |
H A D | image.h | 1019 int fit_image_get_load(const void *fit, int noffset, ulong *load);
|