Home
last modified time | relevance | path

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

/external/u-boot/common/
Dimage-fit.c513 ret = fit_image_get_load(fit, image_noffset, &load); in fit_image_print()
522 if (type == IH_TYPE_FLATDT && !fit_image_get_load(fit, image_noffset, &load)) in fit_image_print()
812 int fit_image_get_load(const void *fit, int noffset, ulong *load) in fit_image_get_load() function
1961 } else if (fit_image_get_load(fit, noffset, &load)) { in fit_image_load()
Dupdate.c223 if (fit_image_get_load(fit, noffset, (ulong *)fladdr)) in update_fit_getparams()
Dbootm.c150 if (fit_image_get_load(images.fit_hdr_os, images.fit_noffset_os, in bootm_find_os()
/external/u-boot/arch/arm/cpu/armv8/
Dsec_firmware.c174 if (fit_image_get_load(sec_firmware_img, ld_node_off, &load)) { in sec_firmware_check_copy_loadable()
/external/u-boot/common/spl/
Dspl_fit.c200 if (fit_image_get_load(fit, node, &load_addr)) in spl_load_fit_image()
/external/u-boot/include/
Dimage.h986 int fit_image_get_load(const void *fit, int noffset, ulong *load);