mb/google/ovis/var/deku: Increase TDP PL1 value from 28 W to 33 W
Adjust settings as recommended by thermal team. Set PL1 max value tdp_pl1_override from 28W to 33W. PL2, PL4 remain the same as CPU default. BUG=b:308704811 BRANCH=firmware-rex-15709.B TEST=emerge-ovis coreboot chromeos-bootimage built bootleg and verified test result by thermal team Change-Id: Iad0bca913496dda666ba9bcfe5f6fce1a6396692 Signed-off-by: Tony Huang <tony-huang@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/82615 Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com> Reviewed-by: Eric Lai <ericllai@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
02b29e2f59
commit
e5b86c7d5a
@ -30,6 +30,12 @@ chip soc/intel/meteorlake
|
||||
# Temporary setting TCC of 105C = Tj max (110) - TCC_Offset (5)
|
||||
register "tcc_offset" = "5"
|
||||
|
||||
register "power_limits_config[MTL_P_682_482_CORE]" = "{
|
||||
.tdp_pl1_override = 33,
|
||||
.tdp_pl2_override = 64,
|
||||
.tdp_pl4 = 120,
|
||||
}"
|
||||
|
||||
register "serial_io_i2c_mode" = "{
|
||||
[PchSerialIoIndexI2C0] = PchSerialIoDisabled,
|
||||
[PchSerialIoIndexI2C1] = PchSerialIoDisabled,
|
||||
|
Loading…
x
Reference in New Issue
Block a user