1.5.5.4.3 SRV_FU_VERIFY_RESULT Enum
C
typedef enum {
SRV_FU_VERIFY_RESULT_SUCCESS,
SRV_FU_VERIFY_RESULT_SIGNATURE_FAIL,
SRV_FU_VERIFY_RESULT_IMAGE_FAIL
} SRV_FU_VERIFY_RESULT;
Summary
Verification result defined for a PRIME firmware upgrade.
Description
This enumeration lists the possible results for the image verification during the firmware upgrade.
Remarks
None.