mb/mainboard/google/sarien/variants: Set correct tcc_offset value
Set new tcc_offset value to 10 degree C. This configures the Thermal Control Circuit (TCC) activation value to 90 degree C. It prevents any abrupt thermal shutdown while running heavy workload. This helps to take early thermal throttling action when CPU temperature goes above 90 degree C. Change-Id: Ica77264782b4a3f3e72e73e1b8cb8b2e464fb033 Signed-off-by: Sumeet Pawnikar <sumeet.r.pawnikar@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32181 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
a2b7be7496
commit
db3ba1bc18
|
@ -161,7 +161,7 @@ chip soc/intel/cannonlake
|
|||
#| I2C4 | H1 TPM |
|
||||
#+-------------------+---------------------------+
|
||||
|
||||
register "tcc_offset" = "5"
|
||||
register "tcc_offset" = "10"
|
||||
|
||||
register "common_soc_config" = "{
|
||||
.chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT,
|
||||
|
|
|
@ -158,7 +158,7 @@ chip soc/intel/cannonlake
|
|||
#| I2C4 | H1 TPM |
|
||||
#+-------------------+---------------------------+
|
||||
|
||||
register "tcc_offset" = "5"
|
||||
register "tcc_offset" = "10"
|
||||
|
||||
register "common_soc_config" = "{
|
||||
.chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT,
|
||||
|
|
Loading…
Reference in New Issue