Home
last modified time | relevance | path

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

/u-boot/common/spl/
A Dspl.c214 ret = fit_image_load(&images, (ulong)header, in spl_load_fit_image()
233 ret = fit_image_load(&images, (ulong)header, in spl_load_fit_image()
254 ret = fit_image_load(&images, (ulong)header, in spl_load_fit_image()
/u-boot/common/
A Dimage.c1277 rd_noffset = fit_image_load(images, in boot_get_ramdisk()
1493 fit_img_result = fit_image_load(images, in boot_get_fpga()
1603 fit_img_result = fit_image_load(images, in boot_get_loadable()
A Dimage-fit.c1973 int fit_image_load(bootm_headers_t *images, ulong addr, in fit_image_load() function
2241 ret = fit_image_load(images, addr, NULL, NULL, arch, in boot_get_setup_fit()
2283 fdt_noffset = fit_image_load(images, in boot_get_fdt_fit()
2351 ov_noffset = fit_image_load(images, in boot_get_fdt_fit()
A Dbootm.c920 os_noffset = fit_image_load(images, img_addr, in boot_get_kernel()
982 noffset = fit_image_load(&images, (ulong)fit, in bootm_host_load_image()
/u-boot/include/
A Dimage.h714 int fit_image_load(bootm_headers_t *images, ulong addr,

Completed in 18 milliseconds