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

Unified Diff: firmware/linktest/main.c

Issue 3195018: Add a PCR extend call for measuring the dev mode boot flag. (Closed) Base URL: http://src.chromium.org/git/vboot_reference.git
Patch Set: wrap with RETURN_ON_FAILURE Created 10 years, 4 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/rollback_index.c ('k') | firmware/version.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 17811f6f141ca86134529aa35d5432b9f5efb24c..daa424727c47bd1f50ff19a09ee83b41fb9c0cdf 100644
--- a/firmware/linktest/main.c
+++ b/firmware/linktest/main.c
@@ -55,6 +55,9 @@ int main(void)
TlclClearEnable();
TlclSetDeactivated(0);
TlclGetFlags(0, 0, 0);
+ TlclSetGlobalLock();
+ TlclExtend(0, 0, 0);
+ TlclGetPermissions(0, 0);
/* vboot_common.h */
OffsetOf(0, 0);
« no previous file with comments | « firmware/lib/rollback_index.c ('k') | firmware/version.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698