[coreboot-gerrit] Patch set updated for coreboot: 96778d7 google/panther: adjust critical temp

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Mon Jun 16 17:42:42 CEST 2014


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6023

-gerrit

commit 96778d7a875719979c58268b2487c3f5446c4c48
Author: Matt DeVillier <matt.devillier at gmail.com>
Date:   Thu Jun 12 12:12:44 2014 -0500

    google/panther: adjust critical temp
    
    Set critical temp to match newer devices
    
    Change-Id: I11f32297a9b8c9a3554821b5d1cd723d8d9e2b69
    Signed-off-by: Matt DeVillier <matt.devillier at gmail.com>
---
 src/mainboard/google/panther/thermal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/panther/thermal.h b/src/mainboard/google/panther/thermal.h
index 2d345c0..7a96561 100644
--- a/src/mainboard/google/panther/thermal.h
+++ b/src/mainboard/google/panther/thermal.h
@@ -46,7 +46,7 @@
 #define FAN0_PWM		0xff
 
 /* Temperature which OS will shutdown at */
-#define CRITICAL_TEMPERATURE	100
+#define CRITICAL_TEMPERATURE	98
 
 /* Temperature which OS will throttle CPU */
 #define PASSIVE_TEMPERATURE	90



More information about the coreboot-gerrit mailing list