auron: Update thermal max for broadwell
Broadwell Tj_max is 105C, update accordingly. BUG=chrome-os-partner:28234 BRANCH=auron TEST=emerge-auron coreboot Change-Id: I64b4228759229800325906d825e8ea4deb888ed8 Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/226953 Reviewed-by: Shawn Nematbakhsh <shawnn@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
fb1de7a9e1
commit
d5934d248f
1 changed files with 2 additions and 2 deletions
|
|
@ -23,12 +23,12 @@
|
|||
#define TEMPERATURE_SENSOR_ID 0 /* PECI */
|
||||
|
||||
/* Temperature which OS will shutdown at */
|
||||
#define CRITICAL_TEMPERATURE 99
|
||||
#define CRITICAL_TEMPERATURE 104
|
||||
|
||||
/* Temperature which OS will throttle CPU */
|
||||
#define PASSIVE_TEMPERATURE 95
|
||||
|
||||
/* Tj_max value for calculating PECI CPU temperature */
|
||||
#define MAX_TEMPERATURE 100
|
||||
#define MAX_TEMPERATURE 105
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue