]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.c
Minor grammatical work--mostly adding periods. Items with ONLY period added did...
[mirror_edk2.git] / MdePkg / Library / PeiCoreEntryPoint / PeiCoreEntryPoint.c
index 698739825c457ba33e046ac9cdfffea3dea67489..5662ccff15f0db3a874a98397a921760019b46a2 100644 (file)
@@ -1,11 +1,11 @@
 /** @file\r
   Entry point to a the PEI Core.\r
 \r
-Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2010, 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
-http://opensource.org/licenses/bsd-license.php\r
+http://opensource.org/licenses/bsd-license.php.\r
 \r
 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -39,17 +39,19 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   the PEI Services Table and the file handle for the PEI Core itself have been established.\r
   If ProcessModuleEntryPointList() returns, then ASSERT() and halt the system.\r
 \r
-  @param SecCoreData  Points to a data structure containing information about the PEI\r
-                      core's operating environment, such as the size and location of\r
-                      temporary RAM, the stack location and the BFV location. \r
-\r
-  @param PpiList      Points to a list of one or more PPI descriptors to be installed\r
-                      initially by the PEI core. An empty PPI list consists of a single\r
-                      descriptor with the end-tag EFI_PEI_PPI_DESCRIPTOR_TERMINATE_LIST.\r
-                      As part of its initialization phase, the PEI Foundation will add\r
-                      these SEC-hosted PPIs to its PPI database such that both the PEI\r
-                      Foundation and any modules can leverage the associated service calls\r
-                      and/or code in these early PPIs.\r
+  @param SecCoreData  Points to a data structure containing information about the \r
+                      PEI core's operating environment, such as the size and \r
+                      location of temporary RAM, the stack location and the BFV \r
+                      location.\r
+                      \r
+  @param PpiList      Points to a list of one or more PPI descriptors to be \r
+                      installed initially by the PEI core. An empty PPI list \r
+                      consists of a single descriptor with the end-tag \r
+                      EFI_PEI_PPI_DESCRIPTOR_TERMINATE_LIST.\r
+                      As part of its initialization phase, the PEI Foundation will\r
+                      add these SEC-hosted PPIs to its PPI database, such that both \r
+                      the PEI Foundation and any modules can leverage the associated \r
+                      service calls and/or code in these early PPIs.\r
 \r
 **/\r
 VOID\r
@@ -79,12 +81,13 @@ _ModuleEntryPoint(
                       the stack location and the BFV location. \r
 \r
   @param PpiList      Points to a list of one or more PPI descriptors to be installed\r
-                      initially by the PEI core.  An empty PPI list consists of a single\r
-                      descriptor with the end-tag EFI_PEI_PPI_DESCRIPTOR_TERMINATE_LIST.\r
-                      As part of its initialization phase, the PEI Foundation will add these\r
-                      SEC-hosted PPIs to its PPI database such that both the PEI Foundation\r
-                      and any modules can leverage the associated service calls and/or code\r
-                      in these early PPIs.\r
+                      initially by the PEI core.  An empty PPI list consists of \r
+                      a single descriptor with the end-tag \r
+                      EFI_PEI_PPI_DESCRIPTOR_TERMINATE_LIST.\r
+                      As part of its initialization phase, the PEI Foundation will \r
+                      add these SEC-hosted PPIs to its PPI database, such that both \r
+                      the PEI Foundationand any modules can leverage the associated \r
+                      service calls and/or code in these early PPIs.\r
 \r
 **/\r
 VOID\r