[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
Wed Apr 5 20:25:40 CEST 2017


Furquan Shaikh has submitted this change and it was merged. ( 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>
Reviewed-on: https://review.coreboot.org/19092
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin at chromium.org>
Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
M src/drivers/spi/tpm/Makefile.inc
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Aaron Durbin: Looks good to me, approved
  Paul Menzel: Looks good to me, but someone else must approve
  build bot (Jenkins): Verified



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: merged
Gerrit-Change-Id: Idd0a4ee1c5f8f861caf40d841053b83a9d7aaef8
Gerrit-PatchSet: 3
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Furquan Shaikh <furquan at google.com>
Gerrit-Reviewer: Aaron Durbin <adurbin at chromium.org>
Gerrit-Reviewer: Duncan Laurie <dlaurie at chromium.org>
Gerrit-Reviewer: Furquan Shaikh <furquan at google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter at users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins)



More information about the coreboot-gerrit mailing list