Searched refs:load_image (Results 1 – 11 of 11) sorted by relevance
| /openbmc/qemu/tests/functional/ |
| H A D | test_aarch64_ast2700fc.py | |
| H A D | test_aarch64_aspeed_ast2700.py | |
| /openbmc/u-boot/include/ |
| H A D | spl.h | 241 int (*load_image)(struct spl_image_info *spl_image, member 260 .load_image = _method, \ 266 .load_image = _method, \
|
| H A D | efi_api.h | 120 efi_status_t (EFIAPI *load_image)(bool boot_policiy,
|
| /openbmc/u-boot/cmd/ |
| H A D | armflash.c | 178 static int load_image(const char * const name, const ulong address) in load_image() function 278 ret = load_image(argv[2], 0x0); in do_afs() 283 ret = load_image(argv[2], load_addr); in do_afs()
|
| /openbmc/u-boot/lib/efi_selftest/ |
| H A D | efi_selftest_startimage_return.c | 127 ret = boottime->load_image(false, image_handle, NULL, image, in execute()
|
| H A D | efi_selftest_startimage_exit.c | 127 ret = boottime->load_image(false, image_handle, NULL, image, in execute()
|
| H A D | efi_selftest_loadimage.c | 497 ret = boottime->load_image(false, handle_image, &dp_file.vendor.dp, in execute()
|
| /openbmc/u-boot/board/Synology/ds109/ |
| H A D | openocd.cfg | 113 load_image u-boot.bin 0x00600000 bin
|
| /openbmc/u-boot/common/spl/ |
| H A D | spl.c | 548 ret = loader->load_image(spl_image, &bootdev); in spl_load_image()
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_boottime.c | 3170 .load_image = efi_load_image,
|