diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-08 01:37:44 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-08 01:37:44 +0000 |
commit | dc857d5641883b98e4f73c9da6fb131d43962bb8 (patch) | |
tree | 5952e1092e45fe0c866bd87febc3e228337d4de0 /MdeModulePkg/Core/Pei/Security/Security.c | |
parent | 0f65cdaa41ff924dc15c6a096955a53371763823 (diff) | |
download | edk2-platforms-dc857d5641883b98e4f73c9da6fb131d43962bb8.tar.xz |
correct comments
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5616 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Pei/Security/Security.c')
-rw-r--r-- | MdeModulePkg/Core/Pei/Security/Security.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/MdeModulePkg/Core/Pei/Security/Security.c b/MdeModulePkg/Core/Pei/Security/Security.c index b7cc10058e..7460707a27 100644 --- a/MdeModulePkg/Core/Pei/Security/Security.c +++ b/MdeModulePkg/Core/Pei/Security/Security.c @@ -18,9 +18,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. Provide a callback for when the security PPI is installed.
- @param PeiServices - The PEI core services table.
- @param NotifyDescriptor - The descriptor for the notification event.
- @param Ppi - Pointer to the PPI in question.
+ @param PeiServices An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation.
+ @param NotifyDescriptor The descriptor for the notification event.
+ @param Ppi Pointer to the PPI in question.
@return Always success
@@ -42,7 +42,7 @@ STATIC EFI_PEI_NOTIFY_DESCRIPTOR mNotifyList = { /**
Initialize the security services.
- @param PeiServices The PEI core services table.
+ @param PeiServices An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation.
@param OldCoreData Pointer to the old core data.
NULL if being run in non-permament memory mode.
@@ -63,9 +63,9 @@ InitializeSecurityServices ( Provide a callback for when the security PPI is installed.
- @param PeiServices - The PEI core services table.
- @param NotifyDescriptor - The descriptor for the notification event.
- @param Ppi - Pointer to the PPI in question.
+ @param PeiServices An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation.
+ @param NotifyDescriptor The descriptor for the notification event.
+ @param Ppi Pointer to the PPI in question.
@return Always success
@@ -150,8 +150,8 @@ VerifyPeim ( @param CurrentFvAddress - Pointer to the current Firmware Volume under consideration
- @retval EFI_SUCCESS - Firmware Volume is legal
- @retval EFI_SECURITY_VIOLATION - Firmware Volume fails integrity test
+ @retval EFI_SUCCESS Firmware Volume is legal
+ @retval EFI_SECURITY_VIOLATION Firmware Volume fails integrity test
**/
EFI_STATUS
|