summaryrefslogtreecommitdiff
path: root/utility/crossystem_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'utility/crossystem_main.c')
-rw-r--r--utility/crossystem_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/utility/crossystem_main.c b/utility/crossystem_main.c
index 133ab007..5189627e 100644
--- a/utility/crossystem_main.c
+++ b/utility/crossystem_main.c
@@ -62,8 +62,10 @@ const Param sys_param_list[] = {
{"recovery_request", CAN_WRITE, "Recovery mode request (writable)"},
{"dbg_reset", CAN_WRITE, "Debug reset mode request (writable)"},
{"fwb_tries", CAN_WRITE, "Try firmware B count (writable)"},
+ {"fwupdate_tries", CAN_WRITE, "Times to try OS firmware update (writable)"},
{"vbtest_errfunc", CAN_WRITE, "Verified boot test error function (writable)"},
{"vbtest_errno", CAN_WRITE, "Verified boot test error number (writable)"},
+ {"loc_idx", CAN_WRITE, "Localization index for firmware screens (writable)"},
/* Fields not shown in a print-all list */
{"vdat_lfdebug", IS_STRING|NO_PRINT_ALL,
"LoadFirmware() debug data (not in print-all)"},