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>
This commit is contained in:
parent
15511835b9
commit
ec207630a5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue