1
0

Expose BlEnterFirmwareSetup() routine via XTLDR protocol

此提交包含在:
2024-03-19 17:11:38 +01:00
父節點 e263effe13
當前提交 3cd55260e6
共有 2 個檔案被更改,包括 3 行新增0 行删除

查看文件

@@ -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;