Attention is currently required from: Arthur Heymans, Tim Wawrzynczak. Hello build bot (Jenkins), Paul Menzel, Subrata Banik, Angel Pons, Tim Wawrzynczak,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/59912
to look at the new patch set (#3).
Change subject: cpu/x86/mp_init.c: Fix HAVE_SMI_HANDLER ......................................................................
cpu/x86/mp_init.c: Fix HAVE_SMI_HANDLER
Fixes commit 29c7622 "cpu/x86/mp_init.c: Fix building with no smihandler" broke SMM init because is_smm_enable() was called before smm_enable.
Rework the code a little to make it clear what codepaths are used with CONFIG_HAVE_SMI_HANDLER.
TESTED: now prodrive/hermes boots again.
Change-Id: If4ce0dca2f29754d131dacf2da63e946be9a7b6d Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/cpu/x86/mp_init.c 1 file changed, 19 insertions(+), 19 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/59912/3