Revision: 16771
http://sourceforge.net/p/edk2/code/16771
Author: hwu1225
Date: 2015-02-05 07:00:35 +0000 (Thu, 05 Feb 2015)
Log Message:
-----------
Move EndOfPei signal earlier before giving control back to FspInitDone.
(Sync patch r16480 from main trunk.)
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]>
Revision Links:
--------------
http://sourceforge.net/p/edk2/code/16480
Modified Paths:
--------------
branches/UDK2014.SP1/IntelFspPkg/FspDxeIpl/DxeIpl.c
Modified: branches/UDK2014.SP1/IntelFspPkg/FspDxeIpl/DxeIpl.c
===================================================================
--- branches/UDK2014.SP1/IntelFspPkg/FspDxeIpl/DxeIpl.c 2015-02-05 06:48:03 UTC
(rev 16770)
+++ branches/UDK2014.SP1/IntelFspPkg/FspDxeIpl/DxeIpl.c 2015-02-05 07:00:35 UTC
(rev 16771)
@@ -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
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits