Searched refs:load_image (Results 1 – 13 of 13) sorted by relevance
| /u-boot/lib/efi_selftest/ |
| A D | efi_selftest_load_file.c | 393 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 D | efi_selftest_exception.c | 128 ret = boottime->load_image(false, image_handle, &dp.dp, image, in execute()
|
| A D | efi_selftest_startimage_return.c | 127 ret = boottime->load_image(false, image_handle, NULL, image, in execute()
|
| A D | efi_selftest_startimage_exit.c | 130 ret = boottime->load_image(false, image_handle, NULL, image, in execute()
|
| A D | efi_selftest_loadimage.c | 497 ret = boottime->load_image(false, handle_image, &dp_file.vendor.dp, in execute()
|
| A D | efi_selftest_tcg2.c | 908 ret = boottime->load_image(false, image_handle, NULL, image, in efi_st_tcg2_execute()
|
| /u-boot/cmd/ |
| A D | armflash.c | 179 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 D | spl.h | 615 int (*load_image)(struct spl_image_info *spl_image, member 646 .load_image = _method, \ 652 .load_image = _method, \
|
| A D | efi_api.h | 125 efi_status_t (EFIAPI *load_image)(bool boot_policiy,
|
| /u-boot/board/Synology/ds109/ |
| A D | openocd.cfg | 113 load_image u-boot.bin 0x00600000 bin
|
| /u-boot/doc/board/nxp/ |
| A D | ls1046ardb.rst | 145 load_image spl/u-boot-spl 0 elf
|
| /u-boot/common/spl/ |
| A D | spl.c | 653 ret = loader->load_image(spl_image, &bootdev); in spl_load_image()
|
| /u-boot/lib/efi_loader/ |
| A D | efi_boottime.c | 3902 .load_image = efi_load_image,
|
Completed in 46 milliseconds