Hello Philipp Deppenwiese, build bot (Jenkins), Marshall Dawson, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/36827
to look at the new patch set (#11).
Change subject: arch/x86: Declare lock_smm_on_exit() ......................................................................
arch/x86: Declare lock_smm_on_exit()
The condition to set SMRAM lock may not be a simple and single Kconfig after followup changes. Wrap it such that all platforms will have equal conditions.
Change-Id: Ic1878120256e968a2d2f58225d1cf7c5aaf10961 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M src/cpu/amd/agesa/family15tn/model_15_init.c M src/cpu/amd/agesa/family16kb/model_16_init.c M src/include/cpu/intel/smm_reloc.h M src/include/cpu/x86/smm.h M src/soc/amd/picasso/finalize.c M src/soc/amd/stoneyridge/finalize.c 6 files changed, 28 insertions(+), 10 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/36827/11