Make DxeIpl "assembly-free" to avoid the undesired LongMode.obj code in image even if we do not choose to switch to long mode.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2031 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -107,22 +107,5 @@ PeimInitializeDxeIpl (
|
||||
IN EFI_PEI_SERVICES **PeiServices
|
||||
);
|
||||
|
||||
EFI_PHYSICAL_ADDRESS
|
||||
CreateIdentityMappingPageTables (
|
||||
IN UINT32 NumberOfProcessorPhysicalAddressBits
|
||||
)
|
||||
;
|
||||
|
||||
VOID
|
||||
ActivateLongMode (
|
||||
IN EFI_PHYSICAL_ADDRESS PageTables,
|
||||
IN EFI_PHYSICAL_ADDRESS HobStart,
|
||||
IN EFI_PHYSICAL_ADDRESS Stack,
|
||||
IN EFI_PHYSICAL_ADDRESS CodeEntryPoint1,
|
||||
IN EFI_PHYSICAL_ADDRESS CodeEntryPoint2
|
||||
);
|
||||
|
||||
VOID
|
||||
LoadGo64Gdt();
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user