summaryrefslogtreecommitdiff
path: root/source/config/commands.xml
diff options
context:
space:
mode:
authorxmarvla <vlatko.markovic@seavus.com>2011-09-28 10:30:52 +0100
committerViktor Mladenovski <viktor.mladenovski@seavus.com>2011-10-28 18:54:06 +0200
commit0ddb310bb30fc3445b9aa2be8cfb615cdadfdb78 (patch)
tree8f28a3ea5936983d70e8a8f6ebfca0bfb0902fb7 /source/config/commands.xml
parent90cfff26b762bd140701a2f25f0ad57e7396437c (diff)
Add Change UART Baudrate command in LCDriver
ST-Ericsson ID: 351285 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10204 Change-Id: I23db5d677a9eef4771bc3a76089faf32fc60424f Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/29952 Reviewed-by: QATOOLS Reviewed-by: Zoran ANCEVSKI <zoran.ancevski@seavus.com> Tested-by: Vlatko STENKOSKI Reviewed-by: QATEST Reviewed-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com> Tested-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com>
Diffstat (limited to 'source/config/commands.xml')
-rw-r--r--source/config/commands.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/source/config/commands.xml b/source/config/commands.xml
index 03a8835..6060fe8 100644
--- a/source/config/commands.xml
+++ b/source/config/commands.xml
@@ -80,6 +80,30 @@
</output>
</command>
+ <command number="2" name="Change Uart Baud Rate" ADbg="false" source="PC" supportedcmdtype="longrunning">
+ <interface type="loader" name="ChangeBaudRate"/>
+ <documentation>
+ This command is used to change the loader UART baudrate.
+ </documentation>
+ <input>
+ <value type="uint32" name="BaudRate">Baud rate.</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="ServiceModeLevel"/>
+ <value ref="FlashModeLevel"/>
+ <value ref="AdvanceServiceModeLevel"/>
+ <value ref="ProductionModeLevel"/>
+ <value ref="LimitedProductionModeLevel"/>
+ <value ref="VeryLimitedProductionModeLevel"/>
+ </permissions>
+ </command>
+
<command number="3" name="System Reboot" ADbg="false" source="PC">
<interface type="loader" name="Reboot"/>
<documentation>