]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/IpfBootSupport.c
EmbeddedPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / IntelFrameworkModulePkg / Csm / LegacyBiosDxe / Ipf / IpfBootSupport.c
index 8c8f6d321b57b0fbfb356ac22fcd82f51344ecaa..b4cc8d253da4a89412524e09740c4bd3f1d4a711 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 \r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions\r
@@ -223,7 +223,7 @@ RelocateImageUnder4GIfNeeded (
       }\r
       ImageContext.ImageAddress = (PHYSICAL_ADDRESS)MemoryAddress;\r
       //\r
-      // Align buffer on section boundry\r
+      // Align buffer on section boundary\r
       //\r
       ImageContext.ImageAddress += ImageContext.SectionAlignment - 1;\r
      ImageContext.ImageAddress &= ~((PHYSICAL_ADDRESS)ImageContext.SectionAlignment - 1);\r
@@ -248,7 +248,7 @@ RelocateImageUnder4GIfNeeded (
 \r
       //\r
       // Create a new handle with gEfiCallerIdGuid to be used as the ImageHandle fore the reloaded image\r
-      // \r
+      //\r
       NewImageHandle = NULL;\r
       Status = gBS->InstallProtocolInterface (\r
                       &NewImageHandle,\r