diff options
author | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-03-26 09:30:21 +0000 |
---|---|---|
committer | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-03-26 09:30:21 +0000 |
commit | a0d58c212429370938f679e8ac371357e589c970 (patch) | |
tree | 152c1da7fd9e9912c7ec3019887a0f09e35086a9 /MdePkg/Include | |
parent | 764f4d534b0c0697419caa5b32a00749f9cad21a (diff) | |
download | edk2-a0d58c212429370938f679e8ac371357e589c970.zip edk2-a0d58c212429370938f679e8ac371357e589c970.tar.gz edk2-a0d58c212429370938f679e8ac371357e589c970.tar.bz2 |
Synchronized with UEFI Spec
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7959 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include')
-rw-r--r-- | MdePkg/Include/Uefi/UefiSpec.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MdePkg/Include/Uefi/UefiSpec.h b/MdePkg/Include/Uefi/UefiSpec.h index e51c964..901724e 100644 --- a/MdePkg/Include/Uefi/UefiSpec.h +++ b/MdePkg/Include/Uefi/UefiSpec.h @@ -1582,7 +1582,7 @@ typedef struct { ///
/// Bit-mapped list describing the capsule attributes. The Flag values
/// of 0x0000 - 0xFFFF are defined by CapsuleGuid. Flag values
- /// of 0x10000 - 0xFFFF0000 are defined by this specification
+ /// of 0x10000 - 0xFFFFFFFF are defined by this specification
///
UINT32 Flags;
///
@@ -1628,8 +1628,9 @@ typedef struct { @retval EFI_SUCCESS Valid capsule was passed. If
CAPSULE_FLAGS_PERSIT_ACROSS_RESET is not set, the
capsule has been successfully processed by the firmware.
+ @retval EFI_INVALID_PARAMETER CapsuleSize or HeaderSize is NULL.
+ @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_INVALID_PARAMETER CapsuleSize is NULL.
@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.
|