Home
last modified time | relevance | path

Searched refs:fit_image_load (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/common/spl/
H A Dspl.c183 ret = fit_image_load(&images, (ulong)header, in spl_load_fit_image()
202 fit_image_load(&images, (ulong)header, in spl_load_fit_image()
221 ret = fit_image_load(&images, (ulong)header, in spl_load_fit_image()
/openbmc/u-boot/common/
H A Dimage-fit.c1787 int fit_image_load(bootm_headers_t *images, ulong addr, in fit_image_load() function
2026 ret = fit_image_load(images, addr, NULL, NULL, arch, in boot_get_setup_fit()
2068 fdt_noffset = fit_image_load(images, in boot_get_fdt_fit()
2124 ov_noffset = fit_image_load(images, in boot_get_fdt_fit()
H A Dimage.c1047 rd_noffset = fit_image_load(images, in boot_get_ramdisk()
1263 fit_img_result = fit_image_load(images, in boot_get_fpga()
1373 fit_img_result = fit_image_load(images, in boot_get_loadable()
H A Dbootm.c950 os_noffset = fit_image_load(images, img_addr, in boot_get_kernel()
1014 noffset = fit_image_load(&images, (ulong)fit, in bootm_host_load_image()
/openbmc/u-boot/include/
H A Dimage.h684 int fit_image_load(bootm_headers_t *images, ulong addr,