Expose BlEnterFirmwareSetup() routine via XTLDR protocol

This commit is contained in:
2024-03-19 17:11:38 +01:00
parent e263effe13
commit 3cd55260e6
2 changed files with 3 additions and 0 deletions

View File

@@ -918,6 +918,7 @@ BlpInstallXtLoaderProtocol()
BlpLdrProtocol.Tui.DisplayInputDialog = BlDisplayInputDialog;
BlpLdrProtocol.Tui.DisplayProgressDialog = BlDisplayProgressDialog;
BlpLdrProtocol.Tui.UpdateProgressBar = BlUpdateProgressBar;
BlpLdrProtocol.Util.EnterFirmwareSetup = BlEnterFirmwareSetup;
BlpLdrProtocol.Util.ExitBootServices = BlExitBootServices;
BlpLdrProtocol.Util.GetConfigurationTable = BlGetConfigurationTable;
BlpLdrProtocol.Util.GetEfiVariable = BlGetEfiVariable;