From a2326ee152ab5b8aee924ccf794cee38d54909bd Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 23 Aug 2012 15:06:45 -0700 Subject: Add CTRL-L in dev screen to support a "legacy boot option" This option is disabled per default and can be enabled with crossystem dev_boot_legacy=1 or by setting the GBB flag GBB_FLAG_FORCE_DEV_BOOT_LEGACY 0x00000080 BUG=chrome-os-partner:6108 TEST=crossystem dev_boot_legacy=1 boot to dev mode screen, press CTRL-L, see SeaBIOS start (other CLs needed) BRANCH=link Signed-off-by: Stefan Reinauer Change-Id: I593d2be7cff5ca07b8d08012c4514a172bd75a38 Reviewed-on: https://gerrit.chromium.org/gerrit/31265 Reviewed-by: Stefan Reinauer Tested-by: Stefan Reinauer Reviewed-by: Randall Spangler Commit-Ready: Stefan Reinauer --- tests/vboot_nvstorage_test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/vboot_nvstorage_test.c b/tests/vboot_nvstorage_test.c index a555ac75..19937d6d 100644 --- a/tests/vboot_nvstorage_test.c +++ b/tests/vboot_nvstorage_test.c @@ -30,6 +30,7 @@ static VbNvField nvfields[] = { {VBNV_LOCALIZATION_INDEX, 0, 0x69, 0xB0, "localization index"}, {VBNV_KERNEL_FIELD, 0, 0x12345678, 0xFEDCBA98, "kernel field"}, {VBNV_DEV_BOOT_USB, 0, 1, 0, "dev boot usb"}, + {VBNV_DEV_BOOT_LEGACY, 0, 1, 0, "dev boot legacy"}, {VBNV_DEV_BOOT_SIGNED_ONLY, 0, 1, 0, "dev boot custom"}, {VBNV_DISABLE_DEV_REQUEST, 0, 1, 0, "disable dev request"}, {VBNV_CLEAR_TPM_OWNER_REQUEST, 0, 1, 0, "clear tpm owner request"}, -- cgit v1.2.1