public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Ray Ni <ray.ni@intel.com>
To: edk2-devel@lists.01.org
Subject: [PATCH v2 0/3] MdeModulePkg/PciBus: Fix a bug PPB MEM32 BAR isn't restored sometimes
Date: Tue, 12 Feb 2019 17:47:41 +0800	[thread overview]
Message-ID: <20190212094744.129360-1-ray.ni@intel.com> (raw)

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



             reply	other threads:[~2019-02-12  9:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-12  9:47 Ray Ni [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190212094744.129360-1-ray.ni@intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox