public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 0/3] MdeModulePkg/PciBus: Fix a bug PPB MEM32 BAR isn't restored sometimes
@ 2019-02-12  9:47 Ray Ni
  2019-02-12  9:47 ` [PATCH v2 1/3] MdeModulePkg/PciBus: Change PCI_IO_DEVICE.RomSize to UINT32 type Ray Ni
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ray Ni @ 2019-02-12  9:47 UTC (permalink / raw)
  To: edk2-devel

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-02-13  6:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-12  9:47 [PATCH v2 0/3] MdeModulePkg/PciBus: Fix a bug PPB MEM32 BAR isn't restored sometimes Ray Ni
2019-02-12  9:47 ` [PATCH v2 1/3] MdeModulePkg/PciBus: Change PCI_IO_DEVICE.RomSize to UINT32 type Ray Ni
2019-02-12  9:47 ` [PATCH v2 2/3] MdeModulePkg/PciBus: Correct typos Ray Ni
2019-02-12  9:47 ` [PATCH v2 3/3] MdeModulePkg/PciBus: Fix a bug PPB MEM32 BAR isn't restored sometimes Ray Ni
2019-02-13  6:49 ` [PATCH v2 0/3] " Wu, Hao A

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox