Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(608)

Unified Diff: firmware/lib/tpm_lite/include/tlcl.h

Issue 3116025: Added new commands and reactivated full rebuild after fixing for ARM ebuild. (Closed) Base URL: ssh://git@chromiumos-git/vboot_reference.git
Patch Set: move to new build flow (no changes expected) Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Makefile ('k') | firmware/lib/tpm_lite/include/tlcl_structures.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: firmware/lib/tpm_lite/include/tlcl.h
diff --git a/firmware/lib/tpm_lite/include/tlcl.h b/firmware/lib/tpm_lite/include/tlcl.h
index e7bb4bfcb36eb7e6a911468430dbbdf566e4fb7d..cb0c1e6154938bfc5203cc474ce8106a14c8e2f3 100644
--- a/firmware/lib/tpm_lite/include/tlcl.h
+++ b/firmware/lib/tpm_lite/include/tlcl.h
@@ -12,6 +12,7 @@
#define TPM_LITE_TLCL_H_
#include "sysincludes.h"
+#include "tss_constants.h"
/*****************************************************************************/
/* Functions to be implemented by the stub library */
@@ -134,4 +135,12 @@ uint32_t TlclExtend(int pcr_num, uint8_t* in_digest, uint8_t* out_digest);
*/
uint32_t TlclGetPermissions(uint32_t index, uint32_t* permissions);
+/* Gets the entire set of permanent flags.
+ */
+uint32_t TlclGetPermanentFlags(TPM_PERMANENT_FLAGS* pflags);
+
+/* Gets the entire set of volatile (ST_CLEAR) flags.
+ */
+uint32_t TlclGetSTClearFlags(TPM_STCLEAR_FLAGS* pflags);
+
#endif /* TPM_LITE_TLCL_H_ */
« no previous file with comments | « Makefile ('k') | firmware/lib/tpm_lite/include/tlcl_structures.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698