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

Unified Diff: utility/tpmc.c

Issue 4185003: Add resume command to tpmc. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/vboot_reference.git
Patch Set: Created 10 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utility/tpmc.c
diff --git a/utility/tpmc.c b/utility/tpmc.c
index 2bec9c384cc4bd7ece4e675d32f3c5f77474a2a9..494a1ee4cb40d2921d9338bc37d7a799cf7a69e8 100644
--- a/utility/tpmc.c
+++ b/utility/tpmc.c
@@ -289,6 +289,7 @@ command_record command_table[] = {
HandlerGetPermanentFlags },
{ "getstclearflags", "getvf", "print all volatile (ST_CLEAR) flags",
HandlerGetSTClearFlags },
+ { "resume", "res", "execute TPM_Startup(ST_STATE)", TlclResume },
};
static int n_commands = sizeof(command_table) / sizeof(command_table[0]);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698