UefiCpuPkg/S3Resume2Pei: Rename EDKII_PEI_MP_SERVICES2_PPI
EDKII_PEI_MP_SERVICES2_PPI has been renamed to EFI_PEI_MP_SERVICES2_PPI and moved to MdePkg. Relevant changes have been made here. Signed-off-by: Sachin Ganesh <sachinganesh@ami.com>
This commit is contained in:
parent
7aa2b3106c
commit
e5dae263fe
|
@ -1017,7 +1017,7 @@ S3RestoreConfig2 (
|
|||
BOOLEAN Build4GPageTableOnly;
|
||||
BOOLEAN InterruptStatus;
|
||||
IA32_CR0 Cr0;
|
||||
EDKII_PEI_MP_SERVICES2_PPI *MpService2Ppi;
|
||||
EFI_PEI_MP_SERVICES2_PPI *MpService2Ppi;
|
||||
MTRR_SETTINGS MtrrTable;
|
||||
|
||||
TempAcpiS3Context = 0;
|
||||
|
@ -1115,7 +1115,7 @@ S3RestoreConfig2 (
|
|||
// Get MP Services2 Ppi to pass it to Smm S3.
|
||||
//
|
||||
Status = PeiServicesLocatePpi (
|
||||
&gEdkiiPeiMpServices2PpiGuid,
|
||||
&gEfiPeiMpServices2PpiGuid,
|
||||
0,
|
||||
NULL,
|
||||
(VOID **)&MpService2Ppi
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
gPeiPostScriptTablePpiGuid ## SOMETIMES_PRODUCES
|
||||
gEfiEndOfPeiSignalPpiGuid ## SOMETIMES_PRODUCES
|
||||
gEfiPeiSmmCommunicationPpiGuid ## SOMETIMES_CONSUMES
|
||||
gEdkiiPeiMpServices2PpiGuid ## SOMETIMES_CONSUMES
|
||||
gEfiPeiMpServices2PpiGuid ## SOMETIMES_CONSUMES
|
||||
|
||||
[FeaturePcd]
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode ## CONSUMES
|
||||
|
|
Loading…
Reference in New Issue