diff options
author | Laszlo Ersek <lersek@redhat.com> | 2016-01-26 01:29:24 +0100 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2016-03-03 18:18:43 +0100 |
commit | 75f45331190a891f25a54be083e09f8bf9cafffb (patch) | |
tree | c2855352eedd851106068c0e82203731ab9a08d2 /AppPkg | |
parent | 1f4e2299e755a329131385dce6af4efc5ec0a038 (diff) | |
download | edk2-75f45331190a891f25a54be083e09f8bf9cafffb.tar.gz edk2-75f45331190a891f25a54be083e09f8bf9cafffb.tar.bz2 edk2-75f45331190a891f25a54be083e09f8bf9cafffb.zip |
OvmfPkg: resolve PciSegmentLib
In the next patch we'll build "MdeModulePkg/Bus/Pci/PciHostBridgeDxe".
That driver depends on the PciSegmentLib class. Edk2 offers four
instances:
(1) MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/
Inappropriate here because it consumes
EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL, but
"MdeModulePkg/Bus/Pci/PciHostBridgeDxe" needs the library class for
producing that protocol.
(2) MdePkg/Library/PeiPciSegmentLibPciCfg2/
Restricted to PEIM, SEC, and PEI_CORE client modules.
(3) MdePkg/Library/DxePciSegmentLibEsal/
"uses ESAL services to perform PCI Configuration cycles"
(4) MdePkg/Library/BasePciSegmentLibPci/
A simple BASE library instance that sits on top of PciLib. This is our
choice. We can resolve PciSegmentLib to this instance for all module
types.
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Marcel Apfelbaum <marcel@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'AppPkg')
0 files changed, 0 insertions, 0 deletions