aboutsummaryrefslogtreecommitdiff
path: root/contrib/60-openocd.rules
diff options
context:
space:
mode:
authorEdward Fewell <efewell@ti.com>2018-01-02 15:27:51 -0600
committerMatthias Welwarsky <matthias@welwarsky.de>2018-05-31 13:25:16 +0100
commit2ba27e2f3edd37e5dce4b2a231d2ae84c14cb59a (patch)
treee5de61bb470a8dd4cddd5273b302b33dc8546fe5 /contrib/60-openocd.rules
parentb50fa9a19d0b600d26b6cbca57cd94c7b89f941c (diff)
downloadriscv-openocd-2ba27e2f3edd37e5dce4b2a231d2ae84c14cb59a.zip
riscv-openocd-2ba27e2f3edd37e5dce4b2a231d2ae84c14cb59a.tar.gz
riscv-openocd-2ba27e2f3edd37e5dce4b2a231d2ae84c14cb59a.tar.bz2
jtag/drivers: Add support for TI XDS110 debug probe
Add support for the XDS110 debug probe using the APIs in the probe's firmware. Includes support for older versions of the firmware (with reduced performance) and support for a newer version that includes OpenOCD specific APIs. Tested on various TI LauchPads including MSP432P4, MSP432E4, CC2650, CC2652, and CC3220SF. Updated to add better support for swd switch. Removed issues found with clang static analysis. Updated to add rules entry for the XDS110 probe and Tiva DFU mode (which affects both XDS110 and ICDI probes). Change-Id: Ib274143111a68e67e80003797c6a68e3e80976b2 Signed-off-by: Edward Fewell <efewell@ti.com> Reviewed-on: http://openocd.zylin.com/4322 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de>
Diffstat (limited to 'contrib/60-openocd.rules')
-rw-r--r--contrib/60-openocd.rules6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/60-openocd.rules b/contrib/60-openocd.rules
index da760f8..af092c1 100644
--- a/contrib/60-openocd.rules
+++ b/contrib/60-openocd.rules
@@ -128,6 +128,12 @@ ATTRS{idVendor}=="1781", ATTRS{idProduct}=="0c63", MODE="660", GROUP="plugdev",
# TI/Luminary Stellaris In-Circuit Debug Interface (ICDI) Board
ATTRS{idVendor}=="1cbe", ATTRS{idProduct}=="00fd", MODE="660", GROUP="plugdev", TAG+="uaccess"
+# TI XDS110 Debug Probe (Launchpads and Standalone)
+ATTRS{idVendor}=="0451", ATTRS{idProduct}=="bef3", MODE="660", GROUP="plugdev", TAG+="uaccess"
+
+# TI Tiva-based ICDI and XDS110 probes in DFU mode
+ATTRS{idVendor}=="1cbe", ATTRS{idProduct}=="00ff", MODE="660", GROUP="plugdev", TAG+="uaccess"
+
# Ambiq Micro EVK and Debug boards.
ATTRS{idVendor}=="2aec", ATTRS{idProduct}=="6010", MODE="664", GROUP="plugdev", TAG+="uaccess"
ATTRS{idVendor}=="2aec", ATTRS{idProduct}=="6011", MODE="664", GROUP="plugdev", TAG+="uaccess"