summaryrefslogtreecommitdiffstats
path: root/src/drivers/spi/tpm
diff options
context:
space:
mode:
authorPhilipp Deppenwiese <zaolin.daisuki@gmail.com>2018-11-08 10:49:38 +0100
committerPhilipp Deppenwiese <zaolin.daisuki@gmail.com>2018-11-09 12:00:52 +0000
commit97fda101e3c996d52e8f1081eae13673941e0c80 (patch)
tree1d02233c4859bf36e98ffdf236233d0e6af55660 /src/drivers/spi/tpm
parent01797b1737a687807a5a6076ec3bcf45a6bdc621 (diff)
downloadcoreboot-97fda101e3c996d52e8f1081eae13673941e0c80.tar.gz
coreboot-97fda101e3c996d52e8f1081eae13673941e0c80.tar.bz2
coreboot-97fda101e3c996d52e8f1081eae13673941e0c80.zip
drivers/*/tpm: Add postcar target
Now postcar is a standalone stage, add it as target to all TPM bus drivers. This is a required for a measured boot. Change-Id: I758185daf3941a29883c2256b900360e112275e1 Signed-off-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com> Reviewed-on: https://review.coreboot.org/29546 Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/spi/tpm')
-rw-r--r--src/drivers/spi/tpm/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/spi/tpm/Makefile.inc b/src/drivers/spi/tpm/Makefile.inc
index fd214c63ca95..01d3b6641e9c 100644
--- a/src/drivers/spi/tpm/Makefile.inc
+++ b/src/drivers/spi/tpm/Makefile.inc
@@ -2,3 +2,4 @@ bootblock-$(CONFIG_SPI_TPM) += tis.c tpm.c
verstage-$(CONFIG_SPI_TPM) += tis.c tpm.c
romstage-$(CONFIG_SPI_TPM) += tis.c tpm.c
ramstage-$(CONFIG_SPI_TPM) += tis.c tpm.c
+postcar-$(CONFIG_SPI_TPM) += tis.c tpm.c