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

Unified Diff: firmware/include/vboot_nvstorage.h

Issue 6597011: Add NV storage fields for firmware flags (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/vboot_reference.git@master
Patch Set: Renamed tried_fwb Created 9 years, 10 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 | « no previous file | firmware/lib/vboot_nvstorage.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: firmware/include/vboot_nvstorage.h
diff --git a/firmware/include/vboot_nvstorage.h b/firmware/include/vboot_nvstorage.h
index 31bc539ed9be6d9e1ad43b3fde232a3516cff763..4b92e7f8708be1879c97260bd1138c261dc87a77 100644
--- a/firmware/include/vboot_nvstorage.h
+++ b/firmware/include/vboot_nvstorage.h
@@ -47,6 +47,13 @@ typedef enum VbNvParam {
VBNV_LOCALIZATION_INDEX,
/* Field reserved for kernel/user-mode use; 32-bit value. */
VBNV_KERNEL_FIELD,
+ /* Firmware checked RW slot B before slot A on the current boot because
+ * VBNV_TRY_B_COUNT was non-zero at that time. 0=no; 1=yes. */
+ VBNV_FW_USED_TRY_B,
+ /* Firmware verified the kernel key block signature using the key stored
+ * in the firmware. 0=no, just used the key block hash; 1=yes, used the
+ * key block signature. */
+ VBNV_FW_VERIFIED_KERNEL_KEY,
} VbNvParam;
« no previous file with comments | « no previous file | firmware/lib/vboot_nvstorage.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698