Home
last modified time | relevance | path

Searched refs:efi_setup (Results 1 – 7 of 7) sorted by relevance

/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0019-arm-corstone1000-esrt-support.patch19 lib/efi_loader/efi_setup.c | 17 +++--
188 diff --git a/lib/efi_loader/efi_setup.c b/lib/efi_loader/efi_setup.c
190 --- a/lib/efi_loader/efi_setup.c
191 +++ b/lib/efi_loader/efi_setup.c
H A D0011-efi-corstone1000-fwu-introduce-EFI-capsule-update.patch36 lib/efi_loader/efi_setup.c | 64 +++++++++++
318 diff --git a/lib/efi_loader/efi_setup.c b/lib/efi_loader/efi_setup.c
320 --- a/lib/efi_loader/efi_setup.c
321 +++ b/lib/efi_loader/efi_setup.c
/openbmc/u-boot/lib/efi_loader/
H A DMakefile32 obj-y += efi_setup.o
/openbmc/linux/arch/x86/platform/efi/
H A Defi.c104 u64 efi_setup; /* efi setup_data physical address */ variable
398 if (efi_setup) { in efi_systab_init()
401 data = early_memremap_ro(efi_setup, sizeof(*data)); in efi_systab_init()
892 if (efi_setup) in efi_enter_virtual_mode()
H A Dquirks.c533 if (!efi_setup) in efi_reuse_config()
539 data = early_memremap(efi_setup, sizeof(*data)); in efi_reuse_config()
H A Defi_64.c366 efi_setup = phys_addr + sizeof(struct setup_data); in parse_efi_setup()
/openbmc/linux/arch/x86/include/asm/
H A Defi.h155 extern u64 efi_setup;