aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files.arm64
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2016-05-16 14:07:43 +0000
committerAndrew Turner <andrew@FreeBSD.org>2016-05-16 14:07:43 +0000
commit88f7980a8159725296a9ee7aa1ae35b0f6ecb509 (patch)
treea7825423a3a06a1fbbc74162fe6fd8bd249772c3 /sys/conf/files.arm64
parent4992013f8f8ab9d5bb5f31edb0f98d681d671d5d (diff)
downloadsrc-88f7980a8159725296a9ee7aa1ae35b0f6ecb509.tar.gz
src-88f7980a8159725296a9ee7aa1ae35b0f6ecb509.zip
Add intrng support to the GICv3 driver. It lacks ITS support so won't handle
MSI or MSI-X interrupts, however this is enought to boot FreeBSD under the ARM Foundation Model with a GICv3 interrupt controller. Approved by: ABT Systems Ltd Relnotes: yes Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=299944
Diffstat (limited to 'sys/conf/files.arm64')
-rw-r--r--sys/conf/files.arm644
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64
index 4fc89ae44129..436eded785ab 100644
--- a/sys/conf/files.arm64
+++ b/sys/conf/files.arm64
@@ -28,8 +28,8 @@ arm64/arm64/exception.S standard
arm64/arm64/gic.c optional !intrng
arm64/arm64/gic_acpi.c optional !intrng acpi
arm64/arm64/gic_fdt.c optional !intrng fdt
-arm64/arm64/gic_v3.c optional !intrng
-arm64/arm64/gic_v3_fdt.c optional !intrng fdt
+arm64/arm64/gic_v3.c standard
+arm64/arm64/gic_v3_fdt.c optional fdt
arm64/arm64/gic_v3_its.c optional !intrng
arm64/arm64/identcpu.c standard
arm64/arm64/intr_machdep.c optional !intrng