Home
last modified time | relevance | path

Searched refs:fit_image_get_load (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/common/
H A Dupdate.c223 if (fit_image_get_load(fit, noffset, (ulong *)fladdr)) in update_fit_getparams()
H A Dimage-fit.c519 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 Dbootm.c147 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 Dsec_firmware.c174 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 Dspl_fit.c202 if (fit_image_get_load(fit, node, &load_addr)) in spl_load_fit_image()
/openbmc/u-boot/include/
H A Dimage.h1019 int fit_image_get_load(const void *fit, int noffset, ulong *load);