Attention is currently required from: Tim Wawrzynczak, Patrick Rudolph.

Sridhar Siricilla has uploaded this change for review.

View Change

soc/intel/alderlake: [TEST] Disable CPU PCIe FIA programming

Signed-off-by: Sridhar Siricilla <sridhar.siricilla@intel.com>
Change-Id: Ic41a45b734fea6d8c7c47f2d9e06daee8556ac2d
---
M src/soc/intel/alderlake/fsp_params.c
1 file changed, 3 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/61597/1
diff --git a/src/soc/intel/alderlake/fsp_params.c b/src/soc/intel/alderlake/fsp_params.c
index ffcaa73..1c82579 100644
--- a/src/soc/intel/alderlake/fsp_params.c
+++ b/src/soc/intel/alderlake/fsp_params.c
@@ -633,6 +633,9 @@
s_cfg->CpuPcieRpHotPlug[i] = !!(rp_cfg->flags & PCIE_RP_HOTPLUG);
s_cfg->PtmEnabled[i] = 0;
}
+
+ /* Disable CPU PCIe FIA programming */
+ s_cfg->CpuPcieFiaProgramming = 0;
}

static void fill_fsps_misc_power_params(FSP_S_CONFIG *s_cfg,

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic41a45b734fea6d8c7c47f2d9e06daee8556ac2d
Gerrit-Change-Number: 61597
Gerrit-PatchSet: 1
Gerrit-Owner: Sridhar Siricilla <sridhar.siricilla@intel.com>
Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak@chromium.org>
Gerrit-Attention: Tim Wawrzynczak <twawrzynczak@chromium.org>
Gerrit-Attention: Patrick Rudolph <siro@das-labor.org>
Gerrit-MessageType: newchange