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:
@ -50,6 +50,10 @@ Returns:
|
|||||||
EFI_STATUS Status;
|
EFI_STATUS Status;
|
||||||
VOID *Pe32Data;
|
VOID *Pe32Data;
|
||||||
EFI_PEI_FV_FILE_LOADER_PPI *FvLoadFilePpi;
|
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;
|
EFI_PHYSICAL_ADDRESS ImageAddress;
|
||||||
UINT64 ImageSize;
|
UINT64 ImageSize;
|
||||||
EFI_PHYSICAL_ADDRESS ImageEntryPoint;
|
EFI_PHYSICAL_ADDRESS ImageEntryPoint;
|
||||||
|
@ -82,8 +82,9 @@ PeiCore (
|
|||||||
|
|
||||||
Routine Description:
|
Routine Description:
|
||||||
|
|
||||||
Main entry point to Pei Core. After switching stack in the PEI core,
|
The entry routine to Pei Core, invoked by PeiMain during transition
|
||||||
it will restart with the old core data.
|
from SEC to PEI. After switching stack in the PEI core, it will restart
|
||||||
|
with the old core data.
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user