diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-01-14 20:43:21 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-01-14 20:43:21 +0000 |
commit | 07708bdadc0b2bf8ca88fc61137992522a70701a (patch) | |
tree | 7096d5381d0f7440f7285ad0a10723bab91d3e94 /sys/arch | |
parent | 05f716250ab3cba15d36597210ac5181523e137e (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/GENERIC | 3 |
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? |