X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFspPkg%2FFspDxeIpl%2FDxeIpl.c;h=cddc29e054b55227a5f14783aad32814bfe18ea1;hp=24e6ef75cd0b8f95849a8f300381f72894fa56f6;hb=baaacdc82378d432f1c9c6ae0625869a26c174e0;hpb=0b559c1a1d2f76f87aeafcab2764ca00bb7f8f13 diff --git a/IntelFspPkg/FspDxeIpl/DxeIpl.c b/IntelFspPkg/FspDxeIpl/DxeIpl.c index 24e6ef75cd..cddc29e054 100644 --- a/IntelFspPkg/FspDxeIpl/DxeIpl.c +++ b/IntelFspPkg/FspDxeIpl/DxeIpl.c @@ -423,6 +423,12 @@ DxeLoadCore ( DEBUG ((DEBUG_INFO | DEBUG_INIT, "FSP HOB is located at 0x%08X\n", HobList)); + // + // End of PEI phase signal + // + Status = PeiServicesInstallPpi (&gEndOfPeiSignalPpi); + ASSERT_EFI_ERROR (Status); + // // Give control back to bootloader after FspInit // @@ -434,11 +440,6 @@ DxeLoadCore ( // FspWaitForNotify (); - // - // End of PEI phase signal - // - Status = PeiServicesInstallPpi (&gEndOfPeiSignalPpi); - ASSERT_EFI_ERROR (Status); // // Give control back to the boot loader framework caller