summaryrefslogtreecommitdiff
path: root/firmware/include/tlcl.h
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-01-28 16:23:48 -0800
committerChromeBot <chrome-bot@google.com>2013-01-31 09:38:27 -0800
commitc3d488d155961d2849dfdaa4f0461df1aa95c2ca (patch)
tree0f1156cacabea2cf14c418498c4b0197fc4210e4 /firmware/include/tlcl.h
parent0bf6405a4b4ac1ce569363a45812767777e0f4eb (diff)
downloadvboot-c3d488d155961d2849dfdaa4f0461df1aa95c2ca.tar.gz
Add tlcl tests
Verifies the right TPM commands are called, but doesn't check at a detailed level that they're packed properly. BUG=chromium-os:38139 BRANCH=none TEST=make runtests Change-Id: I6c14db083ac0a40d4738582d200d9687cddb99de Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/42261 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'firmware/include/tlcl.h')
-rw-r--r--firmware/include/tlcl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/include/tlcl.h b/firmware/include/tlcl.h
index ca4e47f7..5ce05638 100644
--- a/firmware/include/tlcl.h
+++ b/firmware/include/tlcl.h
@@ -134,6 +134,8 @@ uint32_t TlclPhysicalPresenceCMDEnable(void);
*/
uint32_t TlclFinalizePhysicalPresence(void);
+uint32_t TlclAssertPhysicalPresenceResult(void);
+
/**
* Turn off physical presence and locks it off until next reboot. The TPM
* error code is returned.