mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-24 02:05:01 +00:00
Add VB_INIT_OUT_ENABLE_ALTERNATE_OS flag
This adds a flag to the list of values returned by VbInit(). When this flag is set, the BIOS may be asked to boot something other than ChromeOS. If this requires some sort of special preparation, the BIOS should do it. BUG=chromium-os:22454 TEST=none There is no test for this. It requires a change to the BIOS in order to do anything differently, and we haven't yet decided whether the BIOS should pay attention to it. Change-Id: I5d89e7cd5b745ee74b8ace7fa613c0db03eebefd Reviewed-on: https://gerrit.chromium.org/gerrit/11714 Tested-by: Bill Richardson <wfrichar@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
This commit is contained in:
@@ -186,6 +186,8 @@ typedef struct VbCommonParams {
|
||||
#define VB_INIT_OUT_S3_DEBUG_BOOT 0x00000010
|
||||
/* BIOS should load any PCI option ROMs it finds, not just internal video */
|
||||
#define VB_INIT_OUT_ENABLE_OPROM 0x00000020
|
||||
/* BIOS may be asked to boot something other than ChromeOS */
|
||||
#define VB_INIT_OUT_ENABLE_ALTERNATE_OS 0x00000040
|
||||
|
||||
|
||||
/* Data only used by VbInit() */
|
||||
|
||||
Reference in New Issue
Block a user