From 6701b862aa96775609a7d42662ae4a98e43071bb Mon Sep 17 00:00:00 2001 From: kavsrf Date: Sun, 4 Dec 2016 13:46:48 +0300 Subject: TPM12 support --- DcsCfg/DcsCfg.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'DcsCfg/DcsCfg.h') diff --git a/DcsCfg/DcsCfg.h b/DcsCfg/DcsCfg.h index 2ffd50d..8a9a15a 100644 --- a/DcsCfg/DcsCfg.h +++ b/DcsCfg/DcsCfg.h @@ -161,6 +161,19 @@ TestTouch(); EFI_STATUS DcsInteractiveSetup(); +////////////////////////////////////////////////////////////////////////// +// TPM +////////////////////////////////////////////////////////////////////////// +EFI_STATUS +Tpm12ListPcrs( + UINT32 sPcr, + UINT32 ePcr + ); +EFI_STATUS +Tpm12NvList(); + +EFI_STATUS +Tpm12DcsConfigure(); #endif // DcsCfg_h__ -- cgit v1.2.3