summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.amd64
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2016-10-05 22:02:36 +0000
committerkib <kib@FreeBSD.org>2016-10-05 22:02:36 +0000
commit92243ce506c8c93428810a198fdd83744e1925d9 (patch)
tree5699cd4cf71e1f971b4fd5fbb5dcdb0bbb6f299a /sys/conf/files.amd64
parent02db2d6098f3c88cf3b4fbcb312053be5c8d26dd (diff)
downloadFreeBSD-src-92243ce506c8c93428810a198fdd83744e1925d9.zip
FreeBSD-src-92243ce506c8c93428810a198fdd83744e1925d9.tar.gz
MFC r306097:
Add kernel interfaces to call EFI Runtime Services. MFC r306104: Fix build of the module outside the kernel tree. MFC r306209 (by imp): Change the efi_get_table interface to a void **. MFC r306351: Handle TLB shootdown IPI during the EFI runtime calls, on SandyBridges.
Diffstat (limited to 'sys/conf/files.amd64')
-rw-r--r--sys/conf/files.amd641
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index 186ea7d..72b8666 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -110,6 +110,7 @@ amd64/amd64/cpu_switch.S standard
amd64/amd64/db_disasm.c optional ddb
amd64/amd64/db_interface.c optional ddb
amd64/amd64/db_trace.c optional ddb
+amd64/amd64/efirt.c optional efirt
amd64/amd64/elf_machdep.c standard
amd64/amd64/exception.S standard
amd64/amd64/fpu.c standard
OpenPOWER on IntegriCloud