Revision: 16480
          http://sourceforge.net/p/edk2/code/16480
Author:   jyao1
Date:     2014-12-06 01:05:19 +0000 (Sat, 06 Dec 2014)
Log Message:
-----------
Move EndOfPei signal earlier before giving control back to FspInitDone.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: "Yao, Jiewen" <[email protected]>
Reviewed-by: "Rangarajan, Ravi P" <[email protected]>
Reviewed-by: "Ma, Maurice" <[email protected]>
Reviewed-by: "Mudusuru, Giri P" <[email protected]>

Modified Paths:
--------------
    trunk/edk2/IntelFspPkg/FspDxeIpl/DxeIpl.c

Modified: trunk/edk2/IntelFspPkg/FspDxeIpl/DxeIpl.c
===================================================================
--- trunk/edk2/IntelFspPkg/FspDxeIpl/DxeIpl.c   2014-12-06 00:31:40 UTC (rev 
16479)
+++ trunk/edk2/IntelFspPkg/FspDxeIpl/DxeIpl.c   2014-12-06 01:05:19 UTC (rev 
16480)
@@ -424,6 +424,12 @@
   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
   //
   DEBUG ((DEBUG_INFO | DEBUG_INIT, "FSP is waiting for NOTIFY\n"));
@@ -434,11 +440,6 @@
   //
   FspWaitForNotify ();
 
-  //
-  // End of PEI phase signal
-  //
-  Status = PeiServicesInstallPpi (&gEndOfPeiSignalPpi);
-  ASSERT_EFI_ERROR (Status);
 
   //
   // Give control back to the boot loader framework caller


------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to