]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Synchronized with UEFI Spec
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 26 Mar 2009 09:30:21 +0000 (09:30 +0000)
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 26 Mar 2009 09:30:21 +0000 (09:30 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7959 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Uefi/UefiSpec.h

index e51c964a1eda75075735ce2c68dbaef47e319c25..901724e34a7ff6ce91762976d3476db881a40110 100644 (file)
@@ -1582,7 +1582,7 @@ typedef struct {
   ///\r
   /// Bit-mapped list describing the capsule attributes. The Flag values\r
   /// of 0x0000 - 0xFFFF are defined by CapsuleGuid. Flag values\r
-  /// of 0x10000 - 0xFFFF0000 are defined by this specification\r
+  /// of 0x10000 - 0xFFFFFFFF are defined by this specification\r
   ///\r
   UINT32            Flags;\r
   ///\r
@@ -1628,8 +1628,9 @@ typedef struct {
   @retval EFI_SUCCESS           Valid capsule was passed. If\r
                                 CAPSULE_FLAGS_PERSIT_ACROSS_RESET is not set, the\r
                                 capsule has been successfully processed by the firmware.\r
+  @retval EFI_INVALID_PARAMETER CapsuleSize or HeaderSize is NULL.\r
+  @retval EFI_INVALID_PARAMETER CapsuleCount is 0.\r
   @retval EFI_DEVICE_ERROR      The capsule update was started, but failed due to a device error.\r
-  @retval EFI_INVALID_PARAMETER CapsuleSize is NULL.\r
   @retval EFI_UNSUPPORTED       The capsule type is not supported on this platform.\r
   @retval EFI_OUT_OF_RESOURCES  There were insufficient resources to process the capsule.\r
 \r