Hello Aaron Durbin, Patrick Rudolph, Subrata Banik, Duncan Laurie, build bot (Jenkins), Furquan Shaikh,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34587
to look at the new patch set (#5).
Change subject: soc/*: mp_init: Remove configurable timeout ......................................................................
soc/*: mp_init: Remove configurable timeout
Some timeouts given were too small when serial console is enabled due to it's spinlock making code runtime worse with every AP present.
In addition we usually don't know how long specific code runs and how long ago it was send to the APs.
Remove the timeout argument and instead wait up to 1 second, to prevent possible crashing of secondary APs still processing the old job.
Tested on Supermicro X11SSH-TF.
Change-Id: I456be647b159f7a2ea7d94986a24424e56dcc8c4 Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com --- M src/cpu/x86/mp_init.c M src/include/cpu/x86/mp.h M src/soc/amd/picasso/finalize.c M src/soc/amd/stoneyridge/finalize.c M src/soc/intel/apollolake/chip.c M src/soc/intel/apollolake/cpu.c M src/soc/intel/common/block/cpu/mp_init.c M src/soc/intel/skylake/cpu.c 8 files changed, 12 insertions(+), 12 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/34587/5