From fb81474aa5fb92e5f514165572dfdcaae9a50ce0 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Mon, 7 Nov 2016 23:33:46 -0800 Subject: TPM: Add TPM driver files to romstage This driver is required for reading and updating TPM space for recovery MRC data hash in romstage. BUG=chrome-os-partner:59355 BRANCH=None TEST=Compiles successfully for reef. Change-Id: I8edb7af13285a7a192e3d55fc6a11cfe12654bf9 Signed-off-by: Furquan Shaikh Reviewed-on: https://review.coreboot.org/17270 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/vboot/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vboot') diff --git a/src/vboot/Makefile.inc b/src/vboot/Makefile.inc index 82b4ac2e9e..05870cab68 100644 --- a/src/vboot/Makefile.inc +++ b/src/vboot/Makefile.inc @@ -67,8 +67,10 @@ verstage-y += common.c verstage-y += verstage.c ifeq (${CONFIG_VBOOT_MOCK_SECDATA},y) libverstage-y += secdata_mock.c +romstage-$(CONFIG_SEPARATE_VERSTAGE) += secdata_mock.c else libverstage-y += secdata_tpm.c +romstage-$(CONFIG_SEPARATE_VERSTAGE) += secdata_tpm.c endif romstage-y += vboot_handoff.c common.c -- cgit v1.2.3