Home
last modified time | relevance | path

Searched refs:efi (Results 1 – 20 of 20) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/efi/
A DMakefile3 efi := y$(shell rm -f disabled) macro
4 efi := $(if $(efi),$(shell $(CC) $(filter-out $(CFLAGS-y) .%.d,$(CFLAGS)) -c check.c 2>disabled && … macro
5 efi := $(if $(efi),$(shell $(LD) -mi386pep --subsystem=10 -o check.efi check.o 2>disabled && echo y… macro
6 efi := $(if $(efi),$(shell rm disabled)y) macro
14 obj-$(efi) := boot.init.o compat.o relocs-dummy.o runtime.o
15 extra-$(efi) += buildid.o
16 nogcov-$(efi) += stub.o
/xen-4.10.0-shim-comet/xen/arch/x86/
A DMakefile110 prelink-efi_lto.o: $(ALL_OBJS) efi/runtime.o efi/compat.o
123 prelink-efi.o: $(ALL_OBJS) efi/boot.init.o efi/runtime.o efi/compat.o
172 $(TARGET).efi: guard = $(if $(shell echo efi/dis* | grep disabled),:)
178 note_file := efi/buildid.o
186 $(TARGET).efi: prelink-efi.o $(note_file) efi.lds efi/relocs-dummy.o $(BASEDIR)/common/symbols-dumm…
188 $(guard) $(LD) $(call EFI_LDFLAGS,$(base)) -T efi.lds -N $< efi/relocs-dummy.o \
208 efi/boot.init.o efi/runtime.o efi/compat.o efi/buildid.o: $(BASEDIR)/arch/x86/efi/built_in.o
209 efi/boot.init.o efi/runtime.o efi/compat.o efi/buildid.o: ;
219 efi.lds: xen.lds.S
227 efi/mkreloc: efi/mkreloc.c
[all …]
A Dxen.lds.S276 efi = DEFINED(efi) ? efi : .; symbol
A Ddmi_scan.c377 while (efi.smbios3 != EFI_INVALID_TABLE_ADDR) { in dmi_efi_iterate()
381 p = bt_ioremap(efi.smbios3, sizeof(eps)); in dmi_efi_iterate()
391 p = bt_ioremap(efi.smbios3, eps.length); in dmi_efi_iterate()
400 if (ret != 0 && efi.smbios != EFI_INVALID_TABLE_ADDR) { in dmi_efi_iterate()
404 p = bt_ioremap(efi.smbios, sizeof(eps)); in dmi_efi_iterate()
414 p = bt_ioremap(efi.smbios, eps.length); in dmi_efi_iterate()
A Dmpparse.c702 if (efi.mps == EFI_INVALID_TABLE_ADDR) in efi_check_config()
705 __set_fixmap(FIX_EFI_MPF, PFN_DOWN(efi.mps), __PAGE_HYPERVISOR); in efi_check_config()
706 mpf = fix_to_virt(FIX_EFI_MPF) + ((long)efi.mps & (PAGE_SIZE-1)); in efi_check_config()
713 printk(KERN_INFO "SMP MP-table at %08lx\n", efi.mps); in efi_check_config()
/xen-4.10.0-shim-comet/xen/
A DMakefile22 EFI_MOUNTPOINT ?= $(BOOT_DIR)/efi
69 $(INSTALL_DATA) $(TARGET).efi $(D)$(EFI_DIR)/$(T)-$(XEN_FULLVERSION).efi; \
71 $(INSTALL_DATA) $(TARGET).efi.map $(D)$(DEBUG_DIR)/$(T)-$(XEN_FULLVERSION).efi.map; \
73 ln -sf $(T)-$(XEN_FULLVERSION).efi $(D)$(EFI_DIR)/$(T)-$(XEN_VERSION).$(XEN_SUBVERSION).efi; \
74 ln -sf $(T)-$(XEN_FULLVERSION).efi $(D)$(EFI_DIR)/$(T)-$(XEN_VERSION).efi; \
75 ln -sf $(T)-$(XEN_FULLVERSION).efi $(D)$(EFI_DIR)/$(T).efi; \
77 …$(INSTALL_DATA) $(TARGET).efi $(D)$(EFI_MOUNTPOINT)/efi/$(EFI_VENDOR)/$(T)-$(XEN_FULLVERSION).efi;…
110 rm -f $(D)$(EFI_DIR)/$(T).efi
111 rm -f $(D)$(EFI_MOUNTPOINT)/efi/$(EFI_VENDOR)/$(T)-$(XEN_FULLVERSION).efi
146 [ -e arch/$(TARGET_ARCH)/efi ] && for f in boot.c runtime.c compat.c efi.h;\
[all …]
/xen-4.10.0-shim-comet/xen/include/xen/
A Defi.h16 struct efi { struct
24 extern struct efi efi; argument
/xen-4.10.0-shim-comet/xen/drivers/acpi/
A Dosl.c68 if (efi.acpi20 != EFI_INVALID_TABLE_ADDR) in acpi_os_get_root_pointer()
69 return efi.acpi20; in acpi_os_get_root_pointer()
70 else if (efi.acpi != EFI_INVALID_TABLE_ADDR) in acpi_os_get_root_pointer()
71 return efi.acpi; in acpi_os_get_root_pointer()
/xen-4.10.0-shim-comet/docs/misc/
A Defi.markdown1 For x86, building xen.efi requires gcc 4.5.x or above (4.6.x or newer
20 `EFI_MOUNTPOINT` is overridden as needed, should the default of `/boot/efi` not
21 match your system). The xen.efi binary will also be installed in
22 `/usr/lib64/efi/`, unless `EFI_DIR` is set in the environment to override this
25 The binary itself will require a configuration file (names with the `.efi`
29 (To illustrate the name handling, a binary named `xen-4.2-unstable.efi` would
A Dxen-command-line.markdown765 ### efi subsection
1509 'efi' instructs Xen to reboot using the EFI reboot call (in EFI mode by
1722 when used with xen.efi (there the concept of modules doesn't exist, and
1724 entry; see [EFI configuration file description](efi.html)).
/xen-4.10.0-shim-comet/
A D.gitignore293 xen/arch/x86/efi.lds
294 xen/arch/x86/efi/check.efi
295 xen/arch/x86/efi/disabled
296 xen/arch/x86/efi/mkreloc
297 xen/arch/*/efi/boot.c
298 xen/arch/*/efi/compat.c
299 xen/arch/*/efi/efi.h
300 xen/arch/*/efi/runtime.c
A DMAINTAINERS210 F: xen/arch/x86/efi/
211 F: xen/common/efi/
212 F: xen/include/efi/
213 F: xen/include/asm-x86/efi*.h
214 F: xen/include/asm-x86/x86_*/efi*.h
A DINSTALL200 EFI_DIR to /usr/lib64/efi.
321 sudo make install BOOT_DIR=/ood/path/boot EFI_DIR=/odd/path/efi
A D.rootkeys1184 425ae516cGqvMzGtihTEsQXAXsuOhQ xen/arch/ia64/patch/linux-2.6.11/efi.c
1216 421098b3ZBl80iPuSeDU_Id5AgZl0w xen/arch/ia64/patch/linux-2.6.7/efi.c
1217 421098b3VUmGT2Jdy4SWeDTwcCHaqg xen/arch/ia64/patch/linux-2.6.7/efi.h
/xen-4.10.0-shim-comet/xen/arch/arm/efi/
A DMakefile4 obj-$(CONFIG_ACPI) += efi-dom0.init.o
/xen-4.10.0-shim-comet/config/
A Darm64.mk14 EFI_DIR ?= /usr/lib64/efi
A Dx86_64.mk14 EFI_DIR ?= /usr/lib64/efi
/xen-4.10.0-shim-comet/xen/common/efi/
A Dboot.c814 efi.acpi20 = (long)efi_ct[i].VendorTable; in efi_tables()
816 efi.acpi = (long)efi_ct[i].VendorTable; in efi_tables()
818 efi.mps = (long)efi_ct[i].VendorTable; in efi_tables()
820 efi.smbios = (long)efi_ct[i].VendorTable; in efi_tables()
822 efi.smbios3 = (long)efi_ct[i].VendorTable; in efi_tables()
826 dmi_efi_get_table(efi.smbios != EFI_INVALID_TABLE_ADDR in efi_tables()
827 ? (void *)(long)efi.smbios : NULL, in efi_tables()
828 efi.smbios3 != EFI_INVALID_TABLE_ADDR in efi_tables()
829 ? (void *)(long)efi.smbios3 : NULL); in efi_tables()
A Druntime.c65 struct efi __read_mostly efi = { variable
/xen-4.10.0-shim-comet/xen/arch/arm/
A DMakefile4 subdir-$(CONFIG_ARM_64) += efi

Completed in 23 milliseconds