Implement BlGetSecureBootStatus() and do some refactoring
This commit is contained in:
@@ -108,6 +108,7 @@ BlpRegisterXtLoaderProtocol()
|
||||
LdrProtocol.Memory.FreePool = BlMemoryFreePool;
|
||||
LdrProtocol.Protocol.Open = BlOpenXtProtocol;
|
||||
LdrProtocol.Util.ExitBootServices = BlExitBootServices;
|
||||
LdrProtocol.Util.GetSecureBootStatus = BlGetSecureBootStatus;
|
||||
LdrProtocol.Util.SleepExecution = BlSleepExecution;
|
||||
|
||||
/* Register XTLDR loader protocol */
|
||||
|
||||
Reference in New Issue
Block a user