Kun Liu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/86000?usp=email )
Change subject: mb/google/nissa/var/telith: Update 6W and 15W DPTF parameters ......................................................................
mb/google/nissa/var/telith: Update 6W and 15W DPTF parameters
The DPTF parameters were defined by the thermal team. Based on thermal table in 377955793#comment20
BUG=b:377955793 TEST=emerge-nissa coreboot chromeos-bootimage
Change-Id: I0455d62a9f174fd911e5aa0b9626329ad2ac8f06 Signed-off-by: Kun Liu liukun11@huaqin.corp-partner.google.com --- M src/mainboard/google/brya/variants/telith/overridetree.cb 1 file changed, 11 insertions(+), 23 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/00/86000/1
diff --git a/src/mainboard/google/brya/variants/telith/overridetree.cb b/src/mainboard/google/brya/variants/telith/overridetree.cb index 8784e2f..231d83e 100644 --- a/src/mainboard/google/brya/variants/telith/overridetree.cb +++ b/src/mainboard/google/brya/variants/telith/overridetree.cb @@ -165,7 +165,7 @@ # Power limit config register "power_limits_config[ADL_N_041_6W_CORE]" = "{ .tdp_pl1_override = 15, - .tdp_pl2_override = 20, + .tdp_pl2_override = 25, .tdp_pl4 = 78, }" register "power_limits_config[ADL_N_081_15W_CORE]" = "{ @@ -208,8 +208,8 @@ .granularity = 200 }, .pl2 = { - .min_power = 20000, - .max_power = 20000, + .min_power = 25000, + .max_power = 25000, .time_window_min = 28 * MSECS_PER_SEC, .time_window_max = 32 * MSECS_PER_SEC, .granularity = 1000 @@ -242,41 +242,29 @@ [0] = { .target = DPTF_TEMP_SENSOR_0, .thresholds = { - TEMP_PCT(85, 90), - TEMP_PCT(54, 64), - TEMP_PCT(52, 52), - TEMP_PCT(50, 44), - TEMP_PCT(48, 38), - TEMP_PCT(45, 34), + TEMP_PCT(73, 100), + TEMP_PCT(43, 20), } }, [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(60, 100), + TEMP_PCT(38, 20), } }, [2] = { .target = DPTF_TEMP_SENSOR_2, .thresholds = { - TEMP_PCT(90, 90), - TEMP_PCT(85, 80), - TEMP_PCT(75, 70), - TEMP_PCT(70, 50), + TEMP_PCT(58, 100), + TEMP_PCT(36, 20), } }, [3] = { .target = DPTF_TEMP_SENSOR_3, .thresholds = { - TEMP_PCT(80, 90), - TEMP_PCT(75, 80), - TEMP_PCT(70, 70), - TEMP_PCT(65, 50), + TEMP_PCT(72, 100), + TEMP_PCT(41, 20), } } }"