Make Change Boot Order the primary boot maintenance manager page
This commit is contained in:
committed by
Tim Crawford
parent
d9cf95c6a2
commit
b062ed0c86
@@ -26,6 +26,14 @@ formset
|
|||||||
name = BmmData,
|
name = BmmData,
|
||||||
guid = BOOT_MAINT_FORMSET_GUID;
|
guid = BOOT_MAINT_FORMSET_GUID;
|
||||||
|
|
||||||
|
form formid = FORM_BOOT_CHG_ID,
|
||||||
|
title = STRING_TOKEN(STR_FORM_BOOT_CHG_TITLE);
|
||||||
|
|
||||||
|
label FORM_BOOT_CHG_ID;
|
||||||
|
label LABEL_END;
|
||||||
|
|
||||||
|
endform;
|
||||||
|
|
||||||
form formid = FORM_MAIN_ID,
|
form formid = FORM_MAIN_ID,
|
||||||
title = STRING_TOKEN(STR_FORM_MAIN_TITLE);
|
title = STRING_TOKEN(STR_FORM_MAIN_TITLE);
|
||||||
|
|
||||||
@@ -74,14 +82,6 @@ formset
|
|||||||
label LABEL_END;
|
label LABEL_END;
|
||||||
endform;
|
endform;
|
||||||
|
|
||||||
form formid = FORM_BOOT_CHG_ID,
|
|
||||||
title = STRING_TOKEN(STR_FORM_BOOT_CHG_TITLE);
|
|
||||||
|
|
||||||
label FORM_BOOT_CHG_ID;
|
|
||||||
label LABEL_END;
|
|
||||||
|
|
||||||
endform;
|
|
||||||
|
|
||||||
form formid = FORM_DRV_DEL_ID,
|
form formid = FORM_DRV_DEL_ID,
|
||||||
title = STRING_TOKEN(STR_FORM_DRV_DEL_TITLE);
|
title = STRING_TOKEN(STR_FORM_DRV_DEL_TITLE);
|
||||||
|
|
||||||
|
@@ -1483,7 +1483,8 @@ FormSetDispatcher (
|
|||||||
EFI_BROWSER_ACTION_REQUEST ActionRequest;
|
EFI_BROWSER_ACTION_REQUEST ActionRequest;
|
||||||
|
|
||||||
while (TRUE) {
|
while (TRUE) {
|
||||||
UpdatePageId (CallbackData, FORM_MAIN_ID);
|
UpdatePageId (CallbackData, FORM_BOOT_CHG_ID);
|
||||||
|
UpdatePageBody (FORM_BOOT_CHG_ID, CallbackData);
|
||||||
|
|
||||||
ActionRequest = EFI_BROWSER_ACTION_REQUEST_NONE;
|
ActionRequest = EFI_BROWSER_ACTION_REQUEST_NONE;
|
||||||
Status = gFormBrowser2->SendForm (
|
Status = gFormBrowser2->SendForm (
|
||||||
|
Reference in New Issue
Block a user