diff options
author | Tom Rini <trini@ti.com> | 2014-03-03 15:14:47 -0500 |
---|---|---|
committer | Andreas Fritiofson <andreas.fritiofson@gmail.com> | 2014-03-09 19:44:39 +0000 |
commit | bbf26e886a6647dbe0f7fe8b276e13e8e49b9d5a (patch) | |
tree | 75ef42440a8709323141ce0c99268a5ef238da6d /tcl/interface/ftdi | |
parent | 17fddb4289cb632a414d9780b3c2e60e368fa083 (diff) | |
download | riscv-openocd-bbf26e886a6647dbe0f7fe8b276e13e8e49b9d5a.zip riscv-openocd-bbf26e886a6647dbe0f7fe8b276e13e8e49b9d5a.tar.gz riscv-openocd-bbf26e886a6647dbe0f7fe8b276e13e8e49b9d5a.tar.bz2 |
interface/ftdi/xds100v2.cfg: Add another VID/PID, drop desc
The XDS100v2 is often embedded in a number of platforms using the
VID/PID of 0x0403/0x6010 and a generic FTDI device description. Add
this VID/PID combination and remove the description line.
Change-Id: I370e6199ac24f802426e9541e19ee38f18f1209a
Signed-off-by: Tom Rini <trini@ti.com>
Reviewed-on: http://openocd.zylin.com/2016
Tested-by: jenkins
Reviewed-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Diffstat (limited to 'tcl/interface/ftdi')
-rw-r--r-- | tcl/interface/ftdi/xds100v2.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tcl/interface/ftdi/xds100v2.cfg b/tcl/interface/ftdi/xds100v2.cfg index 6ff5a1b..44508ae 100644 --- a/tcl/interface/ftdi/xds100v2.cfg +++ b/tcl/interface/ftdi/xds100v2.cfg @@ -5,8 +5,7 @@ # interface ftdi -ftdi_device_desc "Texas Instruments Inc.XDS100 Ver 2.0" -ftdi_vid_pid 0x0403 0xa6d0 +ftdi_vid_pid 0x0403 0xa6d0 0x0403 0x6010 ftdi_layout_init 0x0038 0x597b ftdi_layout_signal nTRST -data 0x0010 |