summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2020-01-14 20:43:21 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2020-01-14 20:43:21 +0000
commit07708bdadc0b2bf8ca88fc61137992522a70701a (patch)
tree7096d5381d0f7440f7285ad0a10723bab91d3e94 /sys/arch
parent05f716250ab3cba15d36597210ac5181523e137e (diff)
Add amlsm(4), a driver for the "secure monitor" firmware interface.
For now, this driver fetches the "chip id" and feeds this as entropy to the kernel's random subsystem.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/arm64/conf/GENERIC3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC
index 84687e17083..c1b39668de3 100644
--- a/sys/arch/arm64/conf/GENERIC
+++ b/sys/arch/arm64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.137 2020/01/14 16:56:32 kettenis Exp $
+# $OpenBSD: GENERIC,v 1.138 2020/01/14 20:43:20 kettenis Exp $
#
# GENERIC machine description file
#
@@ -155,6 +155,7 @@ amlpinctrl* at fdt? early 1
amlpwm* at fdt?
amlreset* at fdt? early 1
amlrng* at fdt?
+amlsm* at fdt? early 1
amltemp* at fdt?
amluart* at fdt?
amlusbphy* at fdt?