Home
last modified time | relevance | path

Searched refs:efi_runtime (Results 1 – 17 of 17) sorted by relevance

/openbmc/u-boot/board/qualcomm/dragonboard410c/
H A Du-boot.lds26 .efi_runtime : {
28 *(.text.efi_runtime*) argument
29 *(.rodata.efi_runtime*)
30 *(.data.efi_runtime*)
58 .efi_runtime : {
67 *(.rel*.efi_runtime) argument
68 *(.rel*.efi_runtime.*)
/openbmc/u-boot/arch/riscv/cpu/
H A Du-boot.lds18 .efi_runtime : {
20 *(.text.efi_runtime*) argument
21 *(.rodata.efi_runtime*)
22 *(.data.efi_runtime*)
56 *(.rel*.efi_runtime)
57 *(.rel*.efi_runtime.*)
/openbmc/u-boot/board/qualcomm/dragonboard820c/
H A Du-boot.lds26 .efi_runtime : {
28 *(.text.efi_runtime*) argument
29 *(.rodata.efi_runtime*)
30 *(.data.efi_runtime*)
60 *(.rel*.efi_runtime)
61 *(.rel*.efi_runtime.*)
/openbmc/u-boot/arch/x86/cpu/
H A Du-boot-64.lds27 .efi_runtime : {
28 *(.text.efi_runtime*)
29 *(.rodata.efi_runtime*)
30 *(.data.efi_runtime*)
67 *(.rel*.efi_runtime)
68 *(.rel*.efi_runtime.*)
H A Du-boot.lds27 .efi_runtime : {
28 *(.text.efi_runtime*)
29 *(.rodata.efi_runtime*)
30 *(.data.efi_runtime*)
69 *(.rel*.efi_runtime)
70 *(.rel*.efi_runtime.*)
/openbmc/u-boot/arch/arm/mach-zynq/
H A Du-boot.lds29 .efi_runtime : {
30 *(.text.efi_runtime*)
31 *(.rodata.efi_runtime*)
32 *(.data.efi_runtime*)
69 *(.rel*.efi_runtime)
70 *(.rel*.efi_runtime.*)
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Du-boot.lds31 .efi_runtime : {
33 *(.text.efi_runtime*) argument
34 *(.rodata.efi_runtime*)
35 *(.data.efi_runtime*)
116 *(.rel*.efi_runtime)
117 *(.rel*.efi_runtime.*)
H A Dsmccc-call.S10 .section .text.efi_runtime
/openbmc/u-boot/board/ti/am335x/
H A Du-boot.lds47 .efi_runtime : {
48 *(.text.efi_runtime*)
49 *(.rodata.efi_runtime*)
50 *(.data.efi_runtime*)
87 *(.rel*.efi_runtime)
88 *(.rel*.efi_runtime.*)
/openbmc/u-boot/arch/arm/cpu/
H A Du-boot.lds53 .efi_runtime : {
54 *(.text.efi_runtime*)
55 *(.rodata.efi_runtime*)
56 *(.data.efi_runtime*)
164 *(.rel*.efi_runtime)
165 *(.rel*.efi_runtime.*)
/openbmc/linux/arch/x86/platform/efi/
H A Defi.c59 static unsigned long efi_runtime, efi_nr_tables; variable
82 &efi_runtime,
395 efi_runtime = systab64->runtime; in efi_systab_init()
426 efi_runtime = systab32->runtime; in efi_systab_init()
890 efi.runtime = (efi_runtime_services_t *)efi_runtime; in efi_enter_virtual_mode()
945 if (efi_runtime == EFI_INVALID_TABLE_ADDR) in efi_attr_is_visible()
/openbmc/u-boot/Documentation/
H A Defi.rst21 .. kernel-doc:: lib/efi_loader/efi_runtime.c
/openbmc/u-boot/arch/sandbox/cpu/
H A Du-boot.lds24 .efi_runtime : {
/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dsmccc-call.S11 .section .text.efi_runtime
/openbmc/u-boot/lib/efi_loader/
H A DMakefile31 obj-y += efi_runtime.o
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/
H A D0003-Remove-Werror-from-build.patch16 -I$(top_srcdir)/efi_runtime \
/openbmc/u-boot/arch/arm/
H A Dconfig.mk151 OBJCOPYFLAGS += -j .efi_runtime -j .efi_runtime_rel