X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFrameworkModulePkg%2FUniversal%2FBdsDxe%2FBootMaint%2FBm.vfr;h=0d35c2c37e68fdb656d1bbc87fc09b8639eb3644;hb=b965bd99c533b24bec56647a8c9b1fa2c2ed8bd8;hp=7dbb10bb065edb3ff5652cc33011d31576c3c075;hpb=807765a03498215a51ba41e17d904ce14a3a074a;p=mirror_edk2.git diff --git a/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/Bm.vfr b/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/Bm.vfr index 7dbb10bb06..0d35c2c37e 100644 --- a/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/Bm.vfr +++ b/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/Bm.vfr @@ -2,8 +2,8 @@ // // Boot Maintenance Utility Formset // -// Copyright (c) 2004 - 2008, Intel Corporation.
-// All rights reserved. This program and the accompanying materials +// Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.
+// This program and the accompanying materials // are licensed and made available under the terms and conditions of the BSD License // which accompanies this distribution. The full text of the license may be found at // http://opensource.org/licenses/bsd-license.php @@ -20,8 +20,6 @@ formset title = STRING_TOKEN(STR_FORM_MAIN_TITLE), help = STRING_TOKEN(STR_NULL_STRING), classguid = BOOT_MAINT_FORMSET_GUID, - class = 0, - subclass = 0, varstore BMM_FAKE_NV_DATA, varid = VARSTORE_ID_BOOT_MAINT, @@ -55,12 +53,11 @@ formset subtitle text = STRING_TOKEN(STR_NULL_STRING); - text + goto FORM_BOOT_FROM_FILE_ID, + prompt = STRING_TOKEN(STR_BOOT_FROM_FILE), help = STRING_TOKEN(STR_BOOT_FROM_FILE_HELP), - text = STRING_TOKEN(STR_BOOT_FROM_FILE), - text = STRING_TOKEN(STR_NULL_STRING), - flags = INTERACTIVE, - key = KEY_VALUE_BOOT_FROM_FILE; + flags = INTERACTIVE, + key = KEY_VALUE_BOOT_FROM_FILE; subtitle text = STRING_TOKEN(STR_NULL_STRING); @@ -80,11 +77,11 @@ formset subtitle text = STRING_TOKEN(STR_NULL_STRING); - goto FORM_MAIN_ID, - prompt = STRING_TOKEN(STR_RESET), - help = STRING_TOKEN(STR_RESET), - flags = INTERACTIVE, - key = FORM_RESET; + text + help = STRING_TOKEN(STR_RESET), + text = STRING_TOKEN(STR_RESET), + flags = INTERACTIVE, + key = FORM_RESET; endform; @@ -154,13 +151,6 @@ formset key = FORM_DRV_CHG_ID; endform; - form formid = FORM_BOOT_ADD_ID, - title = STRING_TOKEN(STR_FORM_BOOT_ADD_TITLE); - - label FORM_BOOT_ADD_ID; - label LABEL_END; - endform; - form formid = FORM_BOOT_DEL_ID, title = STRING_TOKEN(STR_FORM_BOOT_DEL_TITLE); @@ -298,13 +288,6 @@ formset label LABEL_END; endform; - form formid = FORM_DRV_ADD_FILE_ID, - title = STRING_TOKEN(STR_FORM_DRV_ADD_FILE_TITLE); - - label FORM_DRV_ADD_FILE_ID; - label LABEL_END; - endform; - form formid = FORM_DRV_ADD_HANDLE_ID, title = STRING_TOKEN(STR_FORM_DRV_ADD_HANDLE_TITLE);