summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/lpss
diff options
context:
space:
mode:
authorPhilipp Deppenwiese <zaolin@das-labor.org>2018-02-14 16:47:12 +0100
committerPhilipp Deppenwiese <zaolin.daisuki@gmail.com>2018-08-10 23:25:52 +0000
commit545ed7ab3b2ad9e4fabeaae22fa4b7f07a6a9b1f (patch)
tree4b62547b0f47c7c17182ed58829e8774f64dbc6c /src/soc/intel/common/block/lpss
parent52acef175e42374d463214427678e3e7828960c3 (diff)
downloadcoreboot-545ed7ab3b2ad9e4fabeaae22fa4b7f07a6a9b1f.tar.xz
drivers/i2c: Add i2c TPM support for different stages
Change-Id: Ib0839933f8b59f0c87cdda4e5374828bd6f1099f Signed-off-by: Philipp Deppenwiese <zaolin@das-labor.org> Reviewed-on: https://review.coreboot.org/23759 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: David Hendricks <david.hendricks@gmail.com>
Diffstat (limited to 'src/soc/intel/common/block/lpss')
-rw-r--r--src/soc/intel/common/block/lpss/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/lpss/Makefile.inc b/src/soc/intel/common/block/lpss/Makefile.inc
index 6ed654f750..a185492535 100644
--- a/src/soc/intel/common/block/lpss/Makefile.inc
+++ b/src/soc/intel/common/block/lpss/Makefile.inc
@@ -2,4 +2,5 @@ bootblock-$(CONFIG_SOC_INTEL_COMMON_BLOCK_LPSS) += lpss.c
romstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_LPSS) += lpss.c
verstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_LPSS) += lpss.c
ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_LPSS) += lpss.c
+postcar-$(CONFIG_SOC_INTEL_COMMON_BLOCK_LPSS) += lpss.c
smm-$(CONFIG_SOC_INTEL_COMMON_BLOCK_LPSS) += lpss.c