John Su has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/64856 )
Change subject: mb/google/brya/var/mithrax: Update DPTF parameters for Mithrax ......................................................................
mb/google/brya/var/mithrax: Update DPTF parameters for Mithrax
Follow thermal table from thermal team.
Chang list: 1. Update TEMP_PCT of Active Policy for TSR1.
Signed-off-by: John Su john_su@compal.corp-partner.google.com Change-Id: I2a3fbdbe0dbb00597d5785c90c6e4d6ace54f13c --- M src/mainboard/google/brya/variants/mithrax/overridetree.cb 1 file changed, 5 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/64856/1
diff --git a/src/mainboard/google/brya/variants/mithrax/overridetree.cb b/src/mainboard/google/brya/variants/mithrax/overridetree.cb index 3fade87..93265bd 100644 --- a/src/mainboard/google/brya/variants/mithrax/overridetree.cb +++ b/src/mainboard/google/brya/variants/mithrax/overridetree.cb @@ -99,11 +99,11 @@ .target = DPTF_TEMP_SENSOR_1, .thresholds = { TEMP_PCT(48, 76), - TEMP_PCT(45, 65), - TEMP_PCT(42, 53), - TEMP_PCT(39, 45), - TEMP_PCT(36, 39), - TEMP_PCT(33, 34), + TEMP_PCT(40, 66), + TEMP_PCT(38, 53), + TEMP_PCT(36, 43), + TEMP_PCT(34, 39), + TEMP_PCT(32, 33), } } }"