Revision: 14655
          http://sourceforge.net/p/edk2/code/14655
Author:   lgao4
Date:     2013-09-11 05:56:27 +0000 (Wed, 11 Sep 2013)
Log Message:
-----------
Update UpdateCapsule() service return status to follow UEFI2.3.1 D.

Signed-off-by: Liming Gao <[email protected]>
Reviewed-by: Elvin Li <[email protected]>
Reviewed-by: Chao Zhang <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdePkg/Include/Uefi/UefiSpec.h

Modified: trunk/edk2/MdePkg/Include/Uefi/UefiSpec.h
===================================================================
--- trunk/edk2/MdePkg/Include/Uefi/UefiSpec.h   2013-09-11 03:36:59 UTC (rev 
14654)
+++ trunk/edk2/MdePkg/Include/Uefi/UefiSpec.h   2013-09-11 05:56:27 UTC (rev 
14655)
@@ -1671,7 +1671,11 @@
   @retval EFI_INVALID_PARAMETER CapsuleCount is 0.
   @retval EFI_DEVICE_ERROR      The capsule update was started, but failed due 
to a device error.
   @retval EFI_UNSUPPORTED       The capsule type is not supported on this 
platform.
-  @retval EFI_OUT_OF_RESOURCES  There were insufficient resources to process 
the capsule.
+  @retval EFI_OUT_OF_RESOURCES  When ExitBootServices() has been previously 
called this error indicates the capsule 
+                                is compatible with this platform but is not 
capable of being submitted or processed 
+                                in runtime. The caller may resubmit the 
capsule prior to ExitBootServices().
+  @retval EFI_OUT_OF_RESOURCES  When ExitBootServices() has not been 
previously called then this error indicates 
+                                the capsule is compatible with this platform 
but there are insufficient resources to process.
 
 **/
 typedef
@@ -1698,7 +1702,11 @@
   @retval EFI_UNSUPPORTED       The capsule type is not supported on this 
platform, and
                                 MaximumCapsuleSize and ResetType are undefined.
   @retval EFI_INVALID_PARAMETER MaximumCapsuleSize is NULL.
-  @retval EFI_OUT_OF_RESOURCES  There were insufficient resources to process 
the query request.
+  @retval EFI_OUT_OF_RESOURCES  When ExitBootServices() has been previously 
called this error indicates the capsule 
+                                is compatible with this platform but is not 
capable of being submitted or processed 
+                                in runtime. The caller may resubmit the 
capsule prior to ExitBootServices().
+  @retval EFI_OUT_OF_RESOURCES  When ExitBootServices() has not been 
previously called then this error indicates 
+                                the capsule is compatible with this platform 
but there are insufficient resources to process.
 
 **/
 typedef

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to