Compare commits
2 Commits
system76-s
...
bonw14-dis
Author | SHA1 | Date | |
---|---|---|---|
|
f6a483461c | ||
|
1966ffb1c3 |
@@ -2551,10 +2551,12 @@ PciEnumeratorLight (
|
||||
//
|
||||
RemoveRejectedPciDevices (RootBridgeDev->Handle, RootBridgeDev);
|
||||
|
||||
if (!PcdGetBool (PcdPciDisableBusEnumeration)) {
|
||||
//
|
||||
// Process option rom light
|
||||
//
|
||||
ProcessOptionRomLight (RootBridgeDev);
|
||||
}
|
||||
|
||||
//
|
||||
// Determine attributes for all devices under this root bridge
|
||||
|
@@ -285,7 +285,7 @@ UsbHcBulkTransfer (
|
||||
IN UINT8 DevSpeed,
|
||||
IN UINTN MaxPacket,
|
||||
IN UINT8 BufferNum,
|
||||
IN OUT VOID *Data[],
|
||||
IN OUT VOID *Data[EFI_USB_MAX_BULK_BUFFER_NUM],
|
||||
IN OUT UINTN *DataLength,
|
||||
IN OUT UINT8 *DataToggle,
|
||||
IN UINTN TimeOut,
|
||||
|
@@ -149,7 +149,7 @@ UsbHcBulkTransfer (
|
||||
IN UINT8 DevSpeed,
|
||||
IN UINTN MaxPacket,
|
||||
IN UINT8 BufferNum,
|
||||
IN OUT VOID *Data[],
|
||||
IN OUT VOID *Data[EFI_USB_MAX_BULK_BUFFER_NUM],
|
||||
IN OUT UINTN *DataLength,
|
||||
IN OUT UINT8 *DataToggle,
|
||||
IN UINTN TimeOut,
|
||||
|
@@ -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