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:
committed by
Stefan Reinauer
parent
64e2d19082
commit
d88fb36e61
@@ -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
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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 */
|
||||
|
@@ -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 */
|
||||
|
Reference in New Issue
Block a user