[coreboot-gerrit] Patch set updated for coreboot: pcengines/apu1: Add k10temp thermal zone.

Tobias Diedrich (ranma+coreboot@tdiedrich.de) gerrit at coreboot.org
Sun Jul 19 16:43:39 CEST 2015


Tobias Diedrich (ranma+coreboot at tdiedrich.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10940

-gerrit

commit 59d8aede5f7aea6360bd6dfeb5291ef5153d98f7
Author: Tobias Diedrich <ranma+coreboot at tdiedrich.de>
Date:   Sun Jun 21 18:25:38 2015 +0200

    pcengines/apu1: Add k10temp thermal zone.
    
    lm-sensors output (both ACPI & Linux k10temp):
    acpitz-virtual-0
    Adapter: Virtual device
    temp1:        +54.0 C  (crit = +100.0 C)
    
    k10temp-pci-00c3
    Adapter: PCI adapter
    temp1:        +54.0 C  (high = +70.0 C)
                           (crit = +100.0 C, hyst = +97.0 C)
    
    Change-Id: Id9c5b783ba424246816677099ec6651814e59f21
    Signed-off-by: Tobias Diedrich <ranma+coreboot at tdiedrich.de>
---
 src/mainboard/pcengines/apu1/acpi/thermal.asl | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/mainboard/pcengines/apu1/acpi/thermal.asl b/src/mainboard/pcengines/apu1/acpi/thermal.asl
index baa4043..3e89ebf 100644
--- a/src/mainboard/pcengines/apu1/acpi/thermal.asl
+++ b/src/mainboard/pcengines/apu1/acpi/thermal.asl
@@ -15,7 +15,9 @@
  * Foundation, Inc.
  */
 
-/* Thermal Zones have been #if 0 for a long time.
- * Removing it for now because it doesn't seem to
- * do anything when enabled anyway.
- */
+Scope (\_SB.PCI0) {
+	Device (K10M) {
+		Name (_ADR, 0x00180003)
+		#include <northbridge/amd/amdfam10/thermal_mixin.asl>
+	}
+}



More information about the coreboot-gerrit mailing list