summaryrefslogtreecommitdiffstats
path: root/src/mainboard/system76/gaze16/variants/gaze16-3050/ramstage.c
diff options
context:
space:
mode:
authorTim Crawford <tcrawford@system76.com>2022-07-26 14:04:04 -0600
committerMartin Roth <martin.roth@amd.corp-partner.google.com>2022-08-19 14:23:24 +0000
commit3a5217a77b2561eb122d881581119753f2cd0039 (patch)
treedb86b34f6816a0147fdd68112e1dead75e7899ce /src/mainboard/system76/gaze16/variants/gaze16-3050/ramstage.c
parent34c8a19f9272c7483c4f6a009e59ef748625f25a (diff)
downloadcoreboot-3a5217a77b2561eb122d881581119753f2cd0039.tar.gz
coreboot-3a5217a77b2561eb122d881581119753f2cd0039.tar.bz2
coreboot-3a5217a77b2561eb122d881581119753f2cd0039.zip
mb/system76/gaze16: Configure GPIOs in mainboard_init()
Configure GPIOs in `mainboard_init()` instead of during FSP config. Change-Id: Icc40ce71d2bd104c5f41e992f9b28824a3b734d6 Signed-off-by: Tim Crawford <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/66169 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/system76/gaze16/variants/gaze16-3050/ramstage.c')
-rw-r--r--src/mainboard/system76/gaze16/variants/gaze16-3050/ramstage.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mainboard/system76/gaze16/variants/gaze16-3050/ramstage.c b/src/mainboard/system76/gaze16/variants/gaze16-3050/ramstage.c
index 426ae84aafa6..9d985630d0f8 100644
--- a/src/mainboard/system76/gaze16/variants/gaze16-3050/ramstage.c
+++ b/src/mainboard/system76/gaze16/variants/gaze16-3050/ramstage.c
@@ -1,9 +1,11 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include "../../variant.h"
+#include <soc/ramstage.h>
-void variant_silicon_init_params(FSP_S_CONFIG *params)
+void mainboard_silicon_init_params(FSP_S_CONFIG *params)
{
+ params->PchLegacyIoLowLatency = 1;
+
// PEG0 Config
params->CpuPcieRpAdvancedErrorReporting[0] = 0;
params->CpuPcieRpLtrEnable[0] = 1;