mb/google/dedede/var/storo: Update DPTF parameters
Update DPTF parameters from internal thermal team. BUG=b:180875582 BRANCH=dedede TEST=emerge-dedede coreboot Signed-off-by: Tao Xia <xiatao5@huaqin.corp-partner.google.com> Change-Id: I6d87bc63a66ff38bc2f706d58b8537c052bf4594 Reviewed-on: https://review.coreboot.org/c/coreboot/+/56069 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Weimin Wu <wuweimin@huaqin.corp-partner.google.com> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
This commit is contained in:
parent
6c1bdc8939
commit
5aa511931f
|
@ -77,16 +77,16 @@ chip soc/intel/jasperlake
|
|||
.tdp_pl2_override = 20,
|
||||
}"
|
||||
|
||||
register "tcc_offset" = "5" # TCC of 100C
|
||||
register "tcc_offset" = "10" # TCC of 95C
|
||||
|
||||
device domain 0 on
|
||||
device pci 04.0 on
|
||||
chip drivers/intel/dptf
|
||||
## Passive Policy
|
||||
register "policies.passive" = "{
|
||||
[0] = DPTF_PASSIVE(CPU, TEMP_SENSOR_1, 60, 3000),
|
||||
[1] = DPTF_PASSIVE(CPU, TEMP_SENSOR_2, 60, 3000),
|
||||
[2] = DPTF_PASSIVE(CHARGER, TEMP_SENSOR_1, 60, 3000),}"
|
||||
[0] = DPTF_PASSIVE(CPU, TEMP_SENSOR_1, 67, 3000),
|
||||
[1] = DPTF_PASSIVE(CPU, TEMP_SENSOR_2, 67, 3000),
|
||||
[2] = DPTF_PASSIVE(CHARGER, TEMP_SENSOR_1, 67, 3000),}"
|
||||
## Critical Policy
|
||||
register "policies.critical" = "{
|
||||
[0] = DPTF_CRITICAL(CPU, 105, SHUTDOWN),
|
||||
|
|
Loading…
Reference in New Issue