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

Unified Diff: src/tlcl/structures.h

Issue 2854029: Add PhysicalDisable command. (Closed) Base URL: ssh://git@chromiumos-git/tpm_lite.git
Patch Set: . Created 10 years, 6 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 | « src/tlcl/generator.c ('k') | src/tlcl/tlcl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/tlcl/structures.h
diff --git a/src/tlcl/structures.h b/src/tlcl/structures.h
index 55d31ebdb9efcaf00ed40915c493b0ad39a4fbe2..85754bb242cd4a359d2b70235453641eaa6e3a5f 100644
--- a/src/tlcl/structures.h
+++ b/src/tlcl/structures.h
@@ -31,6 +31,11 @@ struct {
struct {
uint8_t buffer[10];
+} tpm_physicaldisable_cmd = {{0x0, 0xc1, 0x0, 0x0, 0x0, 0xa, 0x0, 0x0, 0x0, 0x70, },
+};
+
+struct {
+ uint8_t buffer[10];
} tpm_forceclear_cmd = {{0x0, 0xc1, 0x0, 0x0, 0x0, 0xa, 0x0, 0x0, 0x0, 0x5d, },
};
« no previous file with comments | « src/tlcl/generator.c ('k') | src/tlcl/tlcl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698