soc/intel/xeon/spr: Improve RMT configuration
Set AllowedSocketsInParallel to 1 for RMT builds. This help in associating any failures encountered during RMT run with the corresponding Socket/MC/DIMM. Intel recommended setting EnforcePopulationPor to 1 for RMT runs for debugging failures if any. Change-Id: Ie2301368e9470cc23171c3c4eca9fe978e1513d4 Signed-off-by: Naresh Solanki <Naresh.Solanki@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/76679 Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
6e0de5d9cc
commit
0a12d2bdc8
|
@ -223,6 +223,8 @@ void platform_fsp_memory_init_params_cb(FSPM_UPD *mupd, uint32_t version)
|
||||||
mupd->FspmConfig.EnableRMT = 0x1;
|
mupd->FspmConfig.EnableRMT = 0x1;
|
||||||
/* Set FSP debug message to Max for RMT logs */
|
/* Set FSP debug message to Max for RMT logs */
|
||||||
mupd->FspmConfig.serialDebugMsgLvl = 0x3;
|
mupd->FspmConfig.serialDebugMsgLvl = 0x3;
|
||||||
|
mupd->FspmConfig.AllowedSocketsInParallel = 0x1;
|
||||||
|
mupd->FspmConfig.EnforcePopulationPor = 0x1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue