[edk2-devel][PATCH v1 0/2] Supporting S3 in 64bit PEI

Kuo, Ted posted 2 patches 1 year, 4 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
.../BootScriptExecutorDxe/ScriptExecute.c     | 21 ++--
.../BootScriptExecutorDxe/X64/SetIdtEntry.c   |  4 +-
.../Acpi/S3SaveStateDxe/AcpiS3ContextSave.c   | 10 +-
UefiCpuPkg/PiSmmCpuDxeSmm/CpuS3.c             | 13 ++-
UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf  |  1 +
.../ResetVector/Vtf0/Ia16/Real16ToFlat32.asm  | 63 ++++++++----
.../Universal/Acpi/S3Resume2Pei/S3Resume.c    | 96 ++++++++++++-------
7 files changed, 138 insertions(+), 70 deletions(-)
[edk2-devel][PATCH v1 0/2] Supporting S3 in 64bit PEI
Posted by Kuo, Ted 1 year, 4 months ago
This patch set enables S3 in 64bit PEI.

Ted Kuo (2):
  UefiCpuPkg: Supporting S3 in 64bit PEI
  MdeModulePkg: Supporting S3 in 64bit PEI

 .../BootScriptExecutorDxe/ScriptExecute.c     | 21 ++--
 .../BootScriptExecutorDxe/X64/SetIdtEntry.c   |  4 +-
 .../Acpi/S3SaveStateDxe/AcpiS3ContextSave.c   | 10 +-
 UefiCpuPkg/PiSmmCpuDxeSmm/CpuS3.c             | 13 ++-
 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf  |  1 +
 .../ResetVector/Vtf0/Ia16/Real16ToFlat32.asm  | 63 ++++++++----
 .../Universal/Acpi/S3Resume2Pei/S3Resume.c    | 96 ++++++++++++-------
 7 files changed, 138 insertions(+), 70 deletions(-)

-- 
2.35.3.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#97466): https://edk2.groups.io/g/devel/message/97466
Mute This Topic: https://groups.io/mt/95690179/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel][PATCH v1 0/2] Supporting S3 in 64bit PEI
Posted by Ni, Ray 1 year, 4 months ago
Ted,
Thanks for your hard working on the final public patch that enables S3 in 64bit PEI.

Reviewed-by: Ray Ni <ray.ni@intel.com>

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Kuo, Ted
> Sent: Thursday, December 15, 2022 10:47 PM
> To: devel@edk2.groups.io
> Subject: [edk2-devel][PATCH v1 0/2] Supporting S3 in 64bit PEI
> 
> This patch set enables S3 in 64bit PEI.
> 
> Ted Kuo (2):
>   UefiCpuPkg: Supporting S3 in 64bit PEI
>   MdeModulePkg: Supporting S3 in 64bit PEI
> 
>  .../BootScriptExecutorDxe/ScriptExecute.c     | 21 ++--
>  .../BootScriptExecutorDxe/X64/SetIdtEntry.c   |  4 +-
>  .../Acpi/S3SaveStateDxe/AcpiS3ContextSave.c   | 10 +-
>  UefiCpuPkg/PiSmmCpuDxeSmm/CpuS3.c             | 13 ++-
>  UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf  |  1 +
>  .../ResetVector/Vtf0/Ia16/Real16ToFlat32.asm  | 63 ++++++++----
>  .../Universal/Acpi/S3Resume2Pei/S3Resume.c    | 96 ++++++++++++-------
>  7 files changed, 138 insertions(+), 70 deletions(-)
> 
> --
> 2.35.3.windows.1
> 
> 
> 
> 
> 



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#97493): https://edk2.groups.io/g/devel/message/97493
Mute This Topic: https://groups.io/mt/95690179/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel][PATCH v1 0/2] Supporting S3 in 64bit PEI
Posted by Zhiguang Liu 1 year, 4 months ago
For this patch serial 
Reviewed-by: Zhiguang Liu <zhiguang.liu@intel.com>

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Kuo, Ted
> Sent: Thursday, December 15, 2022 10:47 PM
> To: devel@edk2.groups.io
> Subject: [edk2-devel][PATCH v1 0/2] Supporting S3 in 64bit PEI
> 
> This patch set enables S3 in 64bit PEI.
> 
> Ted Kuo (2):
>   UefiCpuPkg: Supporting S3 in 64bit PEI
>   MdeModulePkg: Supporting S3 in 64bit PEI
> 
>  .../BootScriptExecutorDxe/ScriptExecute.c     | 21 ++--
>  .../BootScriptExecutorDxe/X64/SetIdtEntry.c   |  4 +-
>  .../Acpi/S3SaveStateDxe/AcpiS3ContextSave.c   | 10 +-
>  UefiCpuPkg/PiSmmCpuDxeSmm/CpuS3.c             | 13 ++-
>  UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf  |  1
> +  .../ResetVector/Vtf0/Ia16/Real16ToFlat32.asm  | 63 ++++++++----
>  .../Universal/Acpi/S3Resume2Pei/S3Resume.c    | 96 ++++++++++++-------
>  7 files changed, 138 insertions(+), 70 deletions(-)
> 
> --
> 2.35.3.windows.1
> 
> 
> 
> 
> 



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#97491): https://edk2.groups.io/g/devel/message/97491
Mute This Topic: https://groups.io/mt/95690179/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-