summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorkevans <kevans@FreeBSD.org>2018-03-15 19:56:44 +0000
committerkevans <kevans@FreeBSD.org>2018-03-15 19:56:44 +0000
commit917361d6a31479e65fa95fed1f17e623027e4eac (patch)
treeb8be3d612d1150ab8131888b7847cc94498fd700 /sys/modules
parent93e3c1659ae2cc1e57a5c0c3fe99079a87912f98 (diff)
downloadFreeBSD-src-917361d6a31479e65fa95fed1f17e623027e4eac.zip
FreeBSD-src-917361d6a31479e65fa95fed1f17e623027e4eac.tar.gz
MFC r324495: Support the EFI Runtime Services on arm64. As with amd64 we use
the 1:1 mapping. This uses the new common code shared with amd64. The RTC should only be accessed via EFI. There is no locking around it as the spec only has this as a requirement for the PC-AT CMOS device. NOTE: r326311's changes to arm64/efirt_machdep.c have been hand-applied to this import of efirt_machdep.c due to r326311 having already been merged.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 812f688..27edb0f 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -560,6 +560,7 @@ _cxgb= cxgb
.endif
.if ${MACHINE_CPUARCH} == "aarch64"
+_efirt= efirt
_em= em
_igb= igb
.endif
OpenPOWER on IntegriCloud