X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FCore%2FDxeIplPeim%2FIpf%2FDxeLoadFunc.c;fp=MdeModulePkg%2FCore%2FDxeIplPeim%2FIpf%2FDxeLoadFunc.c;h=2c94dc70b74d12d0f5d1c2993b5472e6bee681e9;hp=c31cba8dcf1f9150267c33ada8aba64e78afdb3e;hb=b98da1b1f9b726f580d05f8680455122ba924da6;hpb=f8ea30263caf89a7ebefa417a642beea3db15ad7 diff --git a/MdeModulePkg/Core/DxeIplPeim/Ipf/DxeLoadFunc.c b/MdeModulePkg/Core/DxeIplPeim/Ipf/DxeLoadFunc.c index c31cba8dcf..2c94dc70b7 100644 --- a/MdeModulePkg/Core/DxeIplPeim/Ipf/DxeLoadFunc.c +++ b/MdeModulePkg/Core/DxeIplPeim/Ipf/DxeLoadFunc.c @@ -74,6 +74,9 @@ HandOffToDxeCore ( // UpdateStackHob ((EFI_PHYSICAL_ADDRESS)(UINTN) BaseOfStack, STACK_SIZE); + // + // Transfer the control to the entry point of DxeCore. + // SwitchStack ( (SWITCH_STACK_ENTRY_POINT)(UINTN)DxeCoreEntryPoint, HobList.Raw,