1) DxeIpl should not use UefiDriverEntryPointLib
2) Fix incorrect judgment for ACPI table in legacy region. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5177 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -136,7 +136,8 @@ Returns:
|
||||
VOID *MemoryDescriptor;
|
||||
VOID *NvStorageBase;
|
||||
CHAR8 PrintBuffer[256];
|
||||
|
||||
|
||||
ClearScreen();
|
||||
PrintString("Enter DxeIpl ...\n");
|
||||
/*
|
||||
ClearScreen();
|
||||
@@ -295,7 +296,6 @@ Returns:
|
||||
PrintString("\n\n\n\n\n\n\n\n\n\n");
|
||||
PrintString(" WELCOME TO EFI WORLD!\n");
|
||||
|
||||
|
||||
EnterDxeMain (StackTop, Handoff->DxeCoreEntryPoint, gHob, PageTableBase);
|
||||
|
||||
//
|
||||
@@ -304,3 +304,12 @@ Returns:
|
||||
CpuDeadLoop ();
|
||||
}
|
||||
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
_ModuleEntryPoint (
|
||||
IN EFILDRHANDOFF *Handoff
|
||||
)
|
||||
{
|
||||
DxeInit(Handoff);
|
||||
return EFI_SUCCESS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user