summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@google.com>2015-05-15 18:15:18 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-05-16 04:17:26 +0000
commitea71df260e9041dd5260425dae3d6f5412516b9b (patch)
tree115e83f5aef8e7e1e0da38c0758d1806e220d3d4
parent138bb3c004154f67f3b37aafef3a6efa8bf0b338 (diff)
downloadvboot-stabilize-7077.134.B.tar.gz
BUG=None BRANCH=None TEST=Compiles successfully Change-Id: I80a501efc3940ca5657dc143c0ab3c6b020dc1e0 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://chromium-review.googlesource.com/271620 Trybot-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Commit-Queue: Furquan Shaikh <furquan@chromium.org>
-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 6bc04600..aa820b70 100644
--- a/firmware/2lib/include/2struct.h
+++ b/firmware/2lib/include/2struct.h
@@ -225,6 +225,9 @@ enum vb2_gbb_flag {
/* Disable PD software sync */
VB2_GBB_FLAG_DISABLE_PD_SOFTWARE_SYNC = (1 << 11),
+ /* Disable shutdown on lid closed */
+ VB2_GBB_FLAG_DISABLE_LID_SHUTDOWN = (1 << 12),
+
/*
* Allow full fastboot capability in firmware even if
* dev_boot_fastboot_full_cap=0.