]> git.proxmox.com Git - mirror_edk2.git/commitdiff
correct comments
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 8 Aug 2008 01:37:44 +0000 (01:37 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 8 Aug 2008 01:37:44 +0000 (01:37 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5616 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Core/Pei/BootMode/BootMode.c
MdeModulePkg/Core/Pei/Reset/Reset.c
MdeModulePkg/Core/Pei/Security/Security.c

index eac541d5742a4a6bb92400e2507d2e0302add851..8c38fa8dc6d3fd62633cf32824cd819e18bf08d6 100644 (file)
@@ -21,7 +21,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 /**\r
   This service enables PEIMs to ascertain the present value of the boot mode.\r
 \r
-  @param PeiServices            The PEI core services table.\r
+  @param PeiServices            An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation.\r
   @param BootMode               A pointer to contain the value of the boot mode.\r
 \r
   @retval EFI_SUCCESS           The boot mode was returned successfully.\r
@@ -58,10 +58,10 @@ PeiGetBootMode (
   This service enables PEIMs to update the boot mode variable.\r
 \r
 \r
-  @param PeiServices     - The PEI core services table.\r
-  @param BootMode        - The value of the boot mode to set.\r
+  @param PeiServices      An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation.\r
+  @param BootMode         The value of the boot mode to set.\r
 \r
-  @return EFI_SUCCESS    - The value was successfully updated\r
+  @return EFI_SUCCESS     The value was successfully updated\r
 \r
 **/\r
 EFI_STATUS\r
index f71a23375f62a3f55985aca084bd1ddba68b7ce1..0bd016b8d484bc76bf8f278fa00935ceaf8987e7 100644 (file)
@@ -19,7 +19,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   Core version of the Reset System\r
 \r
 \r
-  @param PeiServices     - The PEI core services table.\r
+  @param PeiServices                An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation.\r
 \r
   @retval EFI_NOT_AVAILABLE_YET     PPI not available yet.\r
   @retval EFI_DEVICE_ERROR          Did not reset system.\r
index b7cc10058ef642ea4306730809cd70cbe27deb92..7460707a274f164589a5befc2b744856f6703984 100644 (file)
@@ -18,9 +18,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
   Provide a callback for when the security PPI is installed.\r
 \r
-  @param PeiServices     - The PEI core services table.\r
-  @param NotifyDescriptor - The descriptor for the notification event.\r
-  @param Ppi             - Pointer to the PPI in question.\r
+  @param PeiServices        An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation.\r
+  @param NotifyDescriptor   The descriptor for the notification event.\r
+  @param Ppi                Pointer to the PPI in question.\r
 \r
   @return Always success\r
 \r
@@ -42,7 +42,7 @@ STATIC EFI_PEI_NOTIFY_DESCRIPTOR mNotifyList = {
 /**\r
   Initialize the security services.\r
 \r
-  @param PeiServices     The PEI core services table.\r
+  @param PeiServices     An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation.\r
   @param OldCoreData     Pointer to the old core data.\r
                          NULL if being run in non-permament memory mode.\r
 \r
@@ -63,9 +63,9 @@ InitializeSecurityServices (
 \r
   Provide a callback for when the security PPI is installed.\r
 \r
-  @param PeiServices     - The PEI core services table.\r
-  @param NotifyDescriptor - The descriptor for the notification event.\r
-  @param Ppi             - Pointer to the PPI in question.\r
+  @param PeiServices        An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation.\r
+  @param NotifyDescriptor   The descriptor for the notification event.\r
+  @param Ppi                Pointer to the PPI in question.\r
 \r
   @return Always success\r
 \r
@@ -150,8 +150,8 @@ VerifyPeim (
 \r
   @param CurrentFvAddress - Pointer to the current Firmware Volume under consideration\r
 \r
-  @retval EFI_SUCCESS             - Firmware Volume is legal\r
-  @retval EFI_SECURITY_VIOLATION  - Firmware Volume fails integrity test\r
+  @retval EFI_SUCCESS              Firmware Volume is legal\r
+  @retval EFI_SECURITY_VIOLATION   Firmware Volume fails integrity test\r
 \r
 **/\r
 EFI_STATUS\r