summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/Include/Ppi/Tcg.h
diff options
context:
space:
mode:
Diffstat (limited to 'SecurityPkg/Include/Ppi/Tcg.h')
-rw-r--r--SecurityPkg/Include/Ppi/Tcg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/SecurityPkg/Include/Ppi/Tcg.h b/SecurityPkg/Include/Ppi/Tcg.h
index 0e943f2465..22f47f9817 100644
--- a/SecurityPkg/Include/Ppi/Tcg.h
+++ b/SecurityPkg/Include/Ppi/Tcg.h
@@ -18,6 +18,11 @@ typedef struct _EDKII_TCG_PPI EDKII_TCG_PPI;
//
#define EDKII_TCG_PRE_HASH 0x0000000000000001
+//
+// This bit is shall be set when HashData is the pre-hash digest and log only.
+//
+#define EDKII_TCG_PRE_HASH_LOG_ONLY 0x0000000000000002
+
/**
Tpm measure and log data, and extend the measurement result into a specific PCR.