]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/PeiCoreEntryPoint.h
Comments have been synchronized with spec.
[mirror_edk2.git] / MdePkg / Include / Library / PeiCoreEntryPoint.h
index 9c0acd01095edc2c35362f54c4568cb3c56d95aa..4d38468685ae14c8b95c872856d0d305a845d5e5 100644 (file)
@@ -47,7 +47,9 @@ _ModuleEntryPoint(
   );\r
 \r
 /**\r
-  Wrapper of enrty point to PEI core.\r
+  Required by the EBC compiler and identical in functionality to _ModuleEntryPoint().\r
+\r
+  This function is required to call _ModuleEntryPoint() passing in SecCoreData and PpiList.\r
 \r
   @param SecCoreData    Points to a data structure containing\r
                         information about the PEI core's\r
@@ -79,7 +81,11 @@ EfiMain (
   );\r
 \r
 /**\r
-  Call constructs for all libraries. Automatics Generated by tool.\r
+  Autogenerated function that calls the library constructors for all of the module's\r
+  dependent libraries.\r
+\r
+  This function must be called by the PEI Core once an initial PEI Services Table has\r
+  been established.\r
 \r
   @param  FileHandle  Handle of the file being invoked. \r
                       Type EFI_PEI_FILE_HANDLE is defined in FfsFindNextFile().\r
@@ -95,7 +101,9 @@ ProcessLibraryConstructorList (
 \r
 \r
 /**\r
-  Call the list of driver entry points. Automatics Generated by tool.\r
+  Autogenerated function that calls a set of module entry points.\r
+\r
+  This function must be called by _ModuleEntryPoint().\r
 \r
   @param SecCoreData    Points to a data structure containing\r
                         information about the PEI core's\r