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>
This commit is contained in:
parent
3469378a17
commit
7ca3ecb73a
|
@ -9,6 +9,7 @@ config SMMSTORE
|
||||||
config SMMSTORE_V2
|
config SMMSTORE_V2
|
||||||
bool "Use version 2 of SMMSTORE API"
|
bool "Use version 2 of SMMSTORE API"
|
||||||
depends on SMMSTORE
|
depends on SMMSTORE
|
||||||
|
default y if TIANOCORE_UEFIPAYLOAD
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Version 2 of SMMSTORE allows secure communication with SMM and
|
Version 2 of SMMSTORE allows secure communication with SMM and
|
||||||
|
|
Loading…
Reference in New Issue