Store SecureBoot status
This commit is contained in:
parent
08fb9b92d5
commit
ea06286a8b
@ -183,6 +183,7 @@ typedef struct _XTBL_STATUS
|
|||||||
PBL_XT_BOOT_MENU BootMenu;
|
PBL_XT_BOOT_MENU BootMenu;
|
||||||
BOOLEAN BootServices;
|
BOOLEAN BootServices;
|
||||||
ULONG DebugPort;
|
ULONG DebugPort;
|
||||||
|
INT_PTR SecureBoot;
|
||||||
CPPORT SerialPort;
|
CPPORT SerialPort;
|
||||||
} XTBL_STATUS, *PXTBL_STATUS;
|
} XTBL_STATUS, *PXTBL_STATUS;
|
||||||
|
|
||||||
|
@ -147,6 +147,9 @@ BlpInitializeEfiBootLoader()
|
|||||||
RtlInitializeListHead(&BlpConfig);
|
RtlInitializeListHead(&BlpConfig);
|
||||||
RtlInitializeListHead(&BlpLoadedModules);
|
RtlInitializeListHead(&BlpLoadedModules);
|
||||||
|
|
||||||
|
/* Store SecureBoot status */
|
||||||
|
BlpStatus.SecureBoot = BlGetSecureBootStatus();
|
||||||
|
|
||||||
/* Check if debug is enabled */
|
/* Check if debug is enabled */
|
||||||
if(DEBUG)
|
if(DEBUG)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user