[coreboot-gerrit] Change in coreboot[master]: mb/google/poppy: Option to disable TPM

Naresh Solanki (Code Review) gerrit at coreboot.org
Mon Jun 12 08:13:56 CEST 2017


Naresh Solanki has uploaded this change for review. ( https://review.coreboot.org/20158


Change subject: mb/google/poppy: Option to disable TPM
......................................................................

mb/google/poppy: Option to disable TPM

Provide an option to disable TPM using USE flags.

BUG=None
BRANCH=None
TEST= Build image using USE="mocktpm" emerge-poppy coreboot depthcharge
vboot_reference chromeos-bootimage . Verify boot is successful with mock
tpm.

Change-Id: Iee527ed17cffb7d25d9089e48a194d99ac8c3cd1
Signed-off-by: Naresh G Solanki <naresh.solanki at intel.com>
---
M src/mainboard/google/poppy/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/20158/1

diff --git a/src/mainboard/google/poppy/Kconfig b/src/mainboard/google/poppy/Kconfig
index e133f9f..705c4d3 100644
--- a/src/mainboard/google/poppy/Kconfig
+++ b/src/mainboard/google/poppy/Kconfig
@@ -14,7 +14,7 @@
 	select MAINBOARD_HAS_CHROMEOS
 	select MAINBOARD_USES_FSP2_0
 	select NO_FADT_8042
-	select POPPY_USE_I2C_TPM
+	select POPPY_USE_I2C_TPM if !VBOOT_MOCK_SECDATA
 	select SOC_INTEL_KABYLAKE
 
 if BOARD_GOOGLE_BASEBOARD_POPPY

-- 
To view, visit https://review.coreboot.org/20158
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iee527ed17cffb7d25d9089e48a194d99ac8c3cd1
Gerrit-Change-Number: 20158
Gerrit-PatchSet: 1
Gerrit-Owner: Naresh Solanki <naresh.solanki at intel.com>



More information about the coreboot-gerrit mailing list