From 4e61b8d06b470cc7e4c60c975ec3b984f93642a1 Mon Sep 17 00:00:00 2001 From: Star Zeng Date: Wed, 25 Jul 2018 18:26:43 +0800 Subject: [PATCH] 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 --- FmpDevicePkg/FmpDxe/FmpDxe.c | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.2