diff options
author | Star Zeng <star.zeng@intel.com> | 2018-07-25 18:26:43 +0800 |
---|---|---|
committer | Kinney, Michael D <michael.d.kinney@intel.com> | 2018-08-02 14:46:18 -0700 |
commit | 4e61b8d06b470cc7e4c60c975ec3b984f93642a1 (patch) | |
tree | 9064df6d636712d35200bd100e7e9319f8be9346 /FmpDevicePkg/FmpDxe | |
parent | c6c18d879e3ddb833c45b4be49fac3e8970a04d2 (diff) | |
download | edk2-4e61b8d06b470cc7e4c60c975ec3b984f93642a1.tar.gz |
FmpDevicePkg FmpDxe: Add EFI_ABORTED in retval of CheckTheImage()
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'FmpDevicePkg/FmpDxe')
-rw-r--r-- | FmpDevicePkg/FmpDxe/FmpDxe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FmpDevicePkg/FmpDxe/FmpDxe.c b/FmpDevicePkg/FmpDxe/FmpDxe.c index f0e8b0da82..69b6cb7d4c 100644 --- a/FmpDevicePkg/FmpDxe/FmpDxe.c +++ b/FmpDevicePkg/FmpDxe/FmpDxe.c @@ -626,6 +626,7 @@ GetAllHeaderSize ( if available, additional information if the image is invalid.
@retval EFI_SUCCESS The image was successfully checked.
+ @retval EFI_ABORTED The operation is aborted.
@retval EFI_INVALID_PARAMETER The Image was NULL.
@retval EFI_UNSUPPORTED The operation is not supported.
@retval EFI_SECURITY_VIOLATIO The operation could not be performed due to an authentication failure.
|