Module Name: src
Committed By: jmcneill
Date: Sat Jan 4 12:21:55 UTC 2020
Modified Files:
src/sys/arch/evbarm/conf: GENERIC64
Log Message:
Attach psci as early as possible. This allows other power controllers to
register their own poweroff / reset callbacks with a higher preference.
To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 src/sys/arch/evbarm/conf/GENERIC64
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/conf/GENERIC64
diff -u src/sys/arch/evbarm/conf/GENERIC64:1.127 src/sys/arch/evbarm/conf/GENERIC64:1.128
--- src/sys/arch/evbarm/conf/GENERIC64:1.127 Sat Jan 4 09:50:20 2020
+++ src/sys/arch/evbarm/conf/GENERIC64 Sat Jan 4 12:21:55 2020
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC64,v 1.127 2020/01/04 09:50:20 skrll Exp $
+# $NetBSD: GENERIC64,v 1.128 2020/01/04 12:21:55 jmcneill Exp $
#
# GENERIC ARM (aarch64) kernel
#
@@ -183,7 +183,7 @@ pseudo-device tprof
cpufreqdt* at cpu?
# Power State Coordination Interface (PSCI)
-psci* at fdt?
+psci* at fdt? pass 0
fclock* at fdt? pass 1
ffclock* at fdt? pass 1