April 27, 2018 12:29 PM, "Nicola Corna" nicola@corna.info wrote:
With config PARALLEL_CPU_INIT=y so SMP / SMM init in initialize_cpus() will never call wait_other_cpus() at all. That actually regressed in my commit 0cc2ce4 [1] but I can't test if reverting it solves this for you. I'll push a regression fix soonish for review.
[1] https://review.coreboot.org/c/coreboot/+/21088
Kyösti
I'm going to test https://review.coreboot.org/#/c/coreboot/+/25874 soon and report back, thanks for your help.
Unfortunately that patch dont't fix the issue (log attached). I've also tried 0cc2ce4 but with that revision it works correctly (log and config attached).
If needed I can run a git bisect to find which commit broke the boot.
Nicola