summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2015-10-28 10:48:59 -0700
committerchrome-bot <chrome-bot@chromium.org>2015-11-03 09:08:14 -0800
commit74a94db035275f2acaf375d4993647e1981bab7d (patch)
tree7911b06b545c2c13806f9fa6316bbef5282d38d5 /scripts
parentb491bc8bb1499452536eb140c22f749d1c9f9fc3 (diff)
downloadvboot-74a94db035275f2acaf375d4993647e1981bab7d.tar.gz
vboot: Add GBB flag to turn on serial output
Currently this does nothing. This will eventually be used to enable serial output. BUG=chromium:210230 BRANCH=none TEST=none Change-Id: I5c25fd7406e30b96d12bc4bf8210d3c3f4ae79f1 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/309716 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/image_signing/set_gbb_flags.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/image_signing/set_gbb_flags.sh b/scripts/image_signing/set_gbb_flags.sh
index d2cba49a..ac96be6c 100755
--- a/scripts/image_signing/set_gbb_flags.sh
+++ b/scripts/image_signing/set_gbb_flags.sh
@@ -37,6 +37,7 @@ GBBFLAGS_DESCRIPTION="
GBB_FLAG_DISABLE_PD_SOFTWARE_SYNC 0x00000800
GBB_FLAG_DISABLE_LID_SHUTDOWN 0x00001000
GBB_FLAG_FORCE_DEV_BOOT_FASTBOOT_FULL_CAP 0x00002000
+ GBB_FLAG_ENABLE_SERIAL 0x00004000
To get a developer-friendly device, try 0x11 (short_delay + boot_usb).
For factory-related tests (always DEV), try 0x39.