[coreboot-gerrit] New patch to review for coreboot: reef: Increase TSR2 threshold to 100

Furquan Shaikh (furquan@google.com) gerrit at coreboot.org
Thu Aug 11 21:42:49 CEST 2016


Furquan Shaikh (furquan at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16156

-gerrit

commit 5f9a986d1bec862f049936d4451ea4801e73446b
Author: Furquan Shaikh <furquan at google.com>
Date:   Thu Aug 11 12:39:54 2016 -0700

    reef: Increase TSR2 threshold to 100
    
    This is a temporary work-around since the current threshold of 70 on
    TSR2 results in thermal trip and shutdown while the kernel is
    booting. Changing this threshold to 100 allows kernel to boot up to
    userspace. Following values were read:
    
    81800
    TSR2
    
    BUG=chrome-os-partner:56155
    BRANCH=None
    TEST=Boots to OS.
    
    Change-Id: I951553ed4c93b02239a51a0d3036e4a750eea04b
    Signed-off-by: Furquan Shaikh <furquan at google.com>
---
 src/mainboard/google/reef/acpi/dptf.asl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/reef/acpi/dptf.asl b/src/mainboard/google/reef/acpi/dptf.asl
index 35bbecb..33d9b4d 100644
--- a/src/mainboard/google/reef/acpi/dptf.asl
+++ b/src/mainboard/google/reef/acpi/dptf.asl
@@ -35,7 +35,7 @@
 #define DPTF_TSR2_SENSOR_ID	2
 #define DPTF_TSR2_SENSOR_NAME	"Charger"
 #define DPTF_TSR2_PASSIVE	55
-#define DPTF_TSR2_CRITICAL	70
+#define DPTF_TSR2_CRITICAL	100
 
 #define DPTF_ENABLE_CHARGER
 



More information about the coreboot-gerrit mailing list