diff options
author | Philipp Deppenwiese <zaolin@das-labor.org> | 2018-02-14 16:47:12 +0100 |
---|---|---|
committer | Philipp Deppenwiese <zaolin.daisuki@gmail.com> | 2018-08-10 23:25:52 +0000 |
commit | 545ed7ab3b2ad9e4fabeaae22fa4b7f07a6a9b1f (patch) | |
tree | 4b62547b0f47c7c17182ed58829e8774f64dbc6c /src/soc/qualcomm/ipq806x/Makefile.inc | |
parent | 52acef175e42374d463214427678e3e7828960c3 (diff) |
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/qualcomm/ipq806x/Makefile.inc')
-rw-r--r-- | src/soc/qualcomm/ipq806x/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/qualcomm/ipq806x/Makefile.inc b/src/soc/qualcomm/ipq806x/Makefile.inc index 624b63322d..b14db038e5 100644 --- a/src/soc/qualcomm/ipq806x/Makefile.inc +++ b/src/soc/qualcomm/ipq806x/Makefile.inc @@ -37,6 +37,9 @@ romstage-$(CONFIG_SPI_FLASH) += spi.c romstage-y += timer.c romstage-$(CONFIG_DRIVERS_UART) += uart.c romstage-y += cbmem.c +romstage-y += i2c.c +romstage-y += gsbi.c +romstage-y += qup.c ramstage-y += blobs_init.c ramstage-y += cbmem.c |