aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2012-04-04 00:21:37 +0200
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-04-04 19:09:53 +0200
commitec207630a50a61c98816b2a65183a064b230eda6 (patch)
tree6141d2c65c06ac3bf099f1b6121e96d52c57da41
parent15511835b9e60d08ac5eb3c4ff326cec8c43ed6d (diff)
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@google.com> Reviewed-on: http://review.coreboot.org/856 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
-rw-r--r--src/pc80/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pc80/Makefile.inc b/src/pc80/Makefile.inc
index cd6ea33483..8ca21bf5e5 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