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

Unified Diff: firmware/linktest/main.c

Issue 3041005: Add lots of debugging to TPM library. (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Fix TPM unit tests Created 10 years, 5 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 | « firmware/lib/vboot_kernel.c ('k') | firmware/stub/utility_stub.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: firmware/linktest/main.c
diff --git a/firmware/linktest/main.c b/firmware/linktest/main.c
index e726db324d69dc26fcec68e89a3e65c4e5be361c..bff8f0067a79be55ea8f24b17cd6bc62f769f8de 100644
--- a/firmware/linktest/main.c
+++ b/firmware/linktest/main.c
@@ -39,7 +39,7 @@ int main(void)
TlclCloseDevice();
TlclOpenDevice();
TlclStartup();
- TlclSelftestfull();
+ TlclSelfTestFull();
TlclContinueSelfTest();
TlclDefineSpace(0, 0, 0);
TlclWrite(0, 0, 0);
@@ -53,7 +53,7 @@ int main(void)
TlclSetEnable();
TlclClearEnable();
TlclSetDeactivated(0);
- TlclGetFlags(0, 0);
+ TlclGetFlags(0, 0, 0);
/* vboot_common.h */
OffsetOf(0, 0);
« no previous file with comments | « firmware/lib/vboot_kernel.c ('k') | firmware/stub/utility_stub.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698