Enabling Stout on FAFT
BUG=chrome-os-partner:13970
TEST=most FAFT tests pass when running control.faft_bios
Change-Id: I364919e4ff47ccc434b3396673e849e3bf9c1305
Reviewed-on: https://gerrit.chromium.org/gerrit/37944
Reviewed-by: Simran Basi <sbasi@chromium.org>
Commit-Ready: Gediminas Ramanauskas <gedis@chromium.org>
Tested-by: Gediminas Ramanauskas <gedis@chromium.org>
diff --git a/server/cros/vboot_constants.py b/server/cros/vboot_constants.py
index 03df6b0..71902ec 100644
--- a/server/cros/vboot_constants.py
+++ b/server/cros/vboot_constants.py
@@ -105,6 +105,8 @@
GBB_FLAG_FORCE_DEV_BOOT_USB = 0x00000010
GBB_FLAG_DISABLE_FW_ROLLBACK_CHECK = 0x00000020
GBB_FLAG_ENTER_TRIGGERS_TONORM = 0x00000040
+GBB_FLAG_FORCE_DEV_BOOT_LEGACY = 0x00000080
+GBB_FLAG_FAFT_KEY_OVERIDE = 0x00000100
# VbSharedData flags, copied from:
# vboot_reference/firmware/include/vboot_struct.h