Home
last modified time | relevance | path

Searched refs:EFI_LOADER_DATA (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_image_loader.c129 efi_reloc = efi_alloc(virt_size, EFI_LOADER_DATA); in efi_load_pe()
142 efi_reloc = efi_alloc(virt_size, EFI_LOADER_DATA); in efi_load_pe()
H A Defi_memory.c466 efi_add_memory_map(uboot_start, uboot_pages, EFI_LOADER_DATA, false); in efi_memory_init()
480 if (efi_allocate_pages(1, EFI_LOADER_DATA, in efi_memory_init()
/rk3399_rockchip-uboot/include/
H A Defi.h119 EFI_LOADER_DATA, enumerator
/rk3399_rockchip-uboot/cmd/
H A Defi.c51 return type == EFI_LOADER_CODE || type == EFI_LOADER_DATA || in is_boot_services()