[coreboot] New patch to review for coreboot: d93b82f Move TPM code to romstage

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Wed Apr 4 00:23:03 CEST 2012


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/856

-gerrit

commit d93b82ff774411f77f8d2760298cb75ffe3d0529
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Wed Apr 4 00:21:37 2012 +0200

    Move TPM code to romstage
    
    We want to do TPM initialization as early as possible to keep
    the impact on boot time low. Therefore move it to romstage.
    
    Change-Id: I5f2e021e0b11bd70a78ad1f05ec09802d015dd9e
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
---
 src/pc80/Makefile.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/pc80/Makefile.inc b/src/pc80/Makefile.inc
index cd6ea33..8ca21bf 100644
--- a/src/pc80/Makefile.inc
+++ b/src/pc80/Makefile.inc
@@ -4,7 +4,7 @@ ramstage-y += i8254.c
 ramstage-y += i8259.c
 ramstage-$(CONFIG_UDELAY_IO) += udelay_io.c
 ramstage-y += keyboard.c
-ramstage-$(CONFIG_TPM) += tpm.c
+romstage-$(CONFIG_TPM) += tpm.c
 
 romstage-$(CONFIG_USE_OPTION_TABLE) += mc146818rtc_early.c
 subdirs-y += vga




More information about the coreboot mailing list