]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFsp2Pkg/FspNotifyPhase/FspNotifyPhasePeim.c
IntelFsp2Pkg: Clean up source files
[mirror_edk2.git] / IntelFsp2Pkg / FspNotifyPhase / FspNotifyPhasePeim.c
index 6acdeb3b60314e9a1233252e202230c4fffffe73..52435fa0b2d82715d76f733ca6d50933bfbcf50a 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Source file for FSP notify phase PEI module\r
 \r
-  Copyright (c) 2016, Intel Corporation. All rights reserved.\r
+  Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
 /**\r
 \r
    This function waits for FSP notify.\r
-    \r
+\r
    @param This          Entry point for DXE IPL PPI.\r
    @param PeiServices   General purpose services available to every PEIM.\r
    @param HobList       Address to the Pei HOB list.\r
-   \r
+\r
    @return EFI_SUCCESS              This function never returns.\r
 \r
 **/\r
@@ -51,11 +51,11 @@ CONST EFI_PEI_PPI_DESCRIPTOR gEndOfPeiSignalPpi = {
 /**\r
 \r
    This function waits for FSP notify.\r
-    \r
+\r
    @param This          Entry point for DXE IPL PPI.\r
    @param PeiServices   General purpose services available to every PEIM.\r
    @param HobList       Address to the Pei HOB list.\r
-   \r
+\r
    @return EFI_SUCCESS              This function never returns.\r
 \r
 **/\r
@@ -81,7 +81,7 @@ WaitForNotify (
   // Give control back to BootLoader after FspSiliconInit\r
   //\r
   DEBUG ((DEBUG_INFO | DEBUG_INIT, "FSP is waiting for NOTIFY\n"));\r
-  FspSiliconInitDone ();\r
+  FspSiliconInitDone2 (EFI_SUCCESS);\r
 \r
   //\r
   // BootLoader called FSP again through NotifyPhase\r