oryp6: allow memory clocks higher than 2933 MHz

Change-Id: I6ea0e402f5ec0c89fa97cdd50615209551ad839f
This commit is contained in:
Jeremy Soller
2020-06-30 15:28:06 -06:00
parent 4459b6355f
commit 9ba7399ee9

View File

@@ -80,6 +80,8 @@ static const struct cnl_mb_cfg memcfg = {
void mainboard_memory_init_params(FSPM_UPD *memupd) void mainboard_memory_init_params(FSPM_UPD *memupd)
{ {
// Allow memory clocks higher than 2933 MHz
memupd->FspmConfig.SaOcSupport = 1;
// Set primary display to internal graphics // Set primary display to internal graphics
memupd->FspmConfig.PrimaryDisplay = 0; memupd->FspmConfig.PrimaryDisplay = 0;
cannonlake_memcfg_init(&memupd->FspmConfig, &memcfg); cannonlake_memcfg_init(&memupd->FspmConfig, &memcfg);