summaryrefslogtreecommitdiff
path: root/utility/crossystem.c
diff options
context:
space:
mode:
Diffstat (limited to 'utility/crossystem.c')
-rw-r--r--utility/crossystem.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/utility/crossystem.c b/utility/crossystem.c
index 13e589ca..1d12cb09 100644
--- a/utility/crossystem.c
+++ b/utility/crossystem.c
@@ -53,8 +53,12 @@ const Param sys_param_list[] = {
{"dev_enable_udc", CAN_WRITE, "Enable USB Device Controller"},
{"devsw_boot", 0, "Developer switch position at boot"},
{"devsw_cur", 0, "Developer switch current position"},
+ {"disable_alt_os_request", CAN_WRITE,
+ "Disable AltOS mode on next boot (writable)"},
{"disable_dev_request", CAN_WRITE, "Disable virtual dev-mode on next boot"},
{"ecfw_act", IS_STRING, "Active EC firmware"},
+ {"enable_alt_os_request", CAN_WRITE,
+ "Enable AltOS mode on next boot (writable)"},
{"fmap_base", 0, "Main firmware flashmap physical address", "0x%08x"},
{"fwb_tries", CAN_WRITE, "Try firmware B count (writable)"},
{"fw_vboot2", 0, "1 if firmware was selected by vboot2 or 0 otherwise"},