Comments have been synchronized with spec.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6626 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jji4 2008-11-19 08:52:23 +00:00
parent d0218f26a8
commit 6d728ea86e
1 changed files with 11 additions and 3 deletions

View File

@ -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