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

2022-12-16 Thread Ni, Ray
Ted,
Can you fix the GCC failures? Refer https://github.com/tianocore/edk2/pull/3781

> -Original Message-
> From: devel@edk2.groups.io  On Behalf Of Ni, Ray
> Sent: Friday, December 16, 2022 4:55 PM
> To: devel@edk2.groups.io; Kuo, Ted 
> Subject: Re: [edk2-devel][PATCH v1 0/2] Supporting S3 in 64bit PEI
> 
> Ted,
> Thanks for your hard working on the final public patch that enables S3 in 
> 64bit PEI.
> 
> Reviewed-by: Ray Ni 
> 
> > -Original Message-
> > From: 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 (#97504): https://edk2.groups.io/g/devel/message/97504
Mute This Topic: https://groups.io/mt/95690179/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




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

2022-12-16 Thread Ni, Ray
Ted,
Thanks for your hard working on the final public patch that enables S3 in 64bit 
PEI.

Reviewed-by: Ray Ni 

> -Original Message-
> From: 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/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




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

2022-12-16 Thread Zhiguang Liu
For this patch serial 
Reviewed-by: Zhiguang Liu 

> -Original Message-
> From: 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/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




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

2022-12-15 Thread Kuo, Ted
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/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-