Searched refs:load_image (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | spl.h | 187 int (*load_image)(struct spl_image_info *spl_image, member 206 .load_image = _method, \ 212 .load_image = _method, \
|
| H A D | efi_api.h | 101 efi_status_t (EFIAPI *load_image)(bool boot_policiy,
|
| /rk3399_rockchip-uboot/cmd/ |
| H 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()
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_rkfw.c | 97 static int load_image(struct spl_load_info *info, in load_image() function 189 ret = load_image(info, &hdr, sect_addr, in rkfw_load_trust() 195 ret = load_image(info, &hdr, sect_addr, in rkfw_load_trust()
|
| H A D | spl.c | 429 return loader->load_image(spl_image, &bootdev); in spl_load_image()
|
| /rk3399_rockchip-uboot/board/Synology/ds109/ |
| H A D | openocd.cfg | 113 load_image u-boot.bin 0x00600000 bin
|
| /rk3399_rockchip-uboot/lib/efi_loader/ |
| H A D | efi_boottime.c | 1265 .load_image = efi_load_image,
|