MdePkg/PciSegmentInfoLib: Add PciSegmentInfoLib class and instance.
The patch adds PciSegmentInfoLib library class which is used by PciSegmentLib (commit in next patch) to support multiple segment PCI configuration access. BasePciSegmentInfoLibNull instance is added but it shouldn't be used by any real platform. Any single segment platform that wants to use PciSegmentLib could use BasePciSegmentLibPci instance. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
@@ -131,6 +131,9 @@
|
||||
## @libraryclass Provides a service to retrieve the PE/COFF entry point from a PE/COFF image.
|
||||
PeCoffGetEntryPointLib|Include/Library/PeCoffGetEntryPointLib.h
|
||||
|
||||
## @libraryclass Provides services to return the PCI segment information.
|
||||
PciSegmentInfoLib|Include/Library/PciSegmentInfoLib.h
|
||||
|
||||
## @libraryclass Provides services to access PCI Configuration Space on a platform with multiple PCI segments.
|
||||
PciSegmentLib|Include/Library/PciSegmentLib.h
|
||||
|
||||
|
Reference in New Issue
Block a user