]> git.proxmox.com Git - mirror_edk2.git/commit - QuarkPlatformPkg/Quark.dsc
QuarkPlatformPkg: Declare PciSegmentLib in platform dsc
authorStar Zeng <star.zeng@intel.com>
Fri, 19 Aug 2016 07:05:48 +0000 (15:05 +0800)
committerStar Zeng <star.zeng@intel.com>
Mon, 5 Sep 2016 10:15:25 +0000 (18:15 +0800)
commit627dea2ac921ad40c932b756dfc54722e40e4e0c
tree3eb829764817a4c72515091ee828b8c77dde72b8
parentd3906831b1dce70377cc63e193e4d6d79c715c95
QuarkPlatformPkg: Declare PciSegmentLib in platform dsc

PiDxeS3BootScriptLib will be updated to consume PciSegmentLib
instead of PciLib to support multiple PCI segment.
That means platforms need to add PciSegmentLib
declaration in platform dsc if the PciSegmentLib was
not declared in platform dsc before.

For platforms only have one segment,
MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf is recommended
to be used and declared in platform dsc for PiDxeS3BootScriptLib to have
equivalent functionality with before.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Amy Chan <amy.chan@intel.com>
Cc: Kelly Steele <kelly.steele@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
QuarkPlatformPkg/Quark.dsc
QuarkPlatformPkg/QuarkMin.dsc