summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@google.com>2015-10-13 16:14:48 -0700
committerChromeOS bot <3su6n15k.default@developer.gserviceaccount.com>2015-10-14 00:15:32 +0000
commitc2e6592431c74dbbd5b798fde8182532ca1e3170 (patch)
tree2342eaa4e01951b93c1b22977075b96e1b8ff87e
parentea9de236ccea523c34853894c9c21431b97eff7f (diff)
downloadvboot-c2e6592431c74dbbd5b798fde8182532ca1e3170.tar.gz
screen: Add a new screen for putting reboot to RO warning in firmware
BUG=chrome-os-partner:46454 BRANCH=None TEST=Compiles successfully. Change-Id: I03f368d78a5f7a4da3118ebe50c420a81f48f71a Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://chromium-review.googlesource.com/305249 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/include/vboot_api.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/include/vboot_api.h b/firmware/include/vboot_api.h
index 8ac062fa..3d43dcf8 100644
--- a/firmware/include/vboot_api.h
+++ b/firmware/include/vboot_api.h
@@ -745,6 +745,8 @@ enum VbScreenType_t {
VB_SCREEN_OEM_LOCK_CONFIRM = 0x303,
/* Fastboot OEM unlock confirmation */
VB_SCREEN_OEM_UNLOCK_CONFIRM = 0x304,
+ /* Warn user about device reboot. */
+ VB_SCREEN_RO_REBOOT_WARNING = 0x801,
};
/**