Sumeet R Pawnikar has uploaded this change for review.

View Change

CML: Enable UPDs for PCH SLP_S0 for S0ix entry

Enable PCH SLP S0 UPDs for S0ix entry.

BUG=None
BRANCH=None
TEST=Built and tested on Hatch

Change-Id: I57a15746705a726b402431321a45b3257d837faa
---
M src/soc/intel/cannonlake/fsp_params.c
1 file changed, 3 insertions(+), 3 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/68/32668/1
diff --git a/src/soc/intel/cannonlake/fsp_params.c b/src/soc/intel/cannonlake/fsp_params.c
index cc01d10..796b717 100644
--- a/src/soc/intel/cannonlake/fsp_params.c
+++ b/src/soc/intel/cannonlake/fsp_params.c
@@ -177,9 +177,9 @@
params->PchLanEnable = dev->enabled;
if (config->s0ix_enable) {
params->SlpS0WithGbeSupport = 1;
- params->PchPmSlpS0VmRuntimeControl = 0;
- params->PchPmSlpS0Vm070VSupport = 0;
- params->PchPmSlpS0Vm075VSupport = 0;
+ params->PchPmSlpS0VmRuntimeControl = 1;
+ params->PchPmSlpS0Vm070VSupport = 1;
+ params->PchPmSlpS0Vm075VSupport = 1;
ignore_gbe_ltr();
}
}

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I57a15746705a726b402431321a45b3257d837faa
Gerrit-Change-Number: 32668
Gerrit-PatchSet: 1
Gerrit-Owner: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com>
Gerrit-MessageType: newchange