From 580e0c584f1ba0f5196c2a3880b55592909d9df4 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Fri, 31 Mar 2017 13:18:00 -0700 Subject: 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 Reviewed-on: https://review.coreboot.org/19092 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Paul Menzel --- src/drivers/spi/tpm/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/drivers/spi') diff --git a/src/drivers/spi/tpm/Makefile.inc b/src/drivers/spi/tpm/Makefile.inc index 7d1b390f08..cc7d715609 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 -- cgit v1.2.3