Hello Patrick Rudolph, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34587
to look at the new patch set (#3).
Change subject: soc/*/mp_init: Increase timeout to 1 s ......................................................................
soc/*/mp_init: Increase timeout to 1 s
We ususally don't know how long specific code runs as serial console and it's spinlock might slow down APs.
Increase the timeout of most mp_run_on_all_cpus calls to 1 second, to prevent possible crashing of secondary APs still processing the old job.
Change-Id: I456be647b159f7a2ea7d94986a24424e56dcc8c4 Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com --- M src/cpu/x86/mp_init.c 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 7 files changed, 11 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/34587/3