Ashish Kumar Mishra has uploaded this change for review.

View Change

mb/google/brox: Disable c1 state auto-demotion

Disable c1 state auto-demotion support for brox

BUG=None
BRANCH=None
TEST=Boot brox and verify in fsp debug logs

Change-Id: I18d40cd721d46fce4702cf1a943583cd41c03cf4
Signed-off-by: Ashish Kumar Mishra <ashish.k.mishra@intel.com>
---
M src/mainboard/google/brox/variants/baseboard/brox/devicetree.cb
1 file changed, 3 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/82104/1
diff --git a/src/mainboard/google/brox/variants/baseboard/brox/devicetree.cb b/src/mainboard/google/brox/variants/baseboard/brox/devicetree.cb
index f901db9..89c714d 100644
--- a/src/mainboard/google/brox/variants/baseboard/brox/devicetree.cb
+++ b/src/mainboard/google/brox/variants/baseboard/brox/devicetree.cb
@@ -21,6 +21,9 @@
# seen on J0 and Q0 SKUs
register "disable_package_c_state_demotion" = "1"

+ # Disable C1 state auto-demotion for all brox baseboards
+ register "disable_c1_state_auto_demotion" = "1"
+
# DPTF enable
register "dptf_enable" = "1"


To view, visit change 82104. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I18d40cd721d46fce4702cf1a943583cd41c03cf4
Gerrit-Change-Number: 82104
Gerrit-PatchSet: 1
Gerrit-Owner: Ashish Kumar Mishra <ashish.k.mishra@intel.com>
Gerrit-MessageType: newchange