public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/5] Fix PciBus to accept Spec values as BarIndex and Alignment
@ 2017-01-26  6:09 Ruiyu Ni
  2017-01-26  6:09 ` [PATCH 1/5] MdePkg/Pci22.h: Deprecate out-of-Spec IncompatiblePciDevice macros Ruiyu Ni
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Ruiyu Ni @ 2017-01-26  6:09 UTC (permalink / raw)
  To: edk2-devel

If a platform developer follows the PI spec to write an
IncompatiblePciDeviceSupport driver, due to a spec complaince
bug in PciBus driver, the IncompatiblePciDeviceSupport driver
may not work as expected. The patches fix PciBus to follow Spec
to accept Spec defined values.


Ruiyu Ni (5):
  MdePkg/Pci22.h: Deprecate out-of-Spec IncompatiblePciDevice macros
  MdeModulePkg/PciSioSerialDxe: Use MAX_UINT8 instead of PCI_BAR_ALL
  MdeModulePkg/PciBus: Accept Spec values as BarIndex and Alignment
  MdeModulePkg/IncompatiblePciDevice: Do not use deprecated macros
  MdeModulePkg/IncompatiblePci: Use -1 to match any IDs

 .../IncompatiblePciDeviceSupport.c                 | 97 +++++++++++-----------
 .../Bus/Pci/PciBusDxe/PciEnumeratorSupport.c       | 17 ++--
 MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.c      |  2 +-
 MdePkg/Include/IndustryStandard/Pci22.h            | 16 ++--
 4 files changed, 67 insertions(+), 65 deletions(-)

-- 
2.9.0.windows.1



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

end of thread, other threads:[~2017-02-03  9:03 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-26  6:09 [PATCH 0/5] Fix PciBus to accept Spec values as BarIndex and Alignment Ruiyu Ni
2017-01-26  6:09 ` [PATCH 1/5] MdePkg/Pci22.h: Deprecate out-of-Spec IncompatiblePciDevice macros Ruiyu Ni
2017-02-03  3:38   ` Gao, Liming
2017-02-03  8:13     ` Laszlo Ersek
2017-02-03  8:28       ` Ni, Ruiyu
2017-02-03  8:36         ` Gao, Liming
2017-02-03  9:03           ` Ni, Ruiyu
2017-01-26  6:09 ` [PATCH 2/5] MdeModulePkg/PciSioSerialDxe: Use MAX_UINT8 instead of PCI_BAR_ALL Ruiyu Ni
2017-01-26  6:09 ` [PATCH 3/5] MdeModulePkg/PciBus: Accept Spec values as BarIndex and Alignment Ruiyu Ni
2017-01-26  6:09 ` [PATCH 4/5] MdeModulePkg/IncompatiblePciDevice: Do not use deprecated macros Ruiyu Ni
2017-01-26  6:09 ` [PATCH 5/5] MdeModulePkg/IncompatiblePci: Use -1 to match any IDs Ruiyu Ni

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