mainboard/google/fatcat: Set TCC offset
This commit sets the TCC offset for the Fatcat baseboard variant. A value of 10 was chosen, resulting in a TCC trip point of 100C (Tjmax of 110C - offset of 10C). This allows for thermal throttling to begin at a more appropriate temperature. Fatcat variants can override the TCC offset as per platform requirements between power and/or performance. TEST=Able to build and boot to CrOS. Change-Id: I2a57fd3b06378f4e62872ffeb116a65561100e33 Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86292 Reviewed-by: Jamie Ryu <jamie.m.ryu@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Dinesh Gehlot <digehlot@google.com>
This commit is contained in:
parent
656f26ee3c
commit
bbe8a63e34
1 changed files with 3 additions and 0 deletions
|
|
@ -51,6 +51,9 @@ chip soc/intel/pantherlake
|
|||
# DPTF enable
|
||||
register "dptf_enable" = "true"
|
||||
|
||||
# Setting TCC of 100C = Tj max (110) - TCC_Offset (10)
|
||||
register "tcc_offset" = "10"
|
||||
|
||||
# Disable C1 C-state auto-demotion
|
||||
register "disable_c1_state_auto_demotion" = "true"
|
||||
# Disable PKGC-state auto-demotion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue