aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/rex/variants
diff options
context:
space:
mode:
authorSumeet Pawnikar <sumeet.r.pawnikar@intel.com>2023-09-29 21:15:12 +0530
committerFelix Held <felix-coreboot@felixheld.de>2023-10-10 13:37:38 +0000
commit639d6c7c1789d37f26252bb7ea9e9d5bf3c6d09f (patch)
tree4f92d30976d9ecb3b016897c8772580b4d11c8a1 /src/mainboard/google/rex/variants
parent69bbe26a82e5c7a091feb22450b6c5b500dd54c1 (diff)
mb/google/rex/var/rex0: update thermal settings to start fan earlier
Internal testing showed that CPU heatsink gets hot and temperature goes over 75C. In this situation, the fan does not even start to lower down CPU temperature. This is because of existing temperature thresholds of TSR0 and TSR1 sensors are set at 45C to start fan. With updated new settings based on tuning from thermal team, the fan starts early at 43C for TSR0 and TSR1 so the CPU temperature stays below 75C. BUG=b:302673874 TEST=Built and tested on google/rex board Signed-off-by: Sumeet Pawnikar <sumeet.r.pawnikar@intel.com> Change-Id: I6580652d6165946e98ecf1b46ace3352cd34dcdf Reviewed-on: https://review.coreboot.org/c/coreboot/+/78279 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/mainboard/google/rex/variants')
-rw-r--r--src/mainboard/google/rex/variants/rex0/overridetree.cb28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/mainboard/google/rex/variants/rex0/overridetree.cb b/src/mainboard/google/rex/variants/rex0/overridetree.cb
index 1d4ba630ca..034a694714 100644
--- a/src/mainboard/google/rex/variants/rex0/overridetree.cb
+++ b/src/mainboard/google/rex/variants/rex0/overridetree.cb
@@ -186,25 +186,25 @@ chip soc/intel/meteorlake
[0] = {
.target = DPTF_TEMP_SENSOR_0,
.thresholds = {
- TEMP_PCT(75, 90),
- TEMP_PCT(70, 80),
- TEMP_PCT(65, 70),
- TEMP_PCT(60, 60),
- TEMP_PCT(55, 50),
- TEMP_PCT(50, 40),
- TEMP_PCT(45, 30),
+ TEMP_PCT(70, 97),
+ TEMP_PCT(65, 90),
+ TEMP_PCT(60, 80),
+ TEMP_PCT(55, 75),
+ TEMP_PCT(50, 65),
+ TEMP_PCT(45, 45),
+ TEMP_PCT(43, 30),
}
},
[1] = {
.target = DPTF_TEMP_SENSOR_1,
.thresholds = {
- TEMP_PCT(75, 90),
- TEMP_PCT(70, 80),
- TEMP_PCT(65, 70),
- TEMP_PCT(60, 60),
- TEMP_PCT(55, 50),
- TEMP_PCT(50, 40),
- TEMP_PCT(45, 30),
+ TEMP_PCT(70, 97),
+ TEMP_PCT(65, 90),
+ TEMP_PCT(60, 80),
+ TEMP_PCT(55, 75),
+ TEMP_PCT(50, 65),
+ TEMP_PCT(45, 45),
+ TEMP_PCT(43, 30),
}
},
[2] = {