commit | ba352ad9377033b9452ee41380d23f31ba30c480 | [log] [tgz] |
---|---|---|
author | Gediminas Ramanauskas <[email protected]> | Fri Nov 09 09:43:32 2012 -0800 |
committer | Gerrit <[email protected]> | Mon Nov 19 19:47:45 2012 -0800 |
tree | d5a6049531d5b70d45dc1a916c644091aa73a396 | |
parent | 6f6fce9f01f24b0eb99c5b73a75c0de73fc09487 [diff] [blame] |
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 <[email protected]> Commit-Ready: Gediminas Ramanauskas <[email protected]> Tested-by: Gediminas Ramanauskas <[email protected]>
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