public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/6] PiDxeS3BootScriptLib: Support multiple PCI segment
@ 2016-08-19  7:35 Star Zeng
  2016-08-19  7:35 ` [PATCH 1/6] MdeModulePkg PiDxeS3BootScriptLib: Remove the trailing white spaces Star Zeng
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Star Zeng @ 2016-08-19  7:35 UTC (permalink / raw)
  To: edk2-devel
  Cc: Star Zeng, Jiewen Yao, Michael D Kinney, Chan Amy, Laszlo Ersek,
	Kelly Steele, David Wei, Chao Zhang

Support multiple PCI segment for PCI_CONFIG2 opcodes.

PiDxeS3BootScriptLib needs to be updated to consume PciSegmentLib
instead of PciLib. That means platforms need to add PciSegmentLib
declaration like below in platform dsc if the PciSegmentLib was
not declared in platform dsc before.

PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf

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: Chan Amy <chan.amy@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Kelly Steele <kelly.steele@intel.com>
Cc: David Wei <david.wei@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com>

Star Zeng (6):
  MdeModulePkg PiDxeS3BootScriptLib: Remove the trailing white spaces
  MdeModulePkg PiDxeS3BootScriptLib: Support multiple PCI segment
  Vlv2TbltDevicePkg: Declare PciSegmentLib in platform dsc
  QuarkPlatformPkg: Declare PciSegmentLib in platform dsc
  QuarkSocPkg/QuarkSocPkg.dsc: Declare PciSegmentLib
  SecurityPkg/SecurityPkg.dsc: Declare PciSegmentLib

 .../PiDxeS3BootScriptLib/BootScriptExecute.c       | 411 +++++++++----------
 .../BootScriptInternalFormat.h                     |   2 +-
 .../Library/PiDxeS3BootScriptLib/BootScriptSave.c  | 451 ++++++++++-----------
 .../PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf    |   4 +-
 .../PiDxeS3BootScriptLib/DxeS3BootScriptLib.uni    |   2 +-
 .../PiDxeS3BootScriptLib/InternalBootScriptLib.h   |  26 +-
 QuarkPlatformPkg/Quark.dsc                         |   1 +
 QuarkPlatformPkg/QuarkMin.dsc                      |   1 +
 QuarkSocPkg/QuarkSocPkg.dsc                        |   1 +
 SecurityPkg/SecurityPkg.dsc                        |   1 +
 Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc            |   1 +
 Vlv2TbltDevicePkg/PlatformPkgIA32.dsc              |   1 +
 Vlv2TbltDevicePkg/PlatformPkgX64.dsc               |   1 +
 13 files changed, 450 insertions(+), 453 deletions(-)

-- 
2.7.0.windows.1



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

end of thread, other threads:[~2016-09-01 15:57 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-19  7:35 [PATCH 0/6] PiDxeS3BootScriptLib: Support multiple PCI segment Star Zeng
2016-08-19  7:35 ` [PATCH 1/6] MdeModulePkg PiDxeS3BootScriptLib: Remove the trailing white spaces Star Zeng
2016-08-19  7:35 ` [PATCH 2/6] MdeModulePkg PiDxeS3BootScriptLib: Support multiple PCI segment Star Zeng
2016-08-23  1:58   ` Kinney, Michael D
2016-08-23  2:09     ` Zeng, Star
2016-08-23  3:44       ` Kinney, Michael D
2016-08-23  8:57         ` Zeng, Star
2016-08-19  7:35 ` [PATCH 3/6] Vlv2TbltDevicePkg: Declare PciSegmentLib in platform dsc Star Zeng
2016-08-22  6:54   ` Wei, David
2016-08-19  7:35 ` [PATCH 4/6] QuarkPlatformPkg: " Star Zeng
2016-08-19  7:35 ` [PATCH 5/6] QuarkSocPkg/QuarkSocPkg.dsc: Declare PciSegmentLib Star Zeng
2016-08-19  7:35 ` [PATCH 6/6] SecurityPkg/SecurityPkg.dsc: " Star Zeng
2016-08-19 13:35 ` [PATCH 0/6] PiDxeS3BootScriptLib: Support multiple PCI segment Yao, Jiewen
2016-08-24  2:26 ` Laszlo Ersek
2016-09-01 15:57   ` Kinney, Michael D

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