summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2019-12-09 11:36:27 +0800
committerCommit Bot <commit-bot@chromium.org>2020-01-03 21:13:26 +0000
commit00b911d521e3454128f838d8d9711cd482e54f0e (patch)
tree9997d3c94d06b76f13637497ffdde4461beaa3b0
parent59c9d59bfd5a2a1ed2c1814fbdcb0a0c82fb447a (diff)
downloadvboot-00b911d521e3454128f838d8d9711cd482e54f0e.tar.gz
vboot: remove definition of VB_INIT_OUT flags
These flags are no longer used. BUG=b:124141368, chromium:960226 TEST=make clean && make runtests BRANCH=none Change-Id: I0964ea834a190358ae10289c2746304369a79ff8 Cq-Depend: chromium:1957764 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1957725 Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-by: Yu-Ping Wu <yupingso@chromium.org> Commit-Queue: Joel Kitching <kitching@chromium.org> Tested-by: Joel Kitching <kitching@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1986998 Reviewed-by: Shelley Chen <shchen@chromium.org> Commit-Queue: Shelley Chen <shchen@chromium.org> Tested-by: Shelley Chen <shchen@chromium.org>
-rw-r--r--firmware/include/vboot_api.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/firmware/include/vboot_api.h b/firmware/include/vboot_api.h
index 62fd32fe..5bfaf571 100644
--- a/firmware/include/vboot_api.h
+++ b/firmware/include/vboot_api.h
@@ -53,29 +53,6 @@ typedef struct VbSharedDataHeader VbSharedDataHeader;
/* Allow USB boot on transition to dev */
#define VB_SWITCH_FLAG_ALLOW_USB_BOOT 0x00004000
-
-/*
- * Output flags for vboot_handoff.out_flags. Used to indicate potential boot
- * paths and configuration to the calling firmware early in the boot process,
- * so that it can properly configure itself for the capabilities subsequently
- * required by VbSelectFirmware() and VbSelectAndLoadKernel().
- */
-/*
- * Enable recovery path. Do not rely on any rewritable data (cached RAM
- * timings, etc.). Reliable operation is more important than boot speed.
- */
-#define VB_INIT_OUT_ENABLE_RECOVERY 0x00000001
-/* RAM must be cleared before calling VbSelectFirmware(). */
-#define VB_INIT_OUT_CLEAR_RAM 0x00000002
-/*
- * Load display drivers; VbExDisplay*() functions may be called. If this flag
- * is not present, VbExDisplay*() functions will not be called this boot.
- */
-#define VB_INIT_OUT_ENABLE_DISPLAY 0x00000004
-/* Enable developer path. */
-#define VB_INIT_OUT_ENABLE_DEVELOPER 0x00000080
-
-
/*
* Firmware types for VbHashFirmwareBody() and
* VbSelectFirmwareParams.selected_firmware. Note that we store these in a