summaryrefslogtreecommitdiffstats
path: root/src/drivers/smmstore
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2020-10-18 18:54:04 -0500
committerWerner Zeh <werner.zeh@siemens.com>2021-06-07 05:06:23 +0000
commit7ca3ecb73a78ccced90e9f9297030b6aed1c4252 (patch)
tree179d21c3c16066941bea337eed27653a49d933cb /src/drivers/smmstore
parent3469378a1750013869ccebba2e85258fad5c0182 (diff)
downloadcoreboot-7ca3ecb73a78ccced90e9f9297030b6aed1c4252.tar.gz
coreboot-7ca3ecb73a78ccced90e9f9297030b6aed1c4252.tar.bz2
coreboot-7ca3ecb73a78ccced90e9f9297030b6aed1c4252.zip
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> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55146 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/drivers/smmstore')
-rw-r--r--src/drivers/smmstore/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/smmstore/Kconfig b/src/drivers/smmstore/Kconfig
index ba8268e37808..13b73122421d 100644
--- a/src/drivers/smmstore/Kconfig
+++ b/src/drivers/smmstore/Kconfig
@@ -9,6 +9,7 @@ config SMMSTORE
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