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 <zaolin@das-labor.org>
Reviewed-on: https://review.coreboot.org/22104
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Philipp Deppenwiese
2017-10-18 20:26:18 +02:00
committed by Stefan Reinauer
parent 64e2d19082
commit d88fb36e61
43 changed files with 70 additions and 70 deletions

View File

@@ -39,7 +39,7 @@
#include <device/i2c_simple.h>
#include <endian.h>
#include <timer.h>
#include <security/tpm/tpm.h>
#include <security/tpm/tis.h>
#include "tpm.h"
#define CR50_MAX_BUFSIZE 63

View File

@@ -22,7 +22,7 @@
#include <device/i2c_simple.h>
#include <endian.h>
#include <lib.h>
#include <security/tpm/tpm.h>
#include <security/tpm/tis.h>
#include "tpm.h"
#include <timer.h>

View File

@@ -23,7 +23,7 @@
#include <device/i2c_simple.h>
#include <endian.h>
#include <lib.h>
#include <security/tpm/tpm.h>
#include <security/tpm/tis.h>
#include <timer.h>
#define RECV_TIMEOUT (1 * 1000) /* 1 second */

View File

@@ -38,7 +38,7 @@
#include <device/i2c_simple.h>
#include <endian.h>
#include <timer.h>
#include <security/tpm/tpm.h>
#include <security/tpm/tis.h>
#include "tpm.h"
/* max. number of iterations after I2C NAK */

View File

@@ -36,7 +36,7 @@
#include <stage_cache.h>
#include <string.h>
#include <timestamp.h>
#include <security/tpm/tpm.h>
#include <security/tpm/tis.h>
#include <vendorcode/google/chromeos/chromeos.h>
asmlinkage void *romstage_main(FSP_INFO_HEADER *fih)

View File

@@ -31,7 +31,7 @@
#include <string.h>
#include <symbols.h>
#include <timestamp.h>
#include <security/tpm/tlcl.h>
#include <security/tpm/tss.h>
#include <security/vboot/vboot_common.h>
#include <vb2_api.h>

View File

@@ -1,8 +1,8 @@
ifeq ($(CONFIG_ARCH_X86),y)
verstage-$(CONFIG_LPC_TPM) += tpm.c
romstage-$(CONFIG_LPC_TPM) += tpm.c
ramstage-$(CONFIG_LPC_TPM) += tpm.c
verstage-$(CONFIG_LPC_TPM) += tis.c
romstage-$(CONFIG_LPC_TPM) += tis.c
ramstage-$(CONFIG_LPC_TPM) += tis.c
romstage-$(CONFIG_LPC_TPM) += romstage.c
endif

View File

@@ -17,7 +17,7 @@
#include <console/cbmem_console.h>
#include <console/console.h>
#include <arch/acpi.h>
#include <security/tpm/tpm.h>
#include <security/tpm/tis.h>
#include <reset.h>
//#define EXTRA_LOGGING

View File

@@ -32,7 +32,7 @@
#include <arch/acpi_device.h>
#include <device/device.h>
#include <console/console.h>
#include <security/tpm/tpm.h>
#include <security/tpm/tis.h>
#include <arch/early_variables.h>
#include <device/pnp.h>
#include "chip.h"

View File

@@ -7,7 +7,7 @@
#include <arch/early_variables.h>
#include <console/console.h>
#include <string.h>
#include <security/tpm/tpm.h>
#include <security/tpm/tis.h>
#include "tpm.h"

View File

@@ -23,7 +23,7 @@
#include <endian.h>
#include <string.h>
#include <timer.h>
#include <security/tpm/tpm.h>
#include <security/tpm/tis.h>
#include "tpm.h"