Patrick Georgi has uploaded this change for review.

View Change

google/mistral: add CR50

Change-Id: Ia8184e48a43866b7d065952c13e7176bb3b52e4d
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
---
M src/mainboard/google/mistral/Kconfig
1 file changed, 6 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/30716/1
diff --git a/src/mainboard/google/mistral/Kconfig b/src/mainboard/google/mistral/Kconfig
index b614a37..eddc1a3 100644
--- a/src/mainboard/google/mistral/Kconfig
+++ b/src/mainboard/google/mistral/Kconfig
@@ -14,6 +14,8 @@
select SPI_FLASH_WINBOND
select MAINBOARD_HAS_CHROMEOS
select MISSING_BOARD_RESET
+ select MAINBOARD_HAS_TPM2
+ select MAINBOARD_HAS_SPI_TPM_CR50

config VBOOT
select VBOOT_VBNV_FLASH
@@ -29,6 +31,10 @@
string
default "Google"

+config DRIVER_TPM_SPI_BUS
+ hex
+ default 0x4
+
##########################################################
#### Update below when adding a new derivative board. ####
##########################################################

To view, visit change 30716. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ia8184e48a43866b7d065952c13e7176bb3b52e4d
Gerrit-Change-Number: 30716
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Georgi <pgeorgi@google.com>
Gerrit-MessageType: newchange