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
@ -18,7 +18,7 @@
|
||||
#include <ec/google/chromeec/ec.h>
|
||||
#include <elog.h>
|
||||
#include <halt.h>
|
||||
#include <security/tpm/tlcl.h>
|
||||
#include <security/tpm/tss.h>
|
||||
#include <vb2_api.h>
|
||||
#include <security/vboot/vboot_common.h>
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
#include <bootstate.h>
|
||||
#include <console/console.h>
|
||||
#include <security/tpm/tlcl.h>
|
||||
#include <security/tpm/tss.h>
|
||||
#include <vb2_api.h>
|
||||
|
||||
static void disable_platform_hierarchy(void *unused)
|
||||
|
Reference in New Issue
Block a user