Implement BlGetConfigurationTable() routine

This commit is contained in:
2024-01-31 16:25:43 +01:00
parent cd59c1e80d
commit 508fd27e92
4 changed files with 45 additions and 0 deletions

View File

@@ -653,6 +653,7 @@ BlpInstallXtLoaderProtocol()
BlpLdrProtocol.Tui.DisplayProgressDialog = BlDisplayProgressDialog;
BlpLdrProtocol.Tui.UpdateProgressBar = BlUpdateProgressBar;
BlpLdrProtocol.Util.ExitBootServices = BlExitBootServices;
BlpLdrProtocol.Util.GetConfigurationTable = BlGetConfigurationTable;
BlpLdrProtocol.Util.GetSecureBootStatus = BlGetSecureBootStatus;
BlpLdrProtocol.Util.LoadEfiImage = BlLoadEfiImage;
BlpLdrProtocol.Util.RebootSystem = BlRebootSystem;