Evan Green has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47181 )
Change subject: mb/google/dedede/variants/drawcia: Update TSR1 passive temperature ......................................................................
mb/google/dedede/variants/drawcia: Update TSR1 passive temperature
Dogfooders get throttled easily on Meet with a TSR1 temperature of 51. I've seen the temperature climb as high as ~60, Intel has reported upwards of 63. Raise the limit for now until the final value is worked out.
BUG=b:170229672 BRANCH=None TEST=Test on dedede system with Meet call, observe no 800MHz throttling.
Signed-off-by: Evan Green evgreen@chromium.org Change-Id: I914e3e6a3941267bb7cc99531eb71fa48a578300 --- M src/mainboard/google/dedede/variants/drawcia/overridetree.cb 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/47181/1
diff --git a/src/mainboard/google/dedede/variants/drawcia/overridetree.cb b/src/mainboard/google/dedede/variants/drawcia/overridetree.cb index 5942121..248efa4 100644 --- a/src/mainboard/google/dedede/variants/drawcia/overridetree.cb +++ b/src/mainboard/google/dedede/variants/drawcia/overridetree.cb @@ -92,7 +92,7 @@ register "policies.passive" = "{ [0] = DPTF_PASSIVE(CPU, CPU, 80, 1000), [1] = DPTF_PASSIVE(CPU, TEMP_SENSOR_0, 70, 4000), - [2] = DPTF_PASSIVE(CPU, TEMP_SENSOR_1, 51, 1000), + [2] = DPTF_PASSIVE(CPU, TEMP_SENSOR_1, 65, 1000), [3] = DPTF_PASSIVE(CHARGER, TEMP_SENSOR_2, 75, 5000), [4] = DPTF_PASSIVE(CPU, TEMP_SENSOR_3, 60, 1000) }"
Stefan Reinauer has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/47181?usp=email )
Change subject: mb/google/dedede/variants/drawcia: Update TSR1 passive temperature ......................................................................
Abandoned