summaryrefslogtreecommitdiff
path: root/firmware/2lib
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 /firmware/2lib
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 'firmware/2lib')
-rw-r--r--firmware/2lib/include/2struct.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/2lib/include/2struct.h b/firmware/2lib/include/2struct.h
index 2d43218c..da687b0c 100644
--- a/firmware/2lib/include/2struct.h
+++ b/firmware/2lib/include/2struct.h
@@ -275,6 +275,9 @@ enum vb2_gbb_flag {
* dev_boot_fastboot_full_cap=0.
*/
VB2_GBB_FLAG_FORCE_DEV_BOOT_FASTBOOT_FULL_CAP = (1 << 13),
+
+ /* Enable serial */
+ VB2_GBB_FLAG_ENABLE_SERIAL = (1 << 14),
};
struct vb2_gbb_header {