]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFspPkg/Library/BaseFspPlatformLib/FspPlatformNotify.c
Update IntelFspPkg to support FSP1.1
[mirror_edk2.git] / IntelFspPkg / Library / BaseFspPlatformLib / FspPlatformNotify.c
index 33b2ebfe12564e57e54cde629eda87628e15c7e4..e6f5fe8f5bc30c7bbb0af7064e69a99187b735ba 100644 (file)
@@ -89,7 +89,7 @@ FspNotificationHandler (
 \r
 /**\r
   This function transfer control to the ContinuationFunc passed in by the\r
-  bootloader.\r
+  BootLoader.\r
 \r
 **/\r
 VOID\r
@@ -101,9 +101,9 @@ FspInitDone (
   FSP_INIT_PARAMS        *FspInitParams;\r
 \r
   if (GetFspApiCallingMode() == 0) {\r
-       //\r
-       // FspInit API is used, so jump into the ContinuationFunc\r
-       //\r
+    //\r
+    // FspInit API is used, so jump into the ContinuationFunc\r
+    //\r
     FspInitParams   = (FSP_INIT_PARAMS *)GetFspApiParameter ();\r
   \r
     //\r
@@ -139,8 +139,8 @@ FspInitDone (
 }\r
 \r
 /**\r
-  This function handle NotifyPhase API call from the bootloader.\r
-  It gives control back to the bootloader after it is handled. If the\r
+  This function handle NotifyPhase API call from the BootLoader.\r
+  It gives control back to the BootLoader after it is handled. If the\r
   Notification code is a ReadyToBoot event, this function will return\r
   and FSP continues the remaining execution until it reaches the DxeIpl.\r
 \r