summaryrefslogtreecommitdiff
path: root/utility/tpmc.c
diff options
context:
space:
mode:
authorLuigi Semenzato <semenzato@google.com>2010-08-10 15:09:37 -0700
committerLuigi Semenzato <semenzato@google.com>2010-08-10 15:09:37 -0700
commit56cec581bbfc6a3a73096ef8529675ec3ed6a7ed (patch)
treef602531975003b87df30d259a2afb66c9b1e0de2 /utility/tpmc.c
parent5aa673cacd17413b61a848bc3cef82ab0ef96ffd (diff)
downloadvboot-56cec581bbfc6a3a73096ef8529675ec3ed6a7ed.tar.gz
Add clear command.
Review URL: http://codereview.chromium.org/3167004
Diffstat (limited to 'utility/tpmc.c')
-rw-r--r--utility/tpmc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utility/tpmc.c b/utility/tpmc.c
index d664ffbe..86db829a 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]);