Searched refs:fit_image_load (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/common/spl/ |
D | spl.c | 165 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/ |
D | image-fit.c | 1783 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()
|
D | image.c | 1044 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()
|
D | bootm.c | 885 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/ |
D | image.h | 657 int fit_image_load(bootm_headers_t *images, ulong addr,
|