mb/facebook/fbg1701/Kconfig: Remove TPM_INIT_RAMSTAGE
TPM_INIT_RAMSTAGE needs to be enabled for measured boot only configuration. Remove TPM_INIT_RAMSTAGE disable. BUG = NA TEST = Boot possible combinations of VBOOT, measured boot and vendorcode security. Signed-off-by: Frans Hendriks <fhendriks@eltan.com> Change-Id: I91bde691d445d4210429c928e90e16653092f1cb Reviewed-on: https://review.coreboot.org/c/coreboot/+/52051 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Erik van den Bogaert <ebogaert@eltan.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
86e5b60faf
commit
dfa23f6d78
|
@ -87,10 +87,6 @@ config SPI_FLASH_WINBOND
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config TPM_INIT_RAMSTAGE
|
|
||||||
bool "TPM Setup in RAMSTAGE"
|
|
||||||
default n
|
|
||||||
|
|
||||||
config VENDORCODE_ELTAN_VBOOT_SIGNED_MANIFEST
|
config VENDORCODE_ELTAN_VBOOT_SIGNED_MANIFEST
|
||||||
depends on USE_VENDORCODE_ELTAN
|
depends on USE_VENDORCODE_ELTAN
|
||||||
bool
|
bool
|
||||||
|
|
Loading…
Reference in New Issue