mb/google/dedede/var/storo: Fixed iasl can not run on Dut
The TSR1._PSV has been redefined. It will report errors when disassembling the ACPI tables with the iasl. It is OK when Removing the TSR1._PSV and adding the TSR0._PSV BUG=b:194509417 BRANCH=dedede TEST=The iasl can run on Dut successfully Signed-off-by: Tao Xia <xiatao5@huaqin.corp-partner.google.com> Change-Id: I524255c79d3c71573d122944da5058389f79d95d Reviewed-on: https://review.coreboot.org/c/coreboot/+/56828 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com> Reviewed-by: Evan Green <evgreen@chromium.org>
This commit is contained in:
parent
7c1eda0cbc
commit
3c8dc63457
|
@ -86,7 +86,7 @@ chip soc/intel/jasperlake
|
||||||
chip drivers/intel/dptf
|
chip drivers/intel/dptf
|
||||||
## Passive Policy
|
## Passive Policy
|
||||||
register "policies.passive" = "{
|
register "policies.passive" = "{
|
||||||
[0] = DPTF_PASSIVE(CPU, TEMP_SENSOR_1, 67, 3000),
|
[0] = DPTF_PASSIVE(CPU, TEMP_SENSOR_0, 67, 3000),
|
||||||
[1] = DPTF_PASSIVE(CPU, TEMP_SENSOR_2, 67, 3000),
|
[1] = DPTF_PASSIVE(CPU, TEMP_SENSOR_2, 67, 3000),
|
||||||
[2] = DPTF_PASSIVE(CHARGER, TEMP_SENSOR_1, 67, 3000),}"
|
[2] = DPTF_PASSIVE(CHARGER, TEMP_SENSOR_1, 67, 3000),}"
|
||||||
## Critical Policy
|
## Critical Policy
|
||||||
|
|
Loading…
Reference in New Issue