Attention is currently required from: Wim Vervoorn. Frans Hendriks has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/52051 )
Change subject: mb/facebook/fbg1701/Kconfig: Remove TPM_INIT ......................................................................
mb/facebook/fbg1701/Kconfig: Remove TPM_INIT
TPM_INIT needs to be enabled for measured boot only configuration.
In patchset dependency of TPM_INIT is correct. Config of TPM_INIT can be removed.
BUG = NA TEST = Boot possible combinations of VBOOT, measured boot and vendorcode security.
Signed-off-by: Frans Hendriks fhendriks@eltan.com Change-Id: I91bde691d445d4210429c928e90e16653092f1cb --- M src/mainboard/facebook/fbg1701/Kconfig 1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/52051/1
diff --git a/src/mainboard/facebook/fbg1701/Kconfig b/src/mainboard/facebook/fbg1701/Kconfig index e01f979..e93fdfa 100644 --- a/src/mainboard/facebook/fbg1701/Kconfig +++ b/src/mainboard/facebook/fbg1701/Kconfig @@ -88,10 +88,6 @@ bool default y
-config TPM_INIT - bool "TPM Setup in RAMSTAGE" - default n - config VENDORCODE_ELTAN_VBOOT_SIGNED_MANIFEST depends on USE_VENDORCODE_ELTAN bool