openocd/src/jtag/drivers
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
..
Makefile.am Driver for USB-JTAG, Altera USB-Blaster and compatibles 2009-12-26 15:05:06 -08:00
Makefile.rlink move jtag drivers to src/jtag/drivers 2009-12-02 23:27:09 -08:00
amt_jtagaccel.c change #include "interface.h" to <jtag/interface.h> 2009-12-03 04:22:52 -08:00
arm-jtag-ew.c change #include "interface.h" to <jtag/interface.h> 2009-12-03 04:22:52 -08:00
at91rm9200.c change #include "interface.h" to <jtag/interface.h> 2009-12-03 04:22:52 -08:00
bitbang.c change #include "interface.h" to <jtag/interface.h> 2009-12-03 04:22:52 -08:00
bitbang.h move jtag drivers to src/jtag/drivers 2009-12-02 23:27:09 -08:00
bitq.c Fix compilation error with gcc 4.4.1 2009-12-08 22:58:23 +01:00
bitq.h change #include "commands.h" to <jtag/commands.h> 2009-12-03 04:22:52 -08:00
driver.c minidriver: fix inline capability of minidriver 2009-12-08 10:29:58 +01:00
dummy.c change #include "../hello.h" to "hello.h" 2009-12-03 04:24:50 -08:00
ep93xx.c change #include "interface.h" to <jtag/interface.h> 2009-12-03 04:22:52 -08:00
ft2232.c Fix Luminary FT2232 layout docs/configs 2009-12-28 12:59:47 -08:00
gw16012.c change #include "interface.h" to <jtag/interface.h> 2009-12-03 04:22:52 -08:00
jlink.c build: fix cygwin build warnings 2009-12-11 10:26:14 +00:00
minidriver_imp.h minidriver: fix inline capability of minidriver 2009-12-08 10:29:58 +01:00
parport.c PARPORT code cleanup: 2009-12-26 10:19:57 +01:00
presto.c change #include "interface.h" to <jtag/interface.h> 2009-12-03 04:22:52 -08:00
rlink.c change #include "interface.h" to <jtag/interface.h> 2009-12-03 04:22:52 -08:00
rlink.h change #include "types.h" to <helper/types.h> 2009-12-03 04:22:52 -08:00
rlink_call.m4 move jtag drivers to src/jtag/drivers 2009-12-02 23:27:09 -08:00
rlink_dtc_cmd.h move jtag drivers to src/jtag/drivers 2009-12-02 23:27:09 -08:00
rlink_ep1_cmd.h move jtag drivers to src/jtag/drivers 2009-12-02 23:27:09 -08:00
rlink_init.m4 move jtag drivers to src/jtag/drivers 2009-12-02 23:27:09 -08:00
rlink_speed_table.c move jtag drivers to src/jtag/drivers 2009-12-02 23:27:09 -08:00
rlink_st7.h move jtag drivers to src/jtag/drivers 2009-12-02 23:27:09 -08:00
usb_blaster.c Driver for USB-JTAG, Altera USB-Blaster and compatibles 2009-12-26 15:05:06 -08:00
usb_common.c move jtag drivers to src/jtag/drivers 2009-12-02 23:27:09 -08:00
usb_common.h change #include "types.h" to <helper/types.h> 2009-12-03 04:22:52 -08:00
usbprog.c change #include "interface.h" to <jtag/interface.h> 2009-12-03 04:22:52 -08:00
vsllink.c change #include "interface.h" to <jtag/interface.h> 2009-12-03 04:22:52 -08:00