[coreboot-gerrit] Change in coreboot[master]: drivers/spi/tpm: Add tis.c and tpm.c to ramstage and romstage

Furquan Shaikh (Code Review) gerrit at coreboot.org
Tue Apr 4 01:51:59 CEST 2017


Furquan Shaikh has uploaded a new change for review. ( https://review.coreboot.org/19092 )

Change subject: drivers/spi/tpm: Add tis.c and tpm.c to ramstage and romstage
......................................................................

drivers/spi/tpm: Add tis.c and tpm.c to ramstage and romstage

These files are required to support recovery MRC cache hash
save/restore in romtage/ramstage.

BUG=b:35583330

Change-Id: Idd0a4ee1c5f8f861caf40d841053b83a9d7aaef8
Signed-off-by: Furquan Shaikh <furquan at chromium.org>
---
M src/drivers/spi/tpm/Makefile.inc
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/92/19092/1

diff --git a/src/drivers/spi/tpm/Makefile.inc b/src/drivers/spi/tpm/Makefile.inc
index 7d1b390..cc7d715 100644
--- a/src/drivers/spi/tpm/Makefile.inc
+++ b/src/drivers/spi/tpm/Makefile.inc
@@ -1,4 +1,6 @@
 verstage-$(CONFIG_SPI_TPM) += tis.c tpm.c
+romstage-$(CONFIG_SPI_TPM) += tis.c tpm.c
+ramstage-$(CONFIG_SPI_TPM) += tis.c tpm.c
 
 ifneq ($(CONFIG_CHROMEOS),y)
 bootblock-$(CONFIG_SPI_TPM) += tis.c tpm.c

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idd0a4ee1c5f8f861caf40d841053b83a9d7aaef8
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Furquan Shaikh <furquan at google.com>



More information about the coreboot-gerrit mailing list