Attention is currently required from: Martin L Roth, Paul Menzel.
Hello build bot (Jenkins), Martin L Roth, Paul Menzel, Arthur Heymans,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/67665
to look at the new patch set (#3).
Change subject: cpu/x86/smm/smm_module_loader.c: Fix STM setup ......................................................................
cpu/x86/smm/smm_module_loader.c: Fix STM setup
CB:63475 inadvertently disabled the STM by moving its load point off of the MSEG boundry, which is a hardware requirement. In addition, the BIOS resource list cannot be located within the MSEG. This patch fixes the issue by moving the STM load point to the MSEG boundry and placing the bios resource list just below the MSEG where the STM setup functions can find it.
Fixes: commit 5747f6c (cpu/x86/smm_module_loader.c Rewrite setup) Signed-off-by: Eugene Myers edmyers@tycho.nsa.gov Change-Id: I7359939063bb1a172fcb701551c099edebfbedd5 --- M src/cpu/x86/smm/smm_module_loader.c 1 file changed, 19 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/67665/3