]> git.gag.com Git - fw/openocd/commit
jtag: drivers: xlnx-pcie-xvc: Add support for SWD mode.
authorMoritz Fischer <moritzf@google.com>
Sun, 9 Feb 2020 00:09:04 +0000 (16:09 -0800)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 27 Jun 2020 14:34:38 +0000 (15:34 +0100)
commit64733434e23d42bfd75932c1e71c39800a5c01e4
tree80fa955ef7e8136bba82c259b0d0585b0c1cc821
parent057aed11a2f80645322ff76c7dd0c7908582d0a4
jtag: drivers: xlnx-pcie-xvc: Add support for SWD mode.

Add support for SWD debug to the Xilinx XVC/PCIe driver.

This is possible since the device is essentially a shift-register.
So doing SWD vs JTAG is a matter of wiring things correctly on the
RTL side (use TMS for SWDI, TDO for SWDO).

The clang static checker doesn't find any new problems with this change.

Change-Id: I3959e21440cd1036769e8e56a55e601d3e4aee9a
Signed-off-by: Moritz Fischer <moritzf@google.com>
Reviewed-on: http://openocd.zylin.com/5447
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
doc/openocd.texi
src/jtag/drivers/xlnx-pcie-xvc.c