mirror of https://github.com/acidanthera/audk.git
Apply changes(Unix Type to Windows Type) to the rest of the 2 files:
edk2\EdkModulePkg\Core\Pei\Image\Image.c edk2\EdkModulePkg\Core\Pei\PeiMain\Peimain.c git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@431 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
6652e7be38
commit
a0b7c09f23
|
@ -50,6 +50,10 @@ Returns:
|
|||
EFI_STATUS Status;
|
||||
VOID *Pe32Data;
|
||||
EFI_PEI_FV_FILE_LOADER_PPI *FvLoadFilePpi;
|
||||
//#ifdef EFI_NT_EMULATOR
|
||||
// EFI_PEI_PPI_DESCRIPTOR *PpiDescriptor;
|
||||
// NT_PEI_LOAD_FILE_PPI *PeiNtService;
|
||||
//#endif
|
||||
EFI_PHYSICAL_ADDRESS ImageAddress;
|
||||
UINT64 ImageSize;
|
||||
EFI_PHYSICAL_ADDRESS ImageEntryPoint;
|
||||
|
|
|
@ -82,8 +82,9 @@ PeiCore (
|
|||
|
||||
Routine Description:
|
||||
|
||||
Main entry point to Pei Core. After switching stack in the PEI core,
|
||||
it will restart with the old core data.
|
||||
The entry routine to Pei Core, invoked by PeiMain during transition
|
||||
from SEC to PEI. After switching stack in the PEI core, it will restart
|
||||
with the old core data.
|
||||
|
||||
Arguments:
|
||||
|
||||
|
|
Loading…
Reference in New Issue