Matt DeVillier has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/55146 )
Change subject: drivers/smmstore: Enable SMMSTORE V2 by default for Tianocore UEFIPAYLOAD ......................................................................
drivers/smmstore: Enable SMMSTORE V2 by default for Tianocore UEFIPAYLOAD
Tianocore UEFIPAYLOAD now supports SMMSTORE V2, so enable it by default
Change-Id: I33582427fe9d3fc7c15014d3a04fcdc533cb1ac8 Signed-off-by: Matt DeVillier matt.devillier@gmail.com --- M src/drivers/smmstore/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/55146/1
diff --git a/src/drivers/smmstore/Kconfig b/src/drivers/smmstore/Kconfig index ba8268e..13b7312 100644 --- a/src/drivers/smmstore/Kconfig +++ b/src/drivers/smmstore/Kconfig @@ -9,6 +9,7 @@ config SMMSTORE_V2 bool "Use version 2 of SMMSTORE API" depends on SMMSTORE + default y if TIANOCORE_UEFIPAYLOAD default n help Version 2 of SMMSTORE allows secure communication with SMM and