mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: google/eve: Set throttle offset to 10 degrees
Set the thermal throttle (prochot) activation to be 10 degrees below TJmax so PROCHOT# kicks in at 90C instead of 100C. BUG=chrome-os-partner:58666 BRANCH=none TEST=boot on eve, check msr value before and after resume: > iotools rdmsr 1 0x1a2 0x000000000a6400e6 > echo mem > /sys/power/state > iotools rdmsr 1 0x1a2 0x000000000a6400e6 Original-Change-Id: I3ab3a050a1e27c18a940bd7519eabaf015ef93eb Original-signed-off-by: Duncan Laurie <dlaurie@chromium.org> Original-reviewed-on: https://review.coreboot.org/17901 Original-tested-by: build bot (Jenkins) Original-reviewed-by: Aaron Durbin <adurbin@chromium.org> Change-Id: I520f8224c006b94c6a20d7d7dac1768b17cd0c45 Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/422076 Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
50ff17107d
commit
42df699056
1 changed files with 1 additions and 0 deletions
|
@ -187,6 +187,7 @@ chip soc/intel/skylake
|
|||
register "speed_shift_enable" = "1"
|
||||
register "dptf_enable" = "1"
|
||||
register "tdp_pl2_override" = "7"
|
||||
register "tcc_offset" = "10"
|
||||
|
||||
device cpu_cluster 0 on
|
||||
device lapic 0 on end
|
||||
|
|
Loading…
Add table
Reference in a new issue