mirror of https://github.com/acidanthera/audk.git
Comments checked with spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7464 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
63ba999ccb
commit
47c6e0f758
|
@ -24,11 +24,10 @@ extern VOID *gHobList;
|
|||
/**
|
||||
The entry point of PE/COFF Image for the DXE Core.
|
||||
|
||||
This function is the entry point for the DXE Core. This function is required
|
||||
to call ProcessModuleEntryPointList() and ProcessModuleEntryPointList() is never
|
||||
expected to return. The DXE Core is responsible for calling ProcessLibraryConstructorList()
|
||||
as soon as the EFI System Table and the image handle for the DXE Core itself have
|
||||
been established.
|
||||
This function is the entry point for the DXE Core. This function is required to call
|
||||
ProcessModuleEntryPointList() and ProcessModuleEntryPointList() is never expected to return.
|
||||
The DXE Core is responsible for calling ProcessLibraryConstructorList() as soon as the EFI
|
||||
System Table and the image handle for the DXE Core itself have been established.
|
||||
If ProcessModuleEntryPointList() returns, then ASSERT() and halt the system.
|
||||
|
||||
@param HobStart Pointer to the beginning of the HOB List passed in from the PEI Phase.
|
||||
|
|
|
@ -28,11 +28,10 @@ VOID *gHobList = NULL;
|
|||
/**
|
||||
The entry point of PE/COFF Image for the DXE Core.
|
||||
|
||||
This function is the entry point for the DXE Core. This function is required
|
||||
to call ProcessModuleEntryPointList() and ProcessModuleEntryPointList() is never
|
||||
expected to return. The DXE Core is responsible for calling ProcessLibraryConstructorList()
|
||||
as soon as the EFI System Table and the image handle for the DXE Core itself have
|
||||
been established.
|
||||
This function is the entry point for the DXE Core. This function is required to call
|
||||
ProcessModuleEntryPointList() and ProcessModuleEntryPointList() is never expected to return.
|
||||
The DXE Core is responsible for calling ProcessLibraryConstructorList() as soon as the EFI
|
||||
System Table and the image handle for the DXE Core itself have been established.
|
||||
If ProcessModuleEntryPointList() returns, then ASSERT() and halt the system.
|
||||
|
||||
@param HobStart Pointer to the beginning of the HOB List passed in from the PEI Phase.
|
||||
|
|
Loading…
Reference in New Issue