summaryrefslogtreecommitdiffstats
path: root/src/mainboard/system76/tgl-h/variants/gaze16-3060/ramstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/system76/tgl-h/variants/gaze16-3060/ramstage.c')
-rw-r--r--src/mainboard/system76/tgl-h/variants/gaze16-3060/ramstage.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/mainboard/system76/tgl-h/variants/gaze16-3060/ramstage.c b/src/mainboard/system76/tgl-h/variants/gaze16-3060/ramstage.c
new file mode 100644
index 000000000000..0f83461ae402
--- /dev/null
+++ b/src/mainboard/system76/tgl-h/variants/gaze16-3060/ramstage.c
@@ -0,0 +1,18 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#include <soc/ramstage.h>
+
+void mainboard_silicon_init_params(FSP_S_CONFIG *params)
+{
+ params->PchLegacyIoLowLatency = 1;
+
+ // PEG0 Config
+ params->CpuPcieRpAdvancedErrorReporting[0] = 0;
+ params->CpuPcieRpLtrEnable[0] = 1;
+ params->CpuPcieRpPtmEnabled[0] = 0;
+
+ // PEG1 Config
+ params->CpuPcieRpAdvancedErrorReporting[1] = 0;
+ params->CpuPcieRpLtrEnable[1] = 1;
+ params->CpuPcieRpPtmEnabled[1] = 0;
+}