Searched refs:fit_image_get_load (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/common/ |
D | image-fit.c | 513 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()
|
D | update.c | 223 if (fit_image_get_load(fit, noffset, (ulong *)fladdr)) in update_fit_getparams()
|
D | bootm.c | 150 if (fit_image_get_load(images.fit_hdr_os, images.fit_noffset_os, in bootm_find_os()
|
/external/u-boot/arch/arm/cpu/armv8/ |
D | sec_firmware.c | 174 if (fit_image_get_load(sec_firmware_img, ld_node_off, &load)) { in sec_firmware_check_copy_loadable()
|
/external/u-boot/common/spl/ |
D | spl_fit.c | 200 if (fit_image_get_load(fit, node, &load_addr)) in spl_load_fit_image()
|
/external/u-boot/include/ |
D | image.h | 986 int fit_image_get_load(const void *fit, int noffset, ulong *load);
|