summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2017-01-25 10:19:16 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2017-01-25 10:19:16 +0000
commit8a20cf520f291ba8a9b86de2f0ddaa4a076a6446 (patch)
tree7d2ae04199122a66404192169efa276a29dea535 /sys/arch
parent935e62b2883e539859f91a9a5b12bae08f383a4f (diff)
enable plrtc(4) and psci(4)
ok patrick@
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/arm64/conf/GENERIC5
-rw-r--r--sys/arch/arm64/conf/RAMDISK5
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC
index 0a0f1744688..bba6284cb97 100644
--- a/sys/arch/arm64/conf/GENERIC
+++ b/sys/arch/arm64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.8 2017/01/23 14:15:16 kettenis Exp $
+# $OpenBSD: GENERIC,v 1.9 2017/01/25 10:19:15 jsg Exp $
#
# GENERIC machine description file
#
@@ -52,6 +52,9 @@ com* at fdt?
# Virt on-chip devices
pluart* at fdt? # onboard uarts
+plrtc* at fdt?
+psci* at fdt?
+
virtio* at fdt?
vio* at virtio?
vioblk* at virtio?
diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK
index e3a42729f73..136c3f5f024 100644
--- a/sys/arch/arm64/conf/RAMDISK
+++ b/sys/arch/arm64/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.5 2017/01/23 14:29:12 jsg Exp $
+# $OpenBSD: RAMDISK,v 1.6 2017/01/25 10:19:15 jsg Exp $
#
# GENERIC machine description file
#
@@ -62,6 +62,9 @@ com* at fdt?
# Virt on-chip devices
pluart* at fdt? # onboard uarts
+plrtc* at fdt?
+psci* at fdt?
+
virtio* at fdt?
vio* at virtio?
vioblk* at virtio?