summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2019-12-09 11:36:27 +0800
committerCommit Bot <commit-bot@chromium.org>2019-12-10 09:10:39 +0000
commit32ec1ee25c71e64fd7f6d04d4cad3d7fb251060f (patch)
treeb34471c68f2ac52be4a253f18f0a55c514ecc2c9
parentc92ca71ee63fc3470c1b4810d9a0af1ea5300645 (diff)
downloadvboot-32ec1ee25c71e64fd7f6d04d4cad3d7fb251060f.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>
-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