diff --git a/src/import/chips/ocmb/explorer/procedures/xml/error_info/exp_fw_update_errors.xml b/src/import/chips/ocmb/explorer/procedures/xml/error_info/exp_fw_update_errors.xml index 06e4a10d121..c60566431fd 100644 --- a/src/import/chips/ocmb/explorer/procedures/xml/error_info/exp_fw_update_errors.xml +++ b/src/import/chips/ocmb/explorer/procedures/xml/error_info/exp_fw_update_errors.xml @@ -57,4 +57,84 @@ TARGET + + + RC_EXP_TWI_INVALID_STATUS_ID + + The status_id field of the TWI status was invalid + + TARGET + STATUS_ID + STATUS_WORD32 + + CODE + MEDIUM + + + TARGET + HIGH + + + TARGET + + + + + RC_EXP_TWI_UNEXPECTED_STATUS + + Received unexpected TWI status + + TARGET + EXPECTED_STATUS + STATUS + STATUS_WORD32 + + CODE + MEDIUM + + + TARGET + HIGH + + + TARGET + + + + + RC_EXP_TWI_UNEXPECTED_WRITE_OFFSET + + Received unexpected TWI write offset + + TARGET + EXPECTED_OFFSET + WRITE_OFFSET + STATUS_WORD32 + + CODE + MEDIUM + + + TARGET + HIGH + + + TARGET + + + + + RC_EXP_TWI_INVALID_IMAGE_SIZE + + Explorer TWI firmware image must be less than 256KB + + TARGET + MAX_SIZE + ACTUAL_SIZE + + CODE + MEDIUM + + +