John Su has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/62956 )
Change subject: mb/google/brya/var/felwinter: Update DPTF parameters for Felwinter ......................................................................
mb/google/brya/var/felwinter: Update DPTF parameters for Felwinter
Follow thermal table from thermal team.
Chang list: 1. Update CRT value for all sensors. 2. Update PSV value for all sensors. 3. Remove DPTF_CPU target from Active Policy. 4. Remove CPU target from Critical Policy.
BUG=b:219690502 BRANCH=brya TEST=emerge-brya coreboot chromeos-bootimage
Signed-off-by: John Su john_su@compal.corp-partner.google.com Change-Id: I30d1133cd1a145300b035efb790bca606f608e4e --- M src/mainboard/google/brya/variants/felwinter/overridetree.cb 1 file changed, 7 insertions(+), 18 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/62956/1
diff --git a/src/mainboard/google/brya/variants/felwinter/overridetree.cb b/src/mainboard/google/brya/variants/felwinter/overridetree.cb index d184276..549b499 100644 --- a/src/mainboard/google/brya/variants/felwinter/overridetree.cb +++ b/src/mainboard/google/brya/variants/felwinter/overridetree.cb @@ -94,16 +94,6 @@ ## Active Policy register "policies.active" = "{ [0] = { - .target = DPTF_CPU, - .thresholds = { - TEMP_PCT(44, 76), - TEMP_PCT(40, 65), - TEMP_PCT(36, 53), - TEMP_PCT(32, 41), - TEMP_PCT(28, 29), - } - }, - [1] = { .target = DPTF_TEMP_SENSOR_1, .thresholds = { TEMP_PCT(44, 76), @@ -117,18 +107,17 @@
## Passive Policy register "policies.passive" = "{ - [0] = DPTF_PASSIVE(CPU, CPU, 95, 5000), - [1] = DPTF_PASSIVE(CPU, TEMP_SENSOR_0, 75, 5000), - [2] = DPTF_PASSIVE(CPU, TEMP_SENSOR_1, 75, 5000), - [3] = DPTF_PASSIVE(CHARGER, TEMP_SENSOR_2, 75, 5000), + [0] = DPTF_PASSIVE(CPU, CPU, 90, 5000), + [1] = DPTF_PASSIVE(CPU, TEMP_SENSOR_0, 70, 5000), + [2] = DPTF_PASSIVE(CPU, TEMP_SENSOR_1, 60, 5000), + [3] = DPTF_PASSIVE(CHARGER, TEMP_SENSOR_2, 70, 5000), }"
## Critical Policy register "policies.critical" = "{ - [0] = DPTF_CRITICAL(CPU, 105, SHUTDOWN), - [1] = DPTF_CRITICAL(TEMP_SENSOR_0, 85, SHUTDOWN), - [2] = DPTF_CRITICAL(TEMP_SENSOR_1, 85, SHUTDOWN), - [3] = DPTF_CRITICAL(TEMP_SENSOR_2, 85, SHUTDOWN), + [1] = DPTF_CRITICAL(TEMP_SENSOR_0, 80, SHUTDOWN), + [2] = DPTF_CRITICAL(TEMP_SENSOR_1, 70, SHUTDOWN), + [3] = DPTF_CRITICAL(TEMP_SENSOR_2, 80, SHUTDOWN), }"
register "controls.power_limits" = "{