summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-19 08:52:23 +0000
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-19 08:52:23 +0000
commit6d728ea86e4bf50d6d77847a95ad8f4657bda406 (patch)
treef2d41f30cbc3c68a5c4db43bdec0cf28d34a83d3 /MdePkg
parentd0218f26a8da513c4fe57f55d399f2c390028935 (diff)
downloadedk2-6d728ea86e4bf50d6d77847a95ad8f4657bda406.zip
edk2-6d728ea86e4bf50d6d77847a95ad8f4657bda406.tar.gz
edk2-6d728ea86e4bf50d6d77847a95ad8f4657bda406.tar.bz2
Comments have been synchronized with spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6626 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Library/PeiCoreEntryPoint.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/MdePkg/Include/Library/PeiCoreEntryPoint.h b/MdePkg/Include/Library/PeiCoreEntryPoint.h
index 9c0acd0..4d38468 100644
--- a/MdePkg/Include/Library/PeiCoreEntryPoint.h
+++ b/MdePkg/Include/Library/PeiCoreEntryPoint.h
@@ -47,7 +47,9 @@ _ModuleEntryPoint(
);
/**
- Wrapper of enrty point to PEI core.
+ Required by the EBC compiler and identical in functionality to _ModuleEntryPoint().
+
+ This function is required to call _ModuleEntryPoint() passing in SecCoreData and PpiList.
@param SecCoreData Points to a data structure containing
information about the PEI core's
@@ -79,7 +81,11 @@ EfiMain (
);
/**
- Call constructs for all libraries. Automatics Generated by tool.
+ Autogenerated function that calls the library constructors for all of the module's
+ dependent libraries.
+
+ This function must be called by the PEI Core once an initial PEI Services Table has
+ been established.
@param FileHandle Handle of the file being invoked.
Type EFI_PEI_FILE_HANDLE is defined in FfsFindNextFile().
@@ -95,7 +101,9 @@ ProcessLibraryConstructorList (
/**
- Call the list of driver entry points. Automatics Generated by tool.
+ Autogenerated function that calls a set of module entry points.
+
+ This function must be called by _ModuleEntryPoint().
@param SecCoreData Points to a data structure containing
information about the PEI core's