mb/system76/addw1: Disable SaOcSupport to eliminate hangs with 3200MT/s memory

Change-Id: I586e8cf97a52b2fa8386ce3742a4f4ae9465bbcf
This commit is contained in:
Jeremy Soller
2022-05-13 13:01:42 -06:00
committed by Tim Crawford
parent 779872ff4d
commit 6b23f22d59

View File

@ -20,8 +20,8 @@ static const struct cnl_mb_cfg memcfg = {
void mainboard_memory_init_params(FSPM_UPD *memupd)
{
// Allow higher memory speeds
memupd->FspmConfig.SaOcSupport = 1;
// Disable higher memory speeds
memupd->FspmConfig.SaOcSupport = 0;
cannonlake_memcfg_init(&memupd->FspmConfig, &memcfg);
}