summaryrefslogtreecommitdiff
path: root/lcmodule/source/cnh1606344_ldr_communication_module/config/commands.xml
diff options
context:
space:
mode:
authorGjorgji <gjorgji.petkovski@seavus.com>2011-10-19 15:22:31 +0100
committerViktor Mladenovski <viktor.mladenovski@seavus.com>2011-10-28 18:56:05 +0200
commit6a702a0d231d02360066f718c5ef4e38431ddc8a (patch)
tree0c6bd094ba2c6cecc1bd18269d975657a5d1f85e /lcmodule/source/cnh1606344_ldr_communication_module/config/commands.xml
parent0ee6a4fffd68ec125fc7e7e0854aa10d8c09efc0 (diff)
Flash based ARB support.
ST-Ericsson ID: 344196 ST-Ericsson FOSS-OUT ID: NA Change-Id: Id4e7569ebe5f41806ceb9d57915acd434c27ef93 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/30353 Tested-by: Vlatko STENKOSKI Reviewed-by: Zoran ANCEVSKI <zoran.ancevski@seavus.com>
Diffstat (limited to 'lcmodule/source/cnh1606344_ldr_communication_module/config/commands.xml')
-rw-r--r--lcmodule/source/cnh1606344_ldr_communication_module/config/commands.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/lcmodule/source/cnh1606344_ldr_communication_module/config/commands.xml b/lcmodule/source/cnh1606344_ldr_communication_module/config/commands.xml
index d5cd45e..4c60f44 100644
--- a/lcmodule/source/cnh1606344_ldr_communication_module/config/commands.xml
+++ b/lcmodule/source/cnh1606344_ldr_communication_module/config/commands.xml
@@ -1084,6 +1084,28 @@
</permissions>
</command>
+ <command number="6" name="Init ARBTable" ADbg="false" source="PC" supportedcmdtype="longrunning">
+ <documentation>
+ Initialize a SW version table, intended for checking the ARB functionality.
+ </documentation>
+ <interface type="loader" name="InitARBTable"/>
+ <input>
+ <value type="uint32" name="Type">ARB Type to update</value>
+ <value type="uint32" name="DataLength">Length of the Data buffer</value>
+ <value type="buffer" name="DataBuff_p" length="DataLength">The data to write</value>
+ </input>
+ <output>
+ </output>
+ <authentication depandancy="or" factory="TRUE" rd="TRUE" product="TRUE" service="TRUE">
+ <value ref="A1"/>
+ <value ref="CA"/>
+ </authentication>
+ <permissions>
+ <value ref="AdvanceServiceModeLevel"/>
+ <value ref="ProductionModeLevel"/>
+ </permissions>
+ </command>
+
</group>
<group number="08" name="ADbg application" supportedcmdtype="shortrunning">