> -----Original Message-----
> From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of
> Ray Ni
> Sent: Tuesday, February 12, 2019 5:48 PM
> To: edk2-devel@lists.01.org
> Subject: [edk2] [PATCH v2 0/3] MdeModulePkg/PciBus: Fix a bug PPB MEM32
> BAR isn't restored sometimes
> 
> 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().

For the series:
Reviewed-by: Hao Wu <hao.a...@intel.com>

Best Regards,
Hao Wu

> 
> 
> 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
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to