Re: [edk2] [PATCH] UefiCpuPkg/CpuMpPei: Correct BIST PPI logic.

2018-07-23 Thread Dong, Eric
nal Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Marvin Häuser > Sent: Sunday, July 22, 2018 6:17 AM > To: edk2-devel@lists.01.org > Cc: ler...@redhat.com; Dong, Eric > Subject: [edk2] [PATCH] UefiCpuPkg/CpuMpPei: Correct BIST PPI

Re: [edk2] [PATCH] UefiCpuPkg/CpuMpPei: Correct BIST PPI logic.

2018-07-23 Thread Laszlo Ersek
On 07/22/18 00:17, Marvin Häuser wrote: > Currently, the SecPlatformInformation2 PPI is installed when either > there is none present or the present one doesn't lack data. > Update the logic to only install the SecPlatformInformation2 PPI when > it's not already installed so that an up-to-date PPI

[edk2] [PATCH] UefiCpuPkg/CpuMpPei: Correct BIST PPI logic.

2018-07-21 Thread Marvin Häuser
Currently, the SecPlatformInformation2 PPI is installed when either there is none present or the present one doesn't lack data. Update the logic to only install the SecPlatformInformation2 PPI when it's not already installed so that an up-to-date PPI remains the only one and unchanged.