From 25620524237ec4665f5a462fe6dbc4dcef313870 Mon Sep 17 00:00:00 2001 From: Kun Liu Date: Thu, 21 Dec 2023 19:55:58 +0800 Subject: mb/google/rex/var/screebo: Update DTT settings for thermal control update DTT settings for thermal control,the values before Sensor1 and Sensor2 were set too high. Modify the protection temperature to better meet DUT requirements. BUG=b:291217859 BRANCH=none TEST=emerge-rex coreboot Change-Id: I8abc866c0d05a2437c34198e6b8fb4a58c1cb829 Signed-off-by: Kun Liu Reviewed-on: https://review.coreboot.org/c/coreboot/+/79683 Reviewed-by: Rui Zhou Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik --- src/mainboard/google/rex/variants/screebo/overridetree.cb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/mainboard/google/rex/variants/screebo/overridetree.cb b/src/mainboard/google/rex/variants/screebo/overridetree.cb index 3b62e020b2..83366ae419 100644 --- a/src/mainboard/google/rex/variants/screebo/overridetree.cb +++ b/src/mainboard/google/rex/variants/screebo/overridetree.cb @@ -224,8 +224,8 @@ chip soc/intel/meteorlake # TODO: below values are initial reference values only register "policies.critical" = "{ [0] = DPTF_CRITICAL(TEMP_SENSOR_0, 90, SHUTDOWN), - [1] = DPTF_CRITICAL(TEMP_SENSOR_1, 90, SHUTDOWN), - [2] = DPTF_CRITICAL(TEMP_SENSOR_2, 95, SHUTDOWN), + [1] = DPTF_CRITICAL(TEMP_SENSOR_1, 70, SHUTDOWN), + [2] = DPTF_CRITICAL(TEMP_SENSOR_2, 80, SHUTDOWN), }" ## Power Limits Control -- cgit v1.2.3