[coreboot-gerrit] New patch to review for coreboot: drivers/i2c/tpm: move tpm driver around a bit more.

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Tue Jun 30 14:33:59 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10728

-gerrit

commit 2da161ea82465f4dd6b9bd9ae975785f0478e663
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Tue Jun 30 12:39:23 2015 +0200

    drivers/i2c/tpm: move tpm driver around a bit more.
    
    The many different places to put vboot support in can be confusing.
    Instead of using libverstage (which isn't enough since those functions are
    sometimes called outside that, too), mention all stages where it can resides
    explicitly.
    
    Change-Id: Idddb9f5e2ef7bcc273f429d9f432bd37b4573567
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 src/drivers/i2c/tpm/Makefile.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/drivers/i2c/tpm/Makefile.inc b/src/drivers/i2c/tpm/Makefile.inc
index 6b003ed..4f5913f 100644
--- a/src/drivers/i2c/tpm/Makefile.inc
+++ b/src/drivers/i2c/tpm/Makefile.inc
@@ -1,3 +1,4 @@
 ramstage-$(CONFIG_I2C_TPM) += tis.c tpm.c
 romstage-$(CONFIG_I2C_TPM) += tis.c tpm.c
-libverstage-$(CONFIG_I2C_TPM) += tis.c tpm.c
+verstage-$(CONFIG_I2C_TPM) += tis.c tpm.c
+bootblock-$(CONFIG_I2C_TPM) += tis.c tpm.c



More information about the coreboot-gerrit mailing list