Re: [edk2] [Patch] UefiCpuPkg/S3Resume2Pei: Handle Communicate Ppi not exist issue.

2017-10-24 Thread Zeng, Star
el.com>; Yao, Jiewen <jiewen@intel.com> > Subject: Re: [edk2] [Patch] UefiCpuPkg/S3Resume2Pei: Handle > Communicate Ppi not exist issue. > > Hi Eric, > > On 10/12/17 10:37, Eric Dong wrote: > > Current code assume Communicate Ppi always existed, so it

Re: [edk2] [Patch] UefiCpuPkg/S3Resume2Pei: Handle Communicate Ppi not exist issue.

2017-10-12 Thread Dong, Eric
> > Subject: Re: [edk2] [Patch] UefiCpuPkg/S3Resume2Pei: Handle > Communicate Ppi not exist issue. > > Hi Eric, > > On 10/12/17 10:37, Eric Dong wrote: > > Current code assume Communicate Ppi always existed, so it adds ASSERT > > to confirm it. Ovmf platform hap

Re: [edk2] [Patch] UefiCpuPkg/S3Resume2Pei: Handle Communicate Ppi not exist issue.

2017-10-12 Thread Laszlo Ersek
Hi Eric, On 10/12/17 10:37, Eric Dong wrote: > Current code assume Communicate Ppi always existed, so it adds > ASSERT to confirm it. Ovmf platform happened not has this Ppi, so > the ASSERT been trig. This patch handle Ppi not existed case. > > Cc: Ruiyu Ni > Cc: Jiewen Yao

[edk2] [Patch] UefiCpuPkg/S3Resume2Pei: Handle Communicate Ppi not exist issue.

2017-10-12 Thread Eric Dong
Current code assume Communicate Ppi always existed, so it adds ASSERT to confirm it. Ovmf platform happened not has this Ppi, so the ASSERT been trig. This patch handle Ppi not existed case. Cc: Ruiyu Ni Cc: Jiewen Yao Cc: Laszlo Ersek

Re: [edk2] [Patch] UefiCpuPkg/S3Resume2Pei: Handle Communicate Ppi not exist issue.

2017-10-12 Thread Dong, Eric
iyu...@intel.com>; Laszlo Ersek <ler...@redhat.com>; Yao, Jiewen <jiewen@intel.com> Subject: [edk2] [Patch] UefiCpuPkg/S3Resume2Pei: Handle Communicate Ppi not exist issue. Current code assume Communicate Ppi always existed, so it adds ASSERT to confirm it. Ovmf platform happened no

[edk2] [Patch] UefiCpuPkg/S3Resume2Pei: Handle Communicate Ppi not exist issue.

2017-10-12 Thread Eric Dong
Current code assume Communicate Ppi always existed, so it adds ASSERT to confirm it. Ovmf platform happened not has this Ppi, so the ASSERT been trig. This patch handle Ppi not existed case. Cc: Ruiyu Ni Cc: Jiewen Yao Cc: Laszlo Ersek