Arthur Heymans has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/59912 )
Change subject: cpu/x86/mp_init.c: Fix HAVE_SMI_HANDLER ......................................................................
cpu/x86/mp_init.c: Fix HAVE_SMI_HANDLER
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/2