Revision: 17348
          http://sourceforge.net/p/edk2/code/17348
Author:   vanjeff
Date:     2015-05-07 02:28:56 +0000 (Thu, 07 May 2015)
Log Message:
-----------
MdePkg/PiSmmCis.h: SMM register protocol notify function clarify

PI 1.4 clarified SMM register protocol notify function return status as below:
EFI_SUCCESS           Successfully returned the registration record that has
                      been added or unhooked
EFI_INVALID_PARAMETER Protocol is NULL or Registration is NULL

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <[email protected]>
Reviewed-by: Liming Gao <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdePkg/Include/Pi/PiSmmCis.h

Modified: trunk/edk2/MdePkg/Include/Pi/PiSmmCis.h
===================================================================
--- trunk/edk2/MdePkg/Include/Pi/PiSmmCis.h     2015-05-07 01:22:13 UTC (rev 
17347)
+++ trunk/edk2/MdePkg/Include/Pi/PiSmmCis.h     2015-05-07 02:28:56 UTC (rev 
17348)
@@ -112,8 +112,9 @@
   @param[in]  Function          Points to the notification function.
   @param[out] Registration      A pointer to a memory location to receive the 
registration value.
 
-  @retval EFI_SUCCESS           Successfully returned the registration record 
that has been added.
-  @retval EFI_INVALID_PARAMETER One or more of Protocol, Function and 
Registration is NULL.
+  @retval EFI_SUCCESS           Successfully returned the registration record
+                                that has been added or unhooked.
+  @retval EFI_INVALID_PARAMETER Protocol is NULL or Registration is NULL.
   @retval EFI_OUT_OF_RESOURCES  Not enough memory resource to finish the 
request.
   @retval EFI_NOT_FOUND         If the registration is not found when Function 
== NULL.
 **/


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to