summaryrefslogtreecommitdiffstats
path: root/FmpDevicePkg/FmpDxe/FmpDxe.c
diff options
context:
space:
mode:
authorStar Zeng <star.zeng@intel.com>2018-07-25 18:26:43 +0800
committerKinney, Michael D <michael.d.kinney@intel.com>2018-08-02 14:46:18 -0700
commit4e61b8d06b470cc7e4c60c975ec3b984f93642a1 (patch)
tree9064df6d636712d35200bd100e7e9319f8be9346 /FmpDevicePkg/FmpDxe/FmpDxe.c
parentc6c18d879e3ddb833c45b4be49fac3e8970a04d2 (diff)
downloadedk2-4e61b8d06b470cc7e4c60c975ec3b984f93642a1.tar.gz
edk2-4e61b8d06b470cc7e4c60c975ec3b984f93642a1.tar.bz2
edk2-4e61b8d06b470cc7e4c60c975ec3b984f93642a1.zip
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/FmpDxe.c')
-rw-r--r--FmpDevicePkg/FmpDxe/FmpDxe.c1
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.