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:
parent
64e2d19082
commit
d88fb36e61
43 changed files with 70 additions and 70 deletions
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
#include <security/tpm/antirollback.h>
|
||||
#include <stdlib.h>
|
||||
#include <security/tpm/tlcl.h>
|
||||
#include <security/tpm/tss.h>
|
||||
#include <vb2_api.h>
|
||||
|
||||
uint32_t tpm_extend_pcr(struct vb2_context *ctx, int pcr,
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
#include <security/tpm/antirollback.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <security/tpm/tlcl.h>
|
||||
#include <security/tpm/tss.h>
|
||||
#include <vb2_api.h>
|
||||
#include <console/console.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue