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

Unified Diff: src/platform/vboot_reference/vboot_firmware/lib/include/tss_constants.h

Issue 2320001: Add missing TPM constant and fix test code. (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: Created 10 years, 7 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 | « no previous file | src/platform/vboot_reference/vboot_firmware/linktest/main.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/vboot_reference/vboot_firmware/lib/include/tss_constants.h
diff --git a/src/platform/vboot_reference/vboot_firmware/lib/include/tss_constants.h b/src/platform/vboot_reference/vboot_firmware/lib/include/tss_constants.h
index 523f075e4203524ccdbfec9dd8c5f9e36037bfaf..e14e2e0c38998eec99a7ffca5f65077cbfff0ab7 100644
--- a/src/platform/vboot_reference/vboot_firmware/lib/include/tss_constants.h
+++ b/src/platform/vboot_reference/vboot_firmware/lib/include/tss_constants.h
@@ -28,6 +28,7 @@
#define TPM_NV_INDEX_LOCK ((uint32_t)0xffffffff)
#define TPM_NV_PER_WRITE_STCLEAR (((uint32_t)1)<<14)
#define TPM_NV_PER_PPWRITE (((uint32_t)1)<<0)
+#define TPM_NV_PER_GLOBALLOCK (((uint32_t)1)<<15)
typedef uint8_t TSS_BOOL;
typedef uint16_t TPM_STRUCTURE_TAG;
« no previous file with comments | « no previous file | src/platform/vboot_reference/vboot_firmware/linktest/main.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698