Implement BlGetSecureBootStatus() and do some refactoring
This commit is contained in:
@@ -13,10 +13,7 @@
|
||||
PLIST_ENTRY BlpConfig = NULL;
|
||||
|
||||
/* XT Boot Loader loaded configuration */
|
||||
LIST_ENTRY BlpConfiguration;
|
||||
|
||||
/* XT Boot Loader debug port configuration */
|
||||
ULONG BlpDebugPort = 0;
|
||||
LIST_ENTRY BlpConfigSections;
|
||||
|
||||
/* XT Boot Loader hex table */
|
||||
STATIC PUINT16 BlpHexTable = L"0123456789ABCDEF";
|
||||
@@ -24,9 +21,6 @@ STATIC PUINT16 BlpHexTable = L"0123456789ABCDEF";
|
||||
/* XT Boot Loader menu list */
|
||||
PLIST_ENTRY BlpMenuList = NULL;
|
||||
|
||||
/* Serial port configuration */
|
||||
CPPORT BlpSerialPort;
|
||||
|
||||
/* XT Boot Loader status data */
|
||||
XTBL_STATUS BlpStatus = {0};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user