Store all configuration in a linked list, read config from INI file and EFI shell
This commit is contained in:
@@ -12,12 +12,18 @@
|
||||
#include <xtblapi.h>
|
||||
|
||||
|
||||
/* XT Boot Loader configuration data */
|
||||
EXTERN XTBL_CONFIGURATION BlpConfiguration;
|
||||
/* XT Boot Loader configuration list */
|
||||
EXTERN PLIST_ENTRY BlpConfig;
|
||||
|
||||
/* XT Boot Loader debug port configuration */
|
||||
EXTERN ULONG BlpDebugPort;
|
||||
|
||||
/* XT Boot Loader hex table */
|
||||
EXTERN PUINT16 BlpHexTable;
|
||||
|
||||
/* XT Boot Loader menu list */
|
||||
EXTERN PLIST_ENTRY BlpMenuList;
|
||||
|
||||
/* Serial port configuration */
|
||||
EXTERN CPPORT BlpSerialPort;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user