summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/google/volteer/variants/drobit/overridetree.cb56
1 files changed, 54 insertions, 2 deletions
diff --git a/src/mainboard/google/volteer/variants/drobit/overridetree.cb b/src/mainboard/google/volteer/variants/drobit/overridetree.cb
index 608535e8348e..a29ce1c24b89 100644
--- a/src/mainboard/google/volteer/variants/drobit/overridetree.cb
+++ b/src/mainboard/google/volteer/variants/drobit/overridetree.cb
@@ -16,8 +16,8 @@ chip soc/intel/tigerlake
register "tcc_offset" = "8"
register "power_limits_config[POWER_LIMITS_U_4_CORE]" = "{
- .tdp_pl1_override = 15,
- .tdp_pl2_override = 51,
+ .tdp_pl1_override = 13,
+ .tdp_pl2_override = 28,
.tdp_pl4 = 105,
}"
@@ -69,6 +69,58 @@ chip soc/intel/tigerlake
}"
device domain 0 on
+ device pci 04.0 on
+ chip drivers/intel/dptf
+ ## Active Policy
+ register "policies.active" = "{
+ [0] = {.target = DPTF_TEMP_SENSOR_1,
+ .thresholds = {TEMP_PCT(49, 90),
+ TEMP_PCT(46, 80),
+ TEMP_PCT(45, 70),
+ TEMP_PCT(44, 65),
+ TEMP_PCT(42, 57),
+ TEMP_PCT(40, 50),}}}"
+
+ ## Critical Policy
+ register "policies.critical" = "{
+ [0] = DPTF_CRITICAL(CPU, 105, SHUTDOWN)}"
+
+ ## Power Limits Control
+ # 13-17W PL1 in 125mW increments, avg over 28-32s interval
+ # PL2 is 28-64W, avg over 28-32s interval
+ register "controls.power_limits" = "{
+ .pl1 = {.min_power = 13000,
+ .max_power = 17000,
+ .time_window_min = 28 * MSECS_PER_SEC,
+ .time_window_max = 32 * MSECS_PER_SEC,
+ .granularity = 125,},
+ .pl2 = {.min_power = 28000,
+ .max_power = 64000,
+ .time_window_min = 28 * MSECS_PER_SEC,
+ .time_window_max = 32 * MSECS_PER_SEC,
+ .granularity = 500,}}"
+
+ ## Fan Performance Control (Percent, Speed, Noise, Power)
+ register "controls.fan_perf" = "{
+ [0] = { 90, 5200, 220, 2200, },
+ [1] = { 80, 4900, 180, 1800, },
+ [2] = { 70, 4600, 145, 1450, },
+ [3] = { 60, 4200, 115, 1150, },
+ [4] = { 50, 3800, 90, 900, },
+ [5] = { 40, 3400, 55, 550, },
+ [6] = { 30, 2900, 30, 300, },
+ [7] = { 20, 2300, 15, 150, },
+ [8] = { 10, 1600, 10, 100, },
+ [9] = { 0, 0, 0, 50, }}"
+
+ # Fan options
+ register "options.fan.fine_grained_control" = "1"
+ register "options.fan.step_size" = "2"
+
+ device generic 0 on end
+ end
+ end # DPTF
+
device ref tbt_pcie_rp0 on
probe DB_USB USB4_GEN3
end