Skip to content

Commit

Permalink
autoboot timeout fixes 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 17, 2023
1 parent 33c3b9f commit 17c5e65
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1095,14 +1095,13 @@ BootMaintCallback (
Private = BMM_CALLBACK_DATA_FROM_THIS (This);



if (Action == EFI_BROWSER_ACTION_DEFAULT_FIRMWARE) {
//find something like Private->BmmDefaultValues.BootTimeOut
CurrentFakeNVMap->BootTimeOut = Private->BmmOldFakeNVData.BootTimeOut;
//gotta find something like Private.BmmDefaultValues.BootTimeOut;
CurrentFakeNVMap->BootTimeOut = defaultValue

HiiSetBrowserData(...); // Update the value in the HII database

return EFI_SUCCESS; // Indicate that the operation was successful
return EFI_SUCCESS;
}


Expand Down

0 comments on commit 17c5e65

Please sign in to comment.