1.5.5.4.2 SRV_FU_RESULT Enum

C

typedef enum {
	SRV_FU_RESULT_SUCCESS,          /* Request to restart with new image */
	SRV_FU_RESULT_CANCEL,           /* The FU has been killed */
	SRV_FU_RESULT_CRC_ERROR,        /* CRC error */
	SRV_FU_RESULT_FW_REVERT,        /* Request to restart with old image */
	SRV_FU_RESULT_FW_CONFIRM,       /* The FU has been confirmed */
	SRV_FU_RESULT_ERROR,            /* Error during FU */
	SRV_FU_RESULT_SIGNATURE_ERROR,  /* Signature error (only PRIME 1.4) */
	SRV_FU_RESULT_IMAGE_ERROR       /* Image verification (model/vendor) failed (only PRIME 1.4) */
} SRV_FU_RESULT;

Summary

Results defined for a PRIME firmware upgrade.

Description

This enumeration lists the possible results of the firmware upgrade.

Remarks

None.