Arthur Heymans has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/47081 )
Change subject: cpu/x86/smm: Fix getting the save state for multiple segments ......................................................................
cpu/x86/smm: Fix getting the save state for multiple segments
The map for for the base of smm save states is a bit more complicated when a system uses multiple segments. Instead of redoing the segment computation, copy over the map used in during relocation to the permanent handler, via relocatable module parameters.
Untested.
Change-Id: I480d00c55bedd0d2e4a7984cd577b7f5aaf6078d Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/cpu/x86/smm/smm_module_handler.c M src/cpu/x86/smm/smm_module_loader.c M src/include/cpu/x86/smm.h 3 files changed, 20 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/47081/2