blob: 85606d0d05f20b8ec5eb91b9ce42cb3352796851 [file] [log] [blame]
/* 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 PEG1
mupd->FspmConfig.CpuPcieRpEnableMask = 0x3;
}