Home
last modified time | relevance | path

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

/openbmc/qemu/tests/functional/
H A Dtest_aarch64_ast2700fc.py
H A Dtest_aarch64_aspeed_ast2700.py
/openbmc/u-boot/include/
H A Dspl.h241 int (*load_image)(struct spl_image_info *spl_image, member
260 .load_image = _method, \
266 .load_image = _method, \
H A Defi_api.h120 efi_status_t (EFIAPI *load_image)(bool boot_policiy,
/openbmc/u-boot/cmd/
H A Darmflash.c178 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 Defi_selftest_startimage_return.c127 ret = boottime->load_image(false, image_handle, NULL, image, in execute()
H A Defi_selftest_startimage_exit.c127 ret = boottime->load_image(false, image_handle, NULL, image, in execute()
H A Defi_selftest_loadimage.c497 ret = boottime->load_image(false, handle_image, &dp_file.vendor.dp, in execute()
/openbmc/u-boot/board/Synology/ds109/
H A Dopenocd.cfg113 load_image u-boot.bin 0x00600000 bin
/openbmc/u-boot/common/spl/
H A Dspl.c548 ret = loader->load_image(spl_image, &bootdev); in spl_load_image()
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c3170 .load_image = efi_load_image,