aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files.arm64
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2018-01-11 17:23:24 +0000
committerAndrew Turner <andrew@FreeBSD.org>2018-01-11 17:23:24 +0000
commitee42eb7e5c6547c2cfd228b4beebb1577efdd054 (patch)
treea27394ae6d833c98ef3c4814414ca64a828f10cb /sys/conf/files.arm64
parent224c3776f6276dffc2eb1ef83a1a27ac5d0dc5dd (diff)
downloadsrc-ee42eb7e5c6547c2cfd228b4beebb1577efdd054.tar.gz
src-ee42eb7e5c6547c2cfd228b4beebb1577efdd054.zip
iAdd ACPI attachments the the GIC and GICv3 interrupt controller drivers.
For each we need to walk the MADT to find which we have, then add the driver as needed. As each may have a child they will each walk the same table to find these details. Reviewed by: mmel Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D8720
Notes
Notes: svn path=/head/; revision=327836
Diffstat (limited to 'sys/conf/files.arm64')
-rw-r--r--sys/conf/files.arm642
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64
index d45e5577c3e8..b823291af6da 100644
--- a/sys/conf/files.arm64
+++ b/sys/conf/files.arm64
@@ -63,6 +63,7 @@ arm/annapurna/alpine/alpine_serdes.c optional al_serdes fdt \
compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${PROF} ${.IMPSRC}"
arm/arm/generic_timer.c standard
arm/arm/gic.c standard
+arm/arm/gic_acpi.c optional acpi
arm/arm/gic_fdt.c optional fdt
arm/arm/pmu.c standard
arm/broadcom/bcm2835/bcm2835_audio.c optional sound vchiq fdt \
@@ -111,6 +112,7 @@ arm64/arm64/exception.S standard
arm64/arm64/freebsd32_machdep.c optional compat_freebsd32
arm64/arm64/gicv3_its.c optional intrng fdt
arm64/arm64/gic_v3.c standard
+arm64/arm64/gic_v3_acpi.c optional acpi
arm64/arm64/gic_v3_fdt.c optional fdt
arm64/arm64/identcpu.c standard
arm64/arm64/in_cksum.c optional inet | inet6