Home
last modified time | relevance | path

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

/external/u-boot/common/spl/
Dspl.c165 ret = fit_image_load(&images, (ulong)header, in spl_load_fit_image()
185 fit_image_load(&images, (ulong)header, in spl_load_fit_image()
204 ret = fit_image_load(&images, (ulong)header, in spl_load_fit_image()
/external/u-boot/common/
Dimage-fit.c1783 int fit_image_load(bootm_headers_t *images, ulong addr, in fit_image_load() function
2020 ret = fit_image_load(images, addr, NULL, NULL, arch, in boot_get_setup_fit()
2062 fdt_noffset = fit_image_load(images, in boot_get_fdt_fit()
2118 ov_noffset = fit_image_load(images, in boot_get_fdt_fit()
Dimage.c1044 rd_noffset = fit_image_load(images, in boot_get_ramdisk()
1260 fit_img_result = fit_image_load(images, in boot_get_fpga()
1370 fit_img_result = fit_image_load(images, in boot_get_loadable()
Dbootm.c885 os_noffset = fit_image_load(images, img_addr, in boot_get_kernel()
939 noffset = fit_image_load(&images, (ulong)fit, in bootm_host_load_image()
/external/u-boot/include/
Dimage.h657 int fit_image_load(bootm_headers_t *images, ulong addr,