VirtualBox

Ignore:
Timestamp:
Jul 1, 2021 8:17:41 AM (4 years ago)
Author:
vboxsync
Message:

Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643

Location:
trunk/src/VBox/Devices/EFI/FirmwareNew
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/FirmwareNew

  • trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Bus/Pci/PciBusDxe/PciLib.h

    r80721 r89983  
    22  Internal library declaration for PCI Bus module.
    33
    4 Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
     4Copyright (c) 2006 - 2021, Intel Corporation. All rights reserved.<BR>
    55SPDX-License-Identifier: BSD-2-Clause-Patent
    66
     
    2525} EFI_RESOURCE_ALLOC_FAILURE_ERROR_DATA_PAYLOAD;
    2626
     27typedef enum {
     28  PciResizableBarMin = 0x00,
     29  PciResizableBarMax = 0xFF
     30} PCI_RESIZABLE_BAR_OPERATION;
    2731
    2832/**
     
    157161  );
    158162
     163/**
     164  This function is used to program the Resizable BAR Register.
     165
     166  @param PciIoDevice            A pointer to the PCI_IO_DEVICE.
     167  @param ResizableBarOp         PciResizableBarMax: Set BAR to max size
     168                                PciResizableBarMin: set BAR to min size.
     169
     170  @retval EFI_SUCCESS           Successfully enumerated the host bridge.
     171  @retval other                 Some error occurred when enumerating the host bridge.
     172
     173**/
     174EFI_STATUS
     175PciProgramResizableBar (
     176  IN PCI_IO_DEVICE                *PciIoDevice,
     177  IN PCI_RESIZABLE_BAR_OPERATION  ResizableBarOp
     178  );
    159179#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette