mb/google/dedede/var/magolor: apply DPTF setting
add tcc, critical, passive policy, and pl values from thermal team BUG=b:168353037 TEST=build and verify by thermal tool Change-Id: I887d494ff097a881d519a456f24578a278323051 Signed-off-by: Ren Kuo <ren.kuo@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45453 Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
03e74ba5de
commit
bf3466beb2
1 changed files with 42 additions and 0 deletions
|
@ -40,7 +40,49 @@ chip soc/intel/jasperlake
|
||||||
},
|
},
|
||||||
}"
|
}"
|
||||||
|
|
||||||
|
register "power_limits_config" = "{
|
||||||
|
.tdp_pl1_override = 7,
|
||||||
|
.tdp_pl2_override = 12,
|
||||||
|
}"
|
||||||
|
|
||||||
|
register "tcc_offset" = "15" # TCC of 90C
|
||||||
|
|
||||||
device domain 0 on
|
device domain 0 on
|
||||||
|
device pci 04.0 on
|
||||||
|
chip drivers/intel/dptf
|
||||||
|
register "options.tsr[0].desc" = ""Memory""
|
||||||
|
register "options.tsr[1].desc" = ""Ambient""
|
||||||
|
|
||||||
|
register "policies.passive[0]" = "DPTF_PASSIVE(CPU, CPU, 90, 5000)"
|
||||||
|
register "policies.passive[1]" = "DPTF_PASSIVE(CPU, TEMP_SENSOR_0, 70, 6000)"
|
||||||
|
register "policies.passive[2]" = "DPTF_PASSIVE(CPU, TEMP_SENSOR_1, 60, 5000)"
|
||||||
|
|
||||||
|
register "policies.critical[0]" = "DPTF_CRITICAL(CPU, 105, SHUTDOWN)"
|
||||||
|
register "policies.critical[1]" = "DPTF_CRITICAL(TEMP_SENSOR_0, 80, SHUTDOWN)"
|
||||||
|
register "policies.critical[2]" = "DPTF_CRITICAL(TEMP_SENSOR_1, 80, SHUTDOWN)"
|
||||||
|
|
||||||
|
register "controls.power_limits.pl1" = "{
|
||||||
|
.min_power = 3000,
|
||||||
|
.max_power = 7000,
|
||||||
|
.time_window_min = 1 * MSECS_PER_SEC,
|
||||||
|
.time_window_max = 1 * MSECS_PER_SEC,
|
||||||
|
.granularity = 200,}"
|
||||||
|
register "controls.power_limits.pl2" = "{
|
||||||
|
.min_power = 7000,
|
||||||
|
.max_power = 12000,
|
||||||
|
.time_window_min = 1 * MSECS_PER_SEC,
|
||||||
|
.time_window_max = 1 * MSECS_PER_SEC,
|
||||||
|
.granularity = 1000,}"
|
||||||
|
|
||||||
|
## Charger Performance Control (Control, mA)
|
||||||
|
register "controls.charger_perf[0]" = "{ 255, 3000 }"
|
||||||
|
register "controls.charger_perf[1]" = "{ 24, 1500 }"
|
||||||
|
register "controls.charger_perf[2]" = "{ 16, 1000 }"
|
||||||
|
register "controls.charger_perf[3]" = "{ 8, 500 }"
|
||||||
|
|
||||||
|
device generic 0 on end
|
||||||
|
end
|
||||||
|
end # SA Thermal device
|
||||||
device pci 05.0 on # IPU - MIPI Camera
|
device pci 05.0 on # IPU - MIPI Camera
|
||||||
chip drivers/intel/mipi_camera
|
chip drivers/intel/mipi_camera
|
||||||
register "acpi_uid" = "0x50000"
|
register "acpi_uid" = "0x50000"
|
||||||
|
|
Loading…
Reference in a new issue