openocd/src/jtag
David Brownell ec297e4bf1 Fix Luminary FT2232 layout docs/configs
Most of this patch updates documentation and comments for various
Luminary boards, supporting two bug fixes by helping to make sense
of the current mess:

 - Recent rev C lm3s811 eval boards didn't work.  They must use
   the ICDI layout, which sets up some signals that the older
   boards didn't need.  This is actually safe and appropriate
   for *all* recent boards ... so just make "luminary.cfg" use
   the ICDI layout.

 - "luminary-lm3s811.cfg", was previously unusable!  No VID/PID;
   and the wrong vendor string.  Make it work, but reserve it
   for older boards where the ICDI layout is wrong.

 - Default the LM3748 eval board to "luminary.cfg", like the
   other boards.  If someone uses an external JTAG adapter, all
   boards will use the same workaround (override that default).

The difference between the two FT2232 layouts is that eventually
the EVB layout will fail cleanly when asked to enable SWO trace,
but the ICDI layout will as cleanly be able to enable it.  Folk
using "luminary.cfg" with Rev B boards won't see anything going
wrong until SWO support is (someday) added.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2009-12-28 12:59:47 -08:00
..
drivers Fix Luminary FT2232 layout docs/configs 2009-12-28 12:59:47 -08:00
minidriver minidriver: fix inline capability of minidriver 2009-12-08 10:29:58 +01:00
minidummy minidriver: fix inline capability of minidriver 2009-12-08 10:29:58 +01:00
zy1000 zy1000: revc FPGA now works 2009-12-10 13:52:07 +01:00
Makefile.am minidriver: fix inline capability of minidriver 2009-12-08 10:29:58 +01:00
commands.c minidriver: fix inline capability of minidriver 2009-12-08 10:29:58 +01:00
commands.h minidriver: fix inline capability of minidriver 2009-12-08 10:29:58 +01:00
core.c jtag: add '-ignore-version' option 2009-12-14 15:55:51 -08:00
interface.c move ARRAY_SIZE macro to types.h 2009-11-16 09:58:11 -08:00
interface.h change #include "jtag.h" to <jtag/jtag.h> 2009-12-03 04:24:33 -08:00
interfaces.c Driver for USB-JTAG, Altera USB-Blaster and compatibles 2009-12-26 15:05:06 -08:00
interfaces.h change #include "interface.h" to <jtag/interface.h> 2009-12-03 04:22:52 -08:00
jtag.h jtag: add '-ignore-version' option 2009-12-14 15:55:51 -08:00
minidriver.h minidriver: fix inline capability of minidriver 2009-12-08 10:29:58 +01:00
startup.tcl improve startup tcl scripts 2009-11-24 21:37:29 -08:00
tcl.c JTAG: shrink "scan_chain" output 2009-12-16 14:19:44 -08:00