X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FLibrary%2FPeiCoreEntryPoint.h;h=1eb974c9d34f75df0db93b9606934e5670e314d6;hp=29c1d9c2e61e17e3ec3db548d754f36c98df0a1a;hb=34860f7a069641fb9e14077c01605215aae68a9b;hpb=f6d2bcc6fa8161d20ff2b3601c94c566b5a9bc35 diff --git a/MdePkg/Include/Library/PeiCoreEntryPoint.h b/MdePkg/Include/Library/PeiCoreEntryPoint.h index 29c1d9c2e6..1eb974c9d3 100644 --- a/MdePkg/Include/Library/PeiCoreEntryPoint.h +++ b/MdePkg/Include/Library/PeiCoreEntryPoint.h @@ -122,7 +122,9 @@ ProcessLibraryConstructorList ( these SEC-hosted PPIs to its PPI database such that both the PEI Foundation and any modules can leverage the associated service calls and/or code in these early PPIs. - @param OldCoreData Pointer to Original startup information. + @param Context A pointer to a private context structure defined by the PEI Core + implementation. The implementation of _ModuleEntryPoint() must set + this parameter is NULL to indicate that this is the first PEI phase. **/ VOID @@ -130,7 +132,7 @@ EFIAPI ProcessModuleEntryPointList ( IN CONST EFI_SEC_PEI_HAND_OFF *SecCoreData, IN CONST EFI_PEI_PPI_DESCRIPTOR *PpiList, - IN VOID *OldCoreData + IN VOID *Context ); #endif