Compare commits
2 Commits
system76
...
bonw14-dis
Author | SHA1 | Date | |
---|---|---|---|
f6a483461c | |||
1966ffb1c3 |
@ -2551,10 +2551,12 @@ PciEnumeratorLight (
|
||||
//
|
||||
RemoveRejectedPciDevices (RootBridgeDev->Handle, RootBridgeDev);
|
||||
|
||||
//
|
||||
// Process option rom light
|
||||
//
|
||||
ProcessOptionRomLight (RootBridgeDev);
|
||||
if (!PcdGetBool (PcdPciDisableBusEnumeration)) {
|
||||
//
|
||||
// Process option rom light
|
||||
//
|
||||
ProcessOptionRomLight (RootBridgeDev);
|
||||
}
|
||||
|
||||
//
|
||||
// Determine attributes for all devices under this root bridge
|
||||
|
@ -25,7 +25,7 @@ typedef struct {
|
||||
} DEFERRED_3RD_PARTY_IMAGE_TABLE;
|
||||
|
||||
BOOLEAN mImageLoadedAfterEndOfDxe = FALSE;
|
||||
BOOLEAN mEndOfDxe = FALSE;
|
||||
BOOLEAN mEndOfDxe = TRUE;
|
||||
DEFERRED_3RD_PARTY_IMAGE_TABLE mDeferred3rdPartyImage = {
|
||||
0, // Deferred image count
|
||||
NULL // The deferred image info
|
||||
|
Reference in New Issue
Block a user