Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf SBBR says that the CPPC interface shoul...



details:   https://anonhg.NetBSD.org/src/rev/5efd34750a33
branches:  trunk
changeset: 957885:5efd34750a33
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Dec 13 20:40:38 2020 +0000

description:
SBBR says that the CPPC interface should be used on AArch64 instead of
P-states and T-states. Enable acpipcc and acpicppc, and disable acpicpu.

diffstat:

 sys/arch/evbarm/conf/GENERIC64 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r ea7caf805355 -r 5efd34750a33 sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64    Sun Dec 13 20:39:20 2020 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64    Sun Dec 13 20:40:38 2020 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC64,v 1.166 2020/12/07 10:57:41 jmcneill Exp $
+#      $NetBSD: GENERIC64,v 1.167 2020/12/13 20:40:38 jmcneill Exp $
 #
 #      GENERIC ARM (aarch64) kernel
 #
@@ -90,8 +90,9 @@
 acpiacad*      at acpi?
 acpibat*       at acpi?
 acpibut*       at acpi?
+acpicppc*      at acpi?
 acpipcd*       at acpi?
-acpicpu*       at acpi?
+acpipcc*       at acpi?
 acpifan*       at acpi?
 acpiged*       at acpi?
 acpilid*       at acpi?



Home | Main Index | Thread Index | Old Index