summaryrefslogtreecommitdiffstats
path: root/src/mainboard/system76/gaze16/variants/gaze16-3050/romstage.c
blob: f28c0c23d36c8f1fe0386d22023f7c189b5235ef (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

#include <variant/romstage.h>

void variant_memory_init_params(FSPM_UPD *mupd)
{
	// Enable M.2 PCIE 4.0 and PEG2
	mupd->FspmConfig.CpuPcieRpEnableMask = 0x5;
}