Searched refs:fit_image_load (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/common/spl/ |
H A D | spl.c | 183 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 D | image-fit.c | 1787 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 D | image.c | 1047 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 D | bootm.c | 950 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 D | image.h | 684 int fit_image_load(bootm_headers_t *images, ulong addr,
|