REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1505

v2: fixed all typos in PciBus driver.
    changed RomSize to UINT32 and added type cast to PPB MEM32 BAR
    Base/Length to avoid using RShiftU64().


Ray Ni (3):
  MdeModulePkg/PciBus: Change PCI_IO_DEVICE.RomSize to UINT32 type
  MdeModulePkg/PciBus: Correct typos
  MdeModulePkg/PciBus: Fix a bug PPB MEM32 BAR isn't restored sometimes

 MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.h       |   4 +-
 MdeModulePkg/Bus/Pci/PciBusDxe/PciCommand.c   |  14 +--
 MdeModulePkg/Bus/Pci/PciBusDxe/PciCommand.h   |  16 +--
 .../Bus/Pci/PciBusDxe/PciDeviceSupport.c      |  20 ++--
 .../Bus/Pci/PciBusDxe/PciDeviceSupport.h      |  14 +--
 .../Bus/Pci/PciBusDxe/PciDriverOverride.c     |   4 +-
 .../Bus/Pci/PciBusDxe/PciDriverOverride.h     |   4 +-
 .../Bus/Pci/PciBusDxe/PciEnumerator.c         |   8 +-
 .../Bus/Pci/PciBusDxe/PciEnumerator.h         |   8 +-
 .../Bus/Pci/PciBusDxe/PciEnumeratorSupport.c  |  42 +++----
 .../Bus/Pci/PciBusDxe/PciEnumeratorSupport.h  |  16 +--
 .../Bus/Pci/PciBusDxe/PciHotPlugSupport.c     |  16 +--
 .../Bus/Pci/PciBusDxe/PciHotPlugSupport.h     |  18 +--
 MdeModulePkg/Bus/Pci/PciBusDxe/PciIo.c        |  16 +--
 MdeModulePkg/Bus/Pci/PciBusDxe/PciIo.h        |   4 +-
 MdeModulePkg/Bus/Pci/PciBusDxe/PciLib.c       |   4 +-
 .../Bus/Pci/PciBusDxe/PciOptionRomSupport.c   |   6 +-
 .../Bus/Pci/PciBusDxe/PciOptionRomSupport.h   |   4 +-
 .../Bus/Pci/PciBusDxe/PciPowerManagement.c    |   4 +-
 .../Bus/Pci/PciBusDxe/PciPowerManagement.h    |   4 +-
 .../Bus/Pci/PciBusDxe/PciResourceSupport.c    | 113 +++++++++---------
 .../Bus/Pci/PciBusDxe/PciResourceSupport.h    |  41 ++++---
 MdeModulePkg/Bus/Pci/PciBusDxe/PciRomTable.h  |   7 +-
 23 files changed, 190 insertions(+), 197 deletions(-)

-- 
2.20.1.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to