Compare commits
4 Commits
c466cc2ca5
...
bonw14-dis
Author | SHA1 | Date | |
---|---|---|---|
|
f6a483461c | ||
|
1966ffb1c3 | ||
|
27585e73da | ||
|
42a443d5cd |
@@ -2551,10 +2551,12 @@ PciEnumeratorLight (
|
|||||||
//
|
//
|
||||||
RemoveRejectedPciDevices (RootBridgeDev->Handle, RootBridgeDev);
|
RemoveRejectedPciDevices (RootBridgeDev->Handle, RootBridgeDev);
|
||||||
|
|
||||||
//
|
if (!PcdGetBool (PcdPciDisableBusEnumeration)) {
|
||||||
// Process option rom light
|
//
|
||||||
//
|
// Process option rom light
|
||||||
ProcessOptionRomLight (RootBridgeDev);
|
//
|
||||||
|
ProcessOptionRomLight (RootBridgeDev);
|
||||||
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Determine attributes for all devices under this root bridge
|
// Determine attributes for all devices under this root bridge
|
||||||
|
@@ -25,7 +25,7 @@ typedef struct {
|
|||||||
} DEFERRED_3RD_PARTY_IMAGE_TABLE;
|
} DEFERRED_3RD_PARTY_IMAGE_TABLE;
|
||||||
|
|
||||||
BOOLEAN mImageLoadedAfterEndOfDxe = FALSE;
|
BOOLEAN mImageLoadedAfterEndOfDxe = FALSE;
|
||||||
BOOLEAN mEndOfDxe = FALSE;
|
BOOLEAN mEndOfDxe = TRUE;
|
||||||
DEFERRED_3RD_PARTY_IMAGE_TABLE mDeferred3rdPartyImage = {
|
DEFERRED_3RD_PARTY_IMAGE_TABLE mDeferred3rdPartyImage = {
|
||||||
0, // Deferred image count
|
0, // Deferred image count
|
||||||
NULL // The deferred image info
|
NULL // The deferred image info
|
||||||
|
@@ -4324,7 +4324,7 @@ SecureBootCallback (
|
|||||||
UINT8 *SecureBootEnable;
|
UINT8 *SecureBootEnable;
|
||||||
UINT8 *Pk;
|
UINT8 *Pk;
|
||||||
UINT8 *SecureBootMode;
|
UINT8 *SecureBootMode;
|
||||||
UINT8 *SetupMode;
|
//UINT8 *SetupMode;
|
||||||
CHAR16 PromptString[100];
|
CHAR16 PromptString[100];
|
||||||
EFI_DEVICE_PATH_PROTOCOL *File;
|
EFI_DEVICE_PATH_PROTOCOL *File;
|
||||||
UINTN NameLength;
|
UINTN NameLength;
|
||||||
@@ -4336,7 +4336,7 @@ SecureBootCallback (
|
|||||||
Status = EFI_SUCCESS;
|
Status = EFI_SUCCESS;
|
||||||
SecureBootEnable = NULL;
|
SecureBootEnable = NULL;
|
||||||
SecureBootMode = NULL;
|
SecureBootMode = NULL;
|
||||||
SetupMode = NULL;
|
//SetupMode = NULL;
|
||||||
File = NULL;
|
File = NULL;
|
||||||
EnrollKeyErrorCode = None_Error;
|
EnrollKeyErrorCode = None_Error;
|
||||||
|
|
||||||
|
Binary file not shown.
Reference in New Issue
Block a user