Hello build bot (Jenkins), Patrick Georgi, Martin Roth, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47073
to look at the new patch set (#2).
Change subject: cpu/x86/smm: Always use SMM_LOADER_VERSION2 ......................................................................
cpu/x86/smm: Always use SMM_LOADER_VERSION2
This removes the old SMM_LOADER_VERSION1. The version 2 should now work in all the cases version 1 supported.
This might need a bit more testing.
TODO: The save state handling inside the smihandler code is only correct for the code that previously worked for V1. This needs to be fixed for systems with a large amount of CPUs
Change-Id: If52e38ebd2baf4fc80d433e65626c537c0c1f1aa Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/cpu/x86/Kconfig M src/cpu/x86/mp_init.c M src/cpu/x86/smm/Makefile.inc M src/cpu/x86/smm/smm_module_handler.c M src/cpu/x86/smm/smm_module_loader.c D src/cpu/x86/smm/smm_module_loaderv2.c M src/include/cpu/x86/smm.h 7 files changed, 408 insertions(+), 847 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/73/47073/2