From: Star Zeng Date: Wed, 25 Jul 2018 10:26:43 +0000 (+0800) Subject: FmpDevicePkg FmpDxe: Add EFI_ABORTED in retval of CheckTheImage() X-Git-Tag: edk2-stable201903~1283 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=4e61b8d06b470cc7e4c60c975ec3b984f93642a1;hp=c6c18d879e3ddb833c45b4be49fac3e8970a04d2 FmpDevicePkg FmpDxe: Add EFI_ABORTED in retval of CheckTheImage() Cc: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng Reviewed-by: Michael D Kinney --- 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.