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

Unified Diff: utility/crossystem_main.c

Issue 6698032: Add VB test error func/num (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/vboot_reference.git@master
Patch Set: ready for code review Created 9 years, 9 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 | « tests/vboot_nvstorage_test.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utility/crossystem_main.c
diff --git a/utility/crossystem_main.c b/utility/crossystem_main.c
index 4d6cd48af7efd016595ccbd949d2e3211bc4581f..abd41865070367b773eafb2decaadb58dfe76763 100644
--- a/utility/crossystem_main.c
+++ b/utility/crossystem_main.c
@@ -27,8 +27,10 @@ const Param sys_param_list[] = {
{"recoverysw_cur", 0, 0, "Recovery switch current position"},
{"recoverysw_boot", 0, 0, "Recovery switch position at boot"},
{"recoverysw_ec_boot", 0, 0, "Recovery switch position at EC boot"},
- {"wpsw_cur", 0, 0, "Firmware write protect switch current position"},
- {"wpsw_boot", 0, 0, "Firmware write protect switch position at boot"},
+ {"wpsw_cur", 0, 0,
+ "Firmware write protect hardware switch current position"},
+ {"wpsw_boot", 0, 0,
+ "Firmware write protect hardware switch position at boot"},
{"recovery_reason", 0, 0, "Recovery mode reason for current boot"},
{"savedmem_base", 0, 0, "RAM debug data area physical address", "0x%08x"},
{"savedmem_size", 0, 0, "RAM debug data area size in bytes"},
@@ -49,12 +51,10 @@ const Param sys_param_list[] = {
{"recovery_request", 0, 1, "Recovery mode request (writable)"},
{"dbg_reset", 0, 1, "Debug reset mode request (writable)"},
{"fwb_tries", 0, 1, "Try firmware B count (writable)"},
+ {"vbtest_errfunc", 0, 1, "Verified boot test error function (writable)"},
+ {"vbtest_errno", 0, 1, "Verified boot test error number (writable)"},
{"vdat", 1, 0, "Raw VDAT contents."},
- /* TODO: implement the following:
- * nvram_cleared
- */
-
/* Terminate with null name */
{NULL, 0, 0, NULL}
};
« no previous file with comments | « tests/vboot_nvstorage_test.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698