summaryrefslogtreecommitdiff
path: root/lcmodule/source/cnh1606344_ldr_communication_module/config/error_codes.xml
diff options
context:
space:
mode:
authorxmarvla <vlatko.markovic@seavus.com>2012-03-19 10:07:32 +0100
committerViktor Mladenovski <viktor.mladenovski@seavus.com>2012-05-25 14:44:23 +0200
commit682f6b9fbd2f7296b53896b0d534627e7bcf255d (patch)
treea40f183581ca0f0a731fad490e1f6203e86f2e00 /lcmodule/source/cnh1606344_ldr_communication_module/config/error_codes.xml
parent9dc2897fef041426347e80385707b7c86324c63e (diff)
Fix flashing hang when wolverine is used.
LCM adjustment for new USB RAM based driver in DBDT environment. ST-Ericsson ID: 421630 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10204 Change-Id: I2f2835b56857eb9640501ff681400517600ccdef Depends-On: I6112822704abd420e9a68d4b542234245a734773 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/52545 Tested-by: Vlatko STENKOSKI Reviewed-by: QABUILD Reviewed-by: QATEST Reviewed-by: Zoran ANCEVSKI <zoran.ancevski@seavus.com>
Diffstat (limited to 'lcmodule/source/cnh1606344_ldr_communication_module/config/error_codes.xml')
-rw-r--r--lcmodule/source/cnh1606344_ldr_communication_module/config/error_codes.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/lcmodule/source/cnh1606344_ldr_communication_module/config/error_codes.xml b/lcmodule/source/cnh1606344_ldr_communication_module/config/error_codes.xml
index 22251d4..459edac 100644
--- a/lcmodule/source/cnh1606344_ldr_communication_module/config/error_codes.xml
+++ b/lcmodule/source/cnh1606344_ldr_communication_module/config/error_codes.xml
@@ -17,6 +17,7 @@
<value number="52" name="E_INVALID_CURRDATE_STRING_LENGTH" fatal="false" short="Indicate that the currdate string array variable has invalid length."> Try to reset the loader and if problem still exist, report this error.</value>
<value number="53" name="E_UNALIGNED_DATA" fatal="false" short="Indicate that a variable is not aligned."> Try to reset the loader and if still exist the problem, report this error.</value>
<value number="54" name="E_COPS_DEAUTHENTICATION_FAILED" fatal="false" short="Indicate that ME De-Authentication failed."> Try to reset the loader and if still exist the problem, report this error.</value>
+ <value number="55" name="E_CS_LOCK_FAILED" fatal="false" short="Failed to lock code region protected with critical section."> Loader internal error which should be handled in place where code is executed. Try to reset the loader and if still exist the problem, report this error.</value>
<!--
* IO Fatal 100-150
@@ -75,6 +76,7 @@
<value number="261" name="E_PREVIOUS_BULK_SESSION_IS_NOT_CLOSED" fatal="false" short="Previous bulk session not closed.">Try to reset the loader. If the problem still exist, report this error.</value>
<value number="262" name="E_INVALID_BULK_PROTOCOL_STATE" fatal="false" short="Invalid bulk protocol state.">Try to reset the loader. If the problem still exist, report this error.</value>
<value number="263" name="E_UNSUPPORTED_USB_TRANSFER_TYPE" fatal="false" short="Type of transfer is unsupported.">USB bulk transfer in DMA mode 1 is only supported.</value>
+ <value number="264" name="E_RETRANSMISSION_LIST_FULL" fatal="false" short="Packet can't be registered for retransmission because retransmission list is full.">All entries in the retransmission list are allocated. No place for new packet to be registered in the retransmission list.</value>
<!--
* Signature Fatal 300-350