[coreboot-gerrit] New patch to review for coreboot: pcengines/apu1: Add k10temp thermal zone.

Tobias Diedrich (ranma+coreboot@tdiedrich.de) gerrit at coreboot.org
Thu Jul 16 00:42:00 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 80cabf9a87f331f105aa0b8d87f3cf9d05af9a19
Author: Tobias Diedrich <ranma+coreboot at tdiedrich.de>
Date:   Sun Jun 21 18:25:38 2015 +0200

    pcengines/apu1: Add k10temp thermal zone.
    
    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