From 56cec581bbfc6a3a73096ef8529675ec3ed6a7ed Mon Sep 17 00:00:00 2001 From: Luigi Semenzato Date: Tue, 10 Aug 2010 15:09:37 -0700 Subject: [PATCH] Add clear command. Review URL: http://codereview.chromium.org/3167004 --- utility/tpmc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/utility/tpmc.c b/utility/tpmc.c index d664ffbe3c..86db829ab1 100644 --- a/utility/tpmc.c +++ b/utility/tpmc.c @@ -60,6 +60,7 @@ command_record command_table[] = { HandlerActivate }, { "deactivate", "deact", "deactivate the TPM (needs PP, maybe reboot)", HandlerDeactivate }, + { "clear", "clr", "clear the TPM owner (needs PP)", TlclForceClear }, }; static int n_commands = sizeof(command_table) / sizeof(command_table[0]);