Home
last modified time | relevance | path

Searched refs:load_image (Results 1 – 13 of 13) sorted by relevance

/u-boot/lib/efi_selftest/
A Defi_selftest_load_file.c393 ret = boottime->load_image(true, image_handle, &dp_lf_file.v.dp, NULL, in efi_st_load_file_execute()
412 ret = boottime->load_image(false, image_handle, &dp_lf_file.v.dp, NULL, in efi_st_load_file_execute()
428 ret = boottime->load_image(true, image_handle, &dp_lf2_file.v.dp, NULL, in efi_st_load_file_execute()
439 ret = boottime->load_image(false, image_handle, &dp_lf2_file.v.dp, NULL, in efi_st_load_file_execute()
A Defi_selftest_exception.c128 ret = boottime->load_image(false, image_handle, &dp.dp, image, in execute()
A Defi_selftest_startimage_return.c127 ret = boottime->load_image(false, image_handle, NULL, image, in execute()
A Defi_selftest_startimage_exit.c130 ret = boottime->load_image(false, image_handle, NULL, image, in execute()
A Defi_selftest_loadimage.c497 ret = boottime->load_image(false, handle_image, &dp_file.vendor.dp, in execute()
A Defi_selftest_tcg2.c908 ret = boottime->load_image(false, image_handle, NULL, image, in efi_st_tcg2_execute()
/u-boot/cmd/
A Darmflash.c179 static int load_image(const char * const name, const ulong address) in load_image() function
279 ret = load_image(argv[2], 0x0); in do_afs()
284 ret = load_image(argv[2], load_addr); in do_afs()
/u-boot/include/
A Dspl.h615 int (*load_image)(struct spl_image_info *spl_image, member
646 .load_image = _method, \
652 .load_image = _method, \
A Defi_api.h125 efi_status_t (EFIAPI *load_image)(bool boot_policiy,
/u-boot/board/Synology/ds109/
A Dopenocd.cfg113 load_image u-boot.bin 0x00600000 bin
/u-boot/doc/board/nxp/
A Dls1046ardb.rst145 load_image spl/u-boot-spl 0 elf
/u-boot/common/spl/
A Dspl.c653 ret = loader->load_image(spl_image, &bootdev); in spl_load_image()
/u-boot/lib/efi_loader/
A Defi_boottime.c3902 .load_image = efi_load_image,

Completed in 46 milliseconds