]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Pei/Memory/MemoryServices.c
Synchronize the comments for PeiService.
[mirror_edk2.git] / MdeModulePkg / Core / Pei / Memory / MemoryServices.c
index de32b69bd2ce868a80a1797ad12dfb1796c3d89c..d24897d7767b505022f074df42f25342b67881b3 100644 (file)
@@ -79,9 +79,9 @@ InitializeMemoryServices (
   Install the permanent memory is now available.\r
   Creates HOB (PHIT and Stack).\r
 \r
-  @param PeiServices     - The PEI core services table.\r
-  @param MemoryBegin     - Start of memory address.\r
-  @param MemoryLength    - Length of memory.\r
+  @param PeiServices        An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation.\r
+  @param MemoryBegin        Start of memory address.\r
+  @param MemoryLength       Length of memory.\r
 \r
   @return EFI_SUCCESS Always success.\r
 \r
@@ -114,10 +114,10 @@ PeiInstallPeiMemory (
   not usable prior to the memory installation.\r
 \r
 \r
-  @param PeiServices     - The PEI core services table.\r
-  @param MemoryType      Type of memory to allocate.\r
-  @param Pages           Number of pages to allocate.\r
-  @param Memory          Pointer of memory allocated.\r
+  @param PeiServices     An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation.\r
+  @param MemoryType      Type of memory to allocate.\r
+  @param Pages           Number of pages to allocate.\r
+  @param Memory          Pointer of memory allocated.\r
 \r
   @retval EFI_SUCCESS              The allocation was successful\r
   @retval EFI_INVALID_PARAMETER    Only AllocateAnyAddress is supported.\r
@@ -213,9 +213,9 @@ PeiAllocatePages (
   Memory allocation service on the CAR.\r
 \r
 \r
-  @param PeiServices     - The PEI core services table.\r
-  @param Size            Amount of memory required\r
-  @param Buffer          Address of pointer to the buffer\r
+  @param PeiServices     An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation.\r
+  @param Size            Amount of memory required\r
+  @param Buffer          Address of pointer to the buffer\r
 \r
   @retval EFI_SUCCESS              The allocation was successful\r
   @retval EFI_OUT_OF_RESOURCES     There is not enough heap to satisfy the requirement\r