From fe26234cf2806d2be182282a469732da643e47cc Mon Sep 17 00:00:00 2001 From: John Su Date: Tue, 14 Oct 2025 18:15:34 +0800 Subject: [PATCH] mb/google/trulo/var/uldrenite: Update DPTF parameters Update the DPTF parameters as provided by thermal team. 1. Adjust the PSV threshold value of the Passive Policy. BUG=b:449890912 BRANCH=firmware-trulo-15217.771.B TEST=build test firmware and verified by thermal team Change-Id: I8be7da7550994f6a408e2c5bbc6ae4d31fa22ada Signed-off-by: John Su Reviewed-on: https://review.coreboot.org/c/coreboot/+/89564 Reviewed-by: Dtrain Hsu Tested-by: build bot (Jenkins) Reviewed-by: Kapil Porwal --- .../google/brya/variants/uldrenite/overridetree.cb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mainboard/google/brya/variants/uldrenite/overridetree.cb b/src/mainboard/google/brya/variants/uldrenite/overridetree.cb index be87bc8bb4..157e0fcc29 100644 --- a/src/mainboard/google/brya/variants/uldrenite/overridetree.cb +++ b/src/mainboard/google/brya/variants/uldrenite/overridetree.cb @@ -204,9 +204,9 @@ chip soc/intel/alderlake ## Passive Policy register "policies.passive" = "{ [0] = DPTF_PASSIVE(CPU, CPU, 95, 5000), - [1] = DPTF_PASSIVE(CPU, TEMP_SENSOR_0, 85, 5000), - [2] = DPTF_PASSIVE(CPU, TEMP_SENSOR_1, 85, 5000), - [3] = DPTF_PASSIVE(CPU, TEMP_SENSOR_2, 85, 5000), + [1] = DPTF_PASSIVE(CPU, TEMP_SENSOR_0, 90, 5000), + [2] = DPTF_PASSIVE(CPU, TEMP_SENSOR_1, 90, 5000), + [3] = DPTF_PASSIVE(CPU, TEMP_SENSOR_2, 90, 5000), }" ## Critical Policy