public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 0/3] Use PcdAcpiS3Enable in CpuS3DataDxe and PiSmmCpuDxeSmm
@ 2016-08-18  7:09 Michael Kinney
  2016-08-18  7:09 ` [Patch 1/3] UefiCpuPkg/CpuS3DataDxe: Consume PcdAcpiS3Enable to control the code Michael Kinney
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Michael Kinney @ 2016-08-18  7:09 UTC (permalink / raw)
  To: edk2-devel

Update CpuS3DataDxe and PiSmmCpuDxeSmm to consume PcdAcpiS3Enable.
If this PCD is disabled, then skip the S3 related logic in modules.
Also update PiSmmCpuDxeSmm to move S3 related code to CpuS3.c.

Star Zeng (3):
  UefiCpuPkg/CpuS3DataDxe: Consume PcdAcpiS3Enable to control the code
  UefiCpuPkg/PiSmmCpuDxeSmm: Move S3 related code to CpuS3.c
  UefiCpuPkg/PiSmmCpuDxeSmm: Consume PcdAcpiS3Enable to control the code

 UefiCpuPkg/CpuS3DataDxe/CpuS3Data.c          |   5 +
 UefiCpuPkg/CpuS3DataDxe/CpuS3DataDxe.inf     |   2 +
 UefiCpuPkg/PiSmmCpuDxeSmm/CpuS3.c            | 381 +++++++++++++++++++++++++++
 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c   | 324 +----------------------
 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.h   |  70 +++--
 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf |   1 +
 6 files changed, 442 insertions(+), 341 deletions(-)

-- 
2.6.3.windows.1



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

end of thread, other threads:[~2016-08-23 13:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-18  7:09 [Patch 0/3] Use PcdAcpiS3Enable in CpuS3DataDxe and PiSmmCpuDxeSmm Michael Kinney
2016-08-18  7:09 ` [Patch 1/3] UefiCpuPkg/CpuS3DataDxe: Consume PcdAcpiS3Enable to control the code Michael Kinney
2016-08-18  7:09 ` [Patch 2/3] UefiCpuPkg/PiSmmCpuDxeSmm: Move S3 related code to CpuS3.c Michael Kinney
2016-08-18  7:09 ` [Patch 3/3] UefiCpuPkg/PiSmmCpuDxeSmm: Consume PcdAcpiS3Enable to control the code Michael Kinney
2016-08-23 13:59 ` [Patch 0/3] Use PcdAcpiS3Enable in CpuS3DataDxe and PiSmmCpuDxeSmm Laszlo Ersek

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