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

Unified Diff: vboot_firmware/stub/tlcl.c

Issue 2786005: Protect the kernel version space from redefinition. (Closed) Base URL: ssh://git@chromiumos-git/vboot_reference.git
Patch Set: several small fixes Created 10 years, 6 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 | « vboot_firmware/lib/rollback_index.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vboot_firmware/stub/tlcl.c
diff --git a/vboot_firmware/stub/tlcl.c b/vboot_firmware/stub/tlcl.c
index 6d1cf5b18ef7d3ab09f4127e1c68966601f42f66..23f0f09ad3575c60c4fdf766fd82db0d0fd1243e 100644
--- a/vboot_firmware/stub/tlcl.c
+++ b/vboot_firmware/stub/tlcl.c
@@ -33,3 +33,6 @@ uint32_t TlclSetGlobalLock(void) { return TPM_SUCCESS; }
uint32_t TlclGetFlags(uint8_t* disable, uint8_t* deactivated) {
return TPM_SUCCESS;
}
+uint32_t TlclGetPermissions(uint32_t index, uint32_t* permissions) {
+ return TPM_SUCCESS;
+}
« no previous file with comments | « vboot_firmware/lib/rollback_index.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698