Arthur Heymans uploaded patch set #3 to this change.

View Change

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. This is done in a
follow-up.

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/3

To view, visit change 47073. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: If52e38ebd2baf4fc80d433e65626c537c0c1f1aa
Gerrit-Change-Number: 47073
Gerrit-PatchSet: 3
Gerrit-Owner: Arthur Heymans <arthur@aheymans.xyz>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: newpatchset