]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFspPkg/FspDxeIpl/DxeIpl.c
Update IntelFspPkg to support FSP1.1
[mirror_edk2.git] / IntelFspPkg / FspDxeIpl / DxeIpl.c
index cddc29e054b55227a5f14783aad32814bfe18ea1..f6e1116f5755e096a9e758b531b5926b8e384a48 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-  Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>\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
@@ -430,13 +430,13 @@ DxeLoadCore (
   ASSERT_EFI_ERROR (Status);\r
 \r
   //\r
-  // Give control back to bootloader after FspInit\r
+  // Give control back to BootLoader after FspInit\r
   //\r
   DEBUG ((DEBUG_INFO | DEBUG_INIT, "FSP is waiting for NOTIFY\n"));\r
   FspInitDone ();\r
 \r
   //\r
-  // Bootloader called FSP again through NotifyPhase\r
+  // BootLoader called FSP again through NotifyPhase\r
   //\r
   FspWaitForNotify ();\r
 \r