Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Lewiński <[email protected]>
  • Loading branch information
filipleple committed Oct 20, 2023
1 parent dfa3aa0 commit 8a4a64e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,4 +351,18 @@ formset

endform;

//form formid = FORM_TIME_OUT_ID,
// numeric val = BootTimeOut,
// STRING_TOKEN(STR_NUM_AUTO_BOOT),
// help = STRING_TOKEN(STR_HLP_AUTO_BOOT),
// nosubmitif
// prompt = STRING_TOKEN(AUTOBOOT_NOSUBMIT_IF_NEGATIVE),
// ideqval BootTimeOut < 0
// endif
// endnumeric;

//endform;



endformset;
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ BmmCreateTimeOutMenu (
IN EFI_HII_HANDLE HiiHandle,
IN VOID *StartOpCodeHandle
)
//important
{
HiiCreateNumericOpCode (
StartOpCodeHandle,
Expand All @@ -131,7 +132,7 @@ BmmCreateTimeOutMenu (
STRING_TOKEN(STR_NUM_AUTO_BOOT),
STRING_TOKEN(STR_HLP_AUTO_BOOT),
EFI_IFR_FLAG_CALLBACK,
EFI_IFR_NUMERIC_SIZE_2 | EFI_IFR_DISPLAY_UINT_DEC,
EFI_IFR_NUMERIC_SIZE_2 | EFI_IFR_DISPLAY_INT_DEC,
0,
65535,
0,
Expand Down

0 comments on commit 8a4a64e

Please sign in to comment.