mb/google/trulo/var/uldrenite: Update DPTF parameters
Update the DPTF parameters as provided by thermal team. 1. Adjust the PSV threshold value of the Passive Policy. BUG=b:449890912 BRANCH=firmware-trulo-15217.771.B TEST=build test firmware and verified by thermal team Change-Id: I8be7da7550994f6a408e2c5bbc6ae4d31fa22ada Signed-off-by: John Su <john_su@compal.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/89564 Reviewed-by: Dtrain Hsu <dtrain_hsu@compal.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kapil Porwal <kapilporwal@google.com>
This commit is contained in:
parent
660f71e704
commit
fe26234cf2
1 changed files with 3 additions and 3 deletions
|
|
@ -204,9 +204,9 @@ chip soc/intel/alderlake
|
|||
## Passive Policy
|
||||
register "policies.passive" = "{
|
||||
[0] = DPTF_PASSIVE(CPU, CPU, 95, 5000),
|
||||
[1] = DPTF_PASSIVE(CPU, TEMP_SENSOR_0, 85, 5000),
|
||||
[2] = DPTF_PASSIVE(CPU, TEMP_SENSOR_1, 85, 5000),
|
||||
[3] = DPTF_PASSIVE(CPU, TEMP_SENSOR_2, 85, 5000),
|
||||
[1] = DPTF_PASSIVE(CPU, TEMP_SENSOR_0, 90, 5000),
|
||||
[2] = DPTF_PASSIVE(CPU, TEMP_SENSOR_1, 90, 5000),
|
||||
[3] = DPTF_PASSIVE(CPU, TEMP_SENSOR_2, 90, 5000),
|
||||
}"
|
||||
|
||||
## Critical Policy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue