]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/PeiCoreEntryPoint.h
Code have been checked with spec
[mirror_edk2.git] / MdePkg / Include / Library / PeiCoreEntryPoint.h
index 29c1d9c2e61e17e3ec3db548d754f36c98df0a1a..1eb974c9d34f75df0db93b9606934e5670e314d6 100644 (file)
@@ -122,7 +122,9 @@ ProcessLibraryConstructorList (
                         these SEC-hosted PPIs to its PPI database such that both the PEI\r
                         Foundation and any modules can leverage the associated service calls\r
                         and/or code in these early PPIs. \r
                         these SEC-hosted PPIs to its PPI database such that both the PEI\r
                         Foundation and any modules can leverage the associated service calls\r
                         and/or code in these early PPIs. \r
-  @param  OldCoreData   Pointer to Original startup information.\r
+  @param  Context       A pointer to a private context structure defined by the PEI Core\r
+                        implementation. The implementation of _ModuleEntryPoint() must set\r
+                        this parameter is NULL to indicate that this is the first PEI phase.\r
 \r
 **/\r
 VOID\r
 \r
 **/\r
 VOID\r
@@ -130,7 +132,7 @@ EFIAPI
 ProcessModuleEntryPointList (\r
   IN CONST  EFI_SEC_PEI_HAND_OFF    *SecCoreData,\r
   IN CONST  EFI_PEI_PPI_DESCRIPTOR  *PpiList,\r
 ProcessModuleEntryPointList (\r
   IN CONST  EFI_SEC_PEI_HAND_OFF    *SecCoreData,\r
   IN CONST  EFI_PEI_PPI_DESCRIPTOR  *PpiList,\r
-  IN VOID                           *OldCoreData\r
+  IN VOID                           *Context\r
   );\r
 \r
 #endif\r
   );\r
 \r
 #endif\r