X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FLibrary%2FPeiCoreEntryPoint.h;h=1eb974c9d34f75df0db93b9606934e5670e314d6;hp=42ba464fbec2cd058a709114b1847637a456ceaa;hb=34860f7a069641fb9e14077c01605215aae68a9b;hpb=718715141abc0253f369ca55cce3b69c82913ee2 diff --git a/MdePkg/Include/Library/PeiCoreEntryPoint.h b/MdePkg/Include/Library/PeiCoreEntryPoint.h index 42ba464fbe..1eb974c9d3 100644 --- a/MdePkg/Include/Library/PeiCoreEntryPoint.h +++ b/MdePkg/Include/Library/PeiCoreEntryPoint.h @@ -91,7 +91,7 @@ EfiMain ( The PEI Core must call this function with a NULL FileHandle value as soon as the initial PEI Services Table has been established. - @param FileHandle Handle of the file being invoked.Type EFI_PEI_FILE_HANDLE is defined in FfsFindNextFile(). + @param FileHandle Handle of the file being invoked. @param PeiServices Describes the list of possible PEI Services. **/ @@ -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