From d88fb36e61beac7b52b6183385de4434895a4995 Mon Sep 17 00:00:00 2001 From: Philipp Deppenwiese Date: Wed, 18 Oct 2017 20:26:18 +0200 Subject: security/tpm: Change TPM naming for different layers. * Rename tlcl* to tss* as tpm software stack layer. * Fix inconsistent naming. Change-Id: I206dd6a32dbd303a6d4d987e424407ebf5c518fa Signed-off-by: Philipp Deppenwiese Reviewed-on: https://review.coreboot.org/22104 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/security/tpm/Makefile.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/security/tpm/Makefile.inc') diff --git a/src/security/tpm/Makefile.inc b/src/security/tpm/Makefile.inc index 48e70107e0..cfd93c3a76 100644 --- a/src/security/tpm/Makefile.inc +++ b/src/security/tpm/Makefile.inc @@ -1,12 +1,12 @@ -verstage-$(CONFIG_TPM) += tcg-1.2/tlcl.c -verstage-$(CONFIG_TPM2) += tcg-2.0/tpm2_marshaling.c -verstage-$(CONFIG_TPM2) += tcg-2.0/tpm2_tlcl.c +verstage-$(CONFIG_TPM) += tcg-1.2/tss.c +verstage-$(CONFIG_TPM2) += tcg-2.0/tss_marshaling.c +verstage-$(CONFIG_TPM2) += tcg-2.0/tss.c ifeq ($(CONFIG_VBOOT_SEPARATE_VERSTAGE),y) -romstage-$(CONFIG_TPM) += tcg-1.2/tlcl.c -romstage-$(CONFIG_TPM2) += tcg-2.0/tpm2_marshaling.c -romstage-$(CONFIG_TPM2) += tcg-2.0/tpm2_tlcl.c +romstage-$(CONFIG_TPM) += tcg-1.2/tss.c +romstage-$(CONFIG_TPM2) += tcg-2.0/tss_marshaling.c +romstage-$(CONFIG_TPM2) += tcg-2.0/tss.c endif # CONFIG_VBOOT_SEPARATE_VERSTAGE -ramstage-$(CONFIG_TPM2) += tcg-2.0/tpm2_marshaling.c -ramstage-$(CONFIG_TPM2) += tcg-2.0/tpm2_tlcl.c +ramstage-$(CONFIG_TPM2) += tcg-2.0/tss_marshaling.c +ramstage-$(CONFIG_TPM2) += tcg-2.0/tss.c -- cgit v1.2.3