mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-16 21:07:26 +00:00
scripts: Add the new GBB_FLAG_ENTER_TRIGGERS_TONORM usage
This GBB_FLAG_ENTER_TRIGGERS_TONORM is new added for allowing Enter (default is Space) to trigger the TONORM screen. This flag is used by FAFT testing. Chage the usage of set_gbb_flags.sh to help an user. BUG=chrome-os-partner:12699 TEST=None. Trivial comment change. Change-Id: I8a1efa880627965570719f22dedfa0e31ab2d5f5 Reviewed-on: https://gerrit.chromium.org/gerrit/33404 Reviewed-by: Hung-Te Lin <hungte@chromium.org> Commit-Ready: Tom Wai-Hong Tam <waihong@chromium.org> Tested-by: Tom Wai-Hong Tam <waihong@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
This commit is contained in:
@@ -28,6 +28,7 @@ GBBFLAGS_DESCRIPTION="
|
||||
GBB_FLAG_FORCE_DEV_SWITCH_ON 0x00000008
|
||||
GBB_FLAG_FORCE_DEV_BOOT_USB 0x00000010
|
||||
GBB_FLAG_DISABLE_FW_ROLLBACK_CHECK 0x00000020
|
||||
GBB_FLAG_ENTER_TRIGGERS_TONORM 0x00000040
|
||||
|
||||
To get a developer-friendly device, try 0x11 (short_delay + boot_usb).
|
||||
For factory-related tests (always DEV), try 0x39.
|
||||
|
||||
Reference in New Issue
Block a user