[coreboot-gerrit] Patch set updated for coreboot: a19da54 panther: adjust critical temp

Matt DeVillier (matt.devillier@gmail.com) gerrit at coreboot.org
Sun Jun 15 20:08:56 CEST 2014


Matt DeVillier (matt.devillier at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6023

-gerrit

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

    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 5b6d318..c5f9718 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