the following patch was just integrated into master: commit e4cc4733ebd4c6fc77de5f0a9963e9a938e57e5d Author: Furquan Shaikh furquan@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:
$ cat /sys/class/thermal/thermal_zone4/temp 81800 $ cat /sys/class/thermal/thermal_zone4/type TSR2
BUG=chrome-os-partner:56155 BRANCH=None TEST=Boots to OS.
Change-Id: I951553ed4c93b02239a51a0d3036e4a750eea04b Signed-off-by: Furquan Shaikh furquan@google.com Reviewed-on: https://review.coreboot.org/16156 Reviewed-by: Duncan Laurie dlaurie@chromium.org Reviewed-by: Shaunak Saha shaunak.saha@intel.com Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Tested-by: build bot (Jenkins)
See https://review.coreboot.org/16156 for details.
-gerrit