Skip to content

Commit bb129c6

Browse files
sachinamilgao4
authored andcommitted
SignedCapsulePkg: Clarify return status of Fmp Protocol GetImage()
Clarifed the return status of EFI_FIRMWARE_MANAGEMENT_PROTOCOL.GetImage(). As intended in UEFI 2.10 Specification. Signed-off-by: Sachin Ganesh <[email protected]>
1 parent 768adcd commit bb129c6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareCommonDxe.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,10 @@ FmpGetImageInfo (
163163
@retval EFI_INVALID_PARAMETER The Image was NULL.
164164
@retval EFI_NOT_FOUND The current image is not copied to the buffer.
165165
@retval EFI_UNSUPPORTED The operation is not supported.
166-
@retval EFI_SECURITY_VIOLATION The operation could not be performed due to an authentication failure.
166+
@retval EFI_SECURITY_VIOLATION The operation could not be completed due to an image corruption.
167+
If the image is able to be read, the Image buffer will be updated
168+
with the retrieved image contents.
169+
@retval EFI_DEVICE_ERROR The image could not be read.
167170
168171
**/
169172
EFI_STATUS

0 commit comments

Comments
 (0)