summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSukumar Ghorai <sukumar.ghorai@intel.com>2024-11-01 11:09:04 -0700
committerSubrata Banik <subratabanik@google.com>2024-11-04 18:13:41 +0000
commitdbe5ba8485be8808933cc38c0e207d93f543795a (patch)
tree13e53bc87024b8f96d5aae15a1e048844abc5651
parent8a17b89733a6ea10bb9a0c86feb8927b069825be (diff)
mb/google/fatcat: Disable package c-state auto-demotion
Package C-state auto demotion feature allows hardware to determine lower C-state as per platform policy. Since platform sets performance policy to balanced from hardware, auto demotion can be disabled without performance impact. TEST=Build fatcat and check the platform boots without an issue. Change-Id: I01f2cb8ac1093ae98cc076e35ad1924baa53aa59 Signed-off-by: Sukumar Ghorai <sukumar.ghorai@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84956 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jamie Ryu <jamie.m.ryu@intel.com> Reviewed-by: Subrata Banik <subratabanik@google.com>
-rw-r--r--src/mainboard/google/fatcat/variants/baseboard/fatcat/devicetree.cb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/fatcat/variants/baseboard/fatcat/devicetree.cb b/src/mainboard/google/fatcat/variants/baseboard/fatcat/devicetree.cb
index 1b1fc73df9..a81f35e52c 100644
--- a/src/mainboard/google/fatcat/variants/baseboard/fatcat/devicetree.cb
+++ b/src/mainboard/google/fatcat/variants/baseboard/fatcat/devicetree.cb
@@ -39,6 +39,8 @@ chip soc/intel/pantherlake
# TODO: Safe Setting. Needs to be removed later
# Disable C1 C-state auto-demotion
register "disable_c1_state_auto_demotion" = "true"
+ # Disable PKGC-state auto-demotion
+ register "disable_package_c_state_demotion" = "true"
# Enable CNVi BT
register "cnvi_bt_core" = "true"