drivers: xds110: Add support TCK changes in firmware update

Starting with XDS110 firmware version 3.0.0.0, the peak TCK
frequency became 14,000 kHz. So the delay count calculation
in the current driver has been updated to use the new
formula for setting the TCK speed depending on which version
of the firmware is detected. And because of the changes, the
default TCK settings for the XDS110 based Launchpads can be
adjusted to take advantage of the higher TCK performance.
Note that the values used have been determined through
testing in the automated test labs to be the highest TCK
frequency with the XDS110 that are still reliable.
Different boards have a different peak TCK setting that
should be safe.

Change-Id: I4d66e90d8fac8272641ba4db4a3a510e3b444d86
Signed-off-by: Edward Fewell <efewell@ti.com>
Reviewed-on: http://openocd.zylin.com/5493
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
Edward Fewell
2020-03-04 13:07:13 -06:00
committed by Antonio Borneo
parent bff1b6f05a
commit c9ebd488ea
8 changed files with 118 additions and 52 deletions
+1 -1
View File
@@ -3,5 +3,5 @@
#
source [find interface/xds110.cfg]
transport select jtag
adapter speed 2500
adapter speed 5500
source [find target/ti_cc13x0.cfg]
+1 -1
View File
@@ -2,6 +2,6 @@
# TI CC13x2 LaunchPad Evaluation Kit
#
source [find interface/xds110.cfg]
adapter speed 2500
adapter speed 5500
transport select jtag
source [find target/ti_cc13x2.cfg]
+1 -1
View File
@@ -2,6 +2,6 @@
# TI CC26x0 LaunchPad Evaluation Kit
#
source [find interface/xds110.cfg]
adapter speed 2500
adapter speed 5500
transport select jtag
source [find target/ti_cc26x0.cfg]
+1 -1
View File
@@ -2,6 +2,6 @@
# TI CC26x2 LaunchPad Evaluation Kit
#
source [find interface/xds110.cfg]
adapter speed 2500
adapter speed 5500
transport select jtag
source [find target/ti_cc26x2.cfg]
+1 -1
View File
@@ -2,6 +2,6 @@
# TI CC3220SF-LaunchXL LaunchPad Evaluation Kit
#
source [find interface/xds110.cfg]
adapter speed 2500
adapter speed 8500
transport select swd
source [find target/ti_cc3220sf.cfg]
+1 -1
View File
@@ -2,6 +2,6 @@
# TI CC32xx-LaunchXL LaunchPad Evaluation Kit
#
source [find interface/xds110.cfg]
adapter speed 2500
adapter speed 8500
transport select swd
source [find target/ti_cc32xx.cfg]
+1 -1
View File
@@ -2,6 +2,6 @@
# TI MSP432 LaunchPad Evaluation Kit
#
source [find interface/xds110.cfg]
adapter speed 2500
adapter speed 10000
transport select swd
source [find target/ti_msp432.cfg]