Skip to content

Commit

Permalink
mb/system76/addw1: Disable SaOcSupport to eliminate hangs with 3200MT…
Browse files Browse the repository at this point in the history
…/s memory

Change-Id: I586e8cf97a52b2fa8386ce3742a4f4ae9465bbcf
  • Loading branch information
jackpot51 committed May 16, 2022
1 parent 6b56932 commit 8c4eeaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mainboard/system76/addw1/romstage.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ void mainboard_memory_init_params(FSPM_UPD *memupd)
// Set primary display to internal graphics
memupd->FspmConfig.PrimaryDisplay = 0;

// Allow higher memory speeds
memupd->FspmConfig.SaOcSupport = 1;
// Disable higher memory speeds
memupd->FspmConfig.SaOcSupport = 0;

cannonlake_memcfg_init(&memupd->FspmConfig, &memcfg);
}

0 comments on commit 8c4eeaf

Please sign in to comment.