tcl/interface/ftdi: Add config for Tigard board
authorThomas Hebb <tommyhebb@gmail.com>
Thu, 28 Apr 2022 23:44:05 +0000 (16:44 -0700)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 14 May 2022 09:00:20 +0000 (09:00 +0000)
commit830d70bfc66ada2a68c73283b9e4fa4770d408ee
tree6c8bfec27ad82c08d0c88b9054068a1021979f31
parent62cea61237033b1821d68b1d4d09fd381ddb5d52
tcl/interface/ftdi: Add config for Tigard board

Tigard[1] is an FT2232H-based development tool designed for ease of use
with many different protocols and targets. It includes a JTAG header
wired to channel B, with labeled pins for the four required signals as
well as nTRST and nSRST, which are connected through an output buffer to
BDBUS4 and BDBUS5 respectively.

Add an interface config for Tigard. I wrote it by referencing the Tigard
schematic and tested it by debugging a couple of RISC-V development
boards.

[1] https://github.com/tigard-tools/tigard

Signed-off-by: Thomas Hebb <tommyhebb@gmail.com>
Change-Id: I34df9f72538ba1e40ad53b568c9cdca96ae4b082
Reviewed-on: https://review.openocd.org/c/openocd/+/6952
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
tcl/interface/ftdi/tigard.cfg [new file with mode: 0644]