mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-17 21:37:23 +00:00
Support dev vs consumer firmware in vboot_reference
Change-Id: I5a42ba017974b3d591abc574ef7b9b7c9ac579e8 BUG=chrome-os-partner:1824 TEST=make && make runtests Review URL: http://codereview.chromium.org/6462010
This commit is contained in:
@@ -22,10 +22,14 @@
|
||||
|
||||
|
||||
/* Boot flags for LoadKernel().boot_flags */
|
||||
#define BOOT_FLAG_DEVELOPER UINT64_C(0x01) /* Developer switch is on */
|
||||
#define BOOT_FLAG_RECOVERY UINT64_C(0x02) /* In recovery mode */
|
||||
#define BOOT_FLAG_SKIP_ADDR_CHECK UINT64_C(0x04) /* Skip check of kernel
|
||||
* buffer address */
|
||||
/* Developer switch is on */
|
||||
#define BOOT_FLAG_DEVELOPER UINT64_C(0x01)
|
||||
/* In recovery mode */
|
||||
#define BOOT_FLAG_RECOVERY UINT64_C(0x02)
|
||||
/* Skip check of kernel buffer address */
|
||||
#define BOOT_FLAG_SKIP_ADDR_CHECK UINT64_C(0x04)
|
||||
/* Active main firmware is developer-type, not normal-type or recovery-type. */
|
||||
#define BOOT_FLAG_DEV_FIRMWARE UINT64_C(0x08)
|
||||
|
||||
typedef struct LoadKernelParams {
|
||||
/* Inputs to LoadKernel() */
|
||||
|
||||
Reference in New Issue
Block a user