2004-10-17 Marcel Telka * configure.ac (AC_INIT): Changed version number to 0.6. (AM_GNU_GETTEXT_VERSION): Changed version number for gettext to 0.14.1. 2004-10-17 Marcel Telka * src/tap/cable/wiggler.c (nTRST): Changed pin value (patch 1040199, Andrew Dyer). (nSRESET): New pin value (patch 1040199, Andrew Dyer). (wiggler_init, wiggler_clock, wiggler_get_tdo, wiggler_set_trst): Changed nTRST to not inverted signal (patch 1040199, Andrew Dyer). 2004-09-21 Marcel Telka * data/intel/PARTS: Added support for different IXP425 frequency variants (patch 1030647, Trevor Man). 2004-08-24 Marcel Telka * src/bus/Makefile.am (libbus_a_SOURCES): Added ppc440gx_ebc8.c. * src/bus/buses.c (bus_drivers): Added ppc440gx_ebc8_bus (patch 1012154, Jerome Debard). * src/bus/buses.h: Ditto. * src/bus/ppc440gx_ebc8.c: New file (patch 1012154, Jerome Debard). 2004-08-20 Marcel Telka * src/bus/pxa2x0.c (pxa2x0_bus_init): New function. (pxa250_bus_prepare): Replaced bus initialization sequence with pxa2x0_bus_init() call. (pxa2x0_bus_area): Added pxa2x0_bus_init() call. 2004-08-20 Marcel Telka * src/tap/Makefile.am (libtap_a_SOURCES): Added cable/lattice.c. * src/tap/cable.c (cable_drivers): Added lattice_cable_driver (patch 1012138, Jerome Debard). * src/tap/cable/lattice.c: New file (patch 1012138, Jerome Debard). 2004-08-19 Marcel Telka * src/bus/Makefile.am (libbus_a_SOURCES): Added tx4925.c (patch 972625, Andrew Dyer). * src/bus/buses.c (bus_drivers): Added tx4925_bus (patch 972625, Andrew Dyer). * src/bus/buses.h: Ditto. * src/bus/tx4925.c: New file (patch 972625, Andrew Dyer). 2004-08-17 Marcel Telka * data/MANUFACTURERS: Added Toshiba manufacturer (patch 972621, Andrew Dyer). * data/Makefile.am (nobase_dist_pkgdata_DATA): Added new files (patch 972621, Andrew Dyer). * data/xilinx/PARTS: Added XCR3032XL-VQ44 entry (patch 972621, Andrew Dyer). * data/xilinx/xcr3032xl-vq44/STEPPINGS: New file (patch 972621, Andrew Dyer). * data/xilinx/xcr3032xl-vq44/xcr3032xl-vq44: Ditto. * data/toshiba/PARTS: Ditto. * data/toshiba/tx4925/STEPPINGS: Ditto. * data/toshiba/tx4925/tx4925: Ditto. * data/toshiba/tx4926/STEPPINGS: Ditto. * data/toshiba/tx4926/tx4926: Ditto. 2004-08-17 Marcel Telka * data/Makefile.am (nobase_dist_pkgdata_DATA): Added new files. * data/philips/PARTS: Added XCR3128XL-VQ100 entry (patch 1010714, Michael Lauer). * data/xilinx/PARTS: Added directory for XCR3128XL-VQ100 entry (patch 1010714, Michael Lauer). * data/philips/xcr3128xl-vq100/STEPPINGS: New file (patch 1010714, Michael Lauer). * data/philips/xcr3128xl-vq100/xcr3128xl-vq100: Ditto. * data/xilinx/xcr3128xl-vq100/xcr3128xl-vq100: Ditto. 2004-08-16 Marcel Telka * src/bus/pxa2x0.c (bus_params_t): Added new member: inited. (INITED): New macro. (pxa2x0_bus_new): Removed BOOT_DEF initialization. (pxa250_bus_prepare): Added BOOT_DEF initialization. 2004-08-15 Marcel Telka * include/jtag.h (detect_parts): Changed return type. * src/detect.c (detect_parts): Changed return value to return number of detected parts. * src/cmd/detect.c (cmd_detect_run): Added reset of the chain->parts to NULL before detect_parts() call. Ignored detect_parts() return value. 2004-08-13 Marcel Telka * src/jtag.c: Added missing locale.h include (patch 986414, Martin Buck). 2004-08-11 Marcel Telka * Makefile.rules (RECURSIVE_TARGETS, lint-recursive): Removed. (lint): Added command to run recursive make. (.PHONY): Removed lint-recursive. 2004-06-13 Marcel Telka * data/broadcom/PARTS: Added BCM4712 entry (Alan Wallace). * data/broadcom/bcm4712/STEPPINGS: New file (Alan Wallace). * data/broadcom/bcm4712/bcm4712: Ditto. 2004-01-20 Marcel Telka * acinclude.m4: File removed. * autogen.sh: Added acinclude call. 2003-12-20 Marcel Telka * src/bus/Makefile.am (libbus_a_SOURCES): Added au1500.c. * src/bus/au1500.c: New file (patch 853883, Zhang Wei). * src/bus/buses.c (bus_drivers): Added au1500_bus (patch 853883, Zhang Wei). * src/bus/buses.h: Added au1500_bus. 2003-11-02 Marcel Telka * configure.ac (AC_INIT): Changed version number to 0.5.2. * data/Makefile.am (nobase_dist_pkgdata_DATA): Added motorola/mpc8245/1.2. * data/motorola/mpc8245/1.2: New file. * src/bus/mpc824x.c: Ditto. * src/bus/Makefile.am (libbus_a_SOURCES): Added mpc824x.c. * src/bus/buses.c (bus_drivers): Added mpc824x_bus. * src/bus/buses.h (mpc824x_bus): Added bus declaration. * include/bsbit.h (bsbit_alloc): Changed parameter name (signals -> signal). * src/part/bsbit.c (bsbit_alloc): Changed parameter behaviour. * src/cmd/bit.c (cmd_bit_run): Passed exact signal to bsbit_alloc() instead of list of signals. * src/jtag.c (main): Added cfi_array deallocation. * src/flash.c (set_flash_driver): Used global cfi_array variable to set flash driver. (flashcheck): Function removed. All function calls replaced by set_flash_driver(). (flashmsbin): Removed local cfi_array variable. (flashmem): Removed local cfi_array variable. Fixed bug with one more block erase while programming data at end of previous block. (flasherase): Removed local cfi_array variable. Fixed block number calculation. * src/readmem.c (readmem): Fixed bug while reading address near to end of 32 bit address range. * src/bus/pxa2x0.c (pxa2x0_bus_new): Added BSR sampling before BOOT_DEF initialization (bugfix). 2003-10-23 Marcel Telka * include/bssignal.h (salias_t): Added new type. (salias_alloc, salias_free): Adde new function prototypes. * include/part.h (struct part): Added new structure member 'saliases'. * src/cmd/Makefile.am (libcmd_a_SOURCES): Added salias.c. * src/cmd/cmd.c (cmds): Added cmd_salias. * src/cmd/salias.c: New file. * src/part/part.c (part_alloc): Added saliases initialization. (part_free): Added saliases deallocation. (part_find_signal): Added signal aliases searching. * src/part/signal.c (salias_alloc, salias_free): New functions. 2003-10-20 Marcel Telka * data/hitachi/hd64465/hd64465: Completed BSR bits declaration. 2003-10-20 Marcel Telka * data/Makefile.am (nobase_dist_pkgdata_DATA): Added hitachi/sh7729/STEPPINGS and hitachi/sh7729/sh7729. * data/hitachi/sh7729/STEPPINGS: New file (Beregnyei Balazs). * data/hitachi/sh7729/sh7729: Ditto. 2003-10-17 Marcel Telka * data/Makefile.am (nobase_dist_pkgdata_DATA): Added hitachi/hd64465/hd64465. * data/hitachi/hd64465/hd64465: New file. 2003-10-13 Marcel Telka * data/intel/ixp425/STEPPINGS: Added B0 stepping. 2003-10-11 Marcel Telka Version 0.5.1 released. 2003-09-23 Marcel Telka * src/flash.c (flash_drivers): Added amd_16_flash_driver (Bradley D. LaRonde). (find_block): New function (Bradley D. LaRonde). (flashmem): Added block calculations using exact CFI data (Bradley D. LaRonde). * src/tap/cable/triton.c (triton_init): Removed unused variable 'data'. 2003-09-15 Marcel Telka * configure.ac: Fixed spelling (patch 805108, Andreas Mohr). * src/jtag.c (main): Ditto. * src/cmd/discovery.c (cmd_discovery_help, cmd_discovery): Ditto. * src/cmd/flashmem.c (cmd_flashmem_help): Ditto. * src/tap/cable/ei012.c: Changed comment (patch 805108, Andreas Mohr). * src/tap/cable/keithkoep.c: Ditto. * src/tap/cable/mpcbdm.c: Ditto. 2003-09-14 Marcel Telka * src/tap/cable/triton.c: New file (patch 805103, Andreas Mohr). * src/tap/Makefile.am (libtap_a_SOURCES): Added cable/triton.c (patch 805103, Andreas Mohr). * src/tap/cable.c (cable_drivers): Added triton_cable_driver member (patch 805103, Andreas Mohr). * src/tap/cable/generic.h (PARAM_SRESET): New macro (patch 805103, Andreas Mohr). (generic_params_t): New structure member 'sreset' (patch 805103, Andreas Mohr). * configure.ac: Changed description for --with-include parameter (thanks to Andreas Mohr). 2003-09-12 Marcel Telka * configure.ac (AC_CHECK_FUNCS): Added swprintf. * src/cmd/print.c (cmd_print_run): Added alternative implementation of the header printing using snprintf() for platforms without swprintf() function available. 2003-09-12 Marcel Telka * configure.ac (AC_INIT): Changed version number to 0.5.1. 2003-09-11 Marcel Telka * src/tap/cable/wiggler.c (wiggler_init, wiggler_clock, wiggler_get_tdo, wiggler_set_trst): Fixed inverted TRST signal (see patch 799377 for more info, thanks to Mike Tesch for reporting). 2003-09-11 Marcel Telka * src/cmd/dr.c (cmd_dr_run): Added test for missing active instruction and data register (thanks to Mike Tesch for reporting). 2003-09-10 Marcel Telka * src/bus/bcm1250.c (bcm1250_bus_printinfo, bcm1250_bus): Fixed typo (compatibile->compatible) in output message (thanks to Andreas Mohr). * src/bus/ixp425.c (ixp425_bus_printinfo, ixp425_bus): Ditto. * src/bus/pxa2x0.c (pxa2x0_bus_printinfo, pxa2x0_bus): Ditto. * src/bus/s3c4510x.c (s3c4510_bus_printinfo, s3c4510_bus): Ditto. * src/bus/sa1110.c (sa1110_bus_printinfo, sa1110_bus): Ditto. * src/bus/sh7727.c (sh7727_bus_printinfo, sh7727_bus): Ditto. * src/bus/sh7750r.c (sh7750r_bus_printinfo, sh7750r_bus): Ditto. * src/bus/sh7751r.c (sh7751r_bus_printinfo, sh7751r_bus): Ditto. 2003-09-05 Marcel Telka * include/bus.h (bus_drivers): Added constant declaration. (new_sa1110_bus, new_pxa250_bus, new_ixp425_bus, new_sh7727_bus, new_sh7750r_bus, new_sh7751r_bus) (new_bcm1250_bus): Function declarations removed. * src/bus/buses.c (bus_drivers): New constant definition. * src/bus/buses.h: New file. * src/bus/Makefile.am (libbus_a_SOURCES): Added buses.h. * src/bus/bcm1250.c (bcm1250_bus_printinfo): Added new function parameter 'bus'. (bcm1250_bus): Changed structure type to bus_driver_t. Changed members. (new_bcm1250_bus): Function renamed ... (bcm1250_bus_new): ... to this one. Changed parameter list to void (and function body updated). * src/bus/ixp425.c (ixp425_bus_printinfo): Added new function parameter 'bus'. (ixp425_bus): Changed structure type to bus_driver_t. Changed members. (new_ixp425_bus): Function renamed ... (ixp425_bus_new): ... to this one. Changed parameter list to void (and function body updated). * src/bus/pxa2x0.c (pxa2x0_bus_printinfo): Added new function parameter 'bus'. (pxa250_bus): Structure transformed ... (pxa2x0_bus): ... to this constant (changed type to bus_driver_t, changed members). (new_pxa250_bus): Function renamed ... (pxa2x0_bus_new): ... to this one. Changed parameter list to void (and function body updated). * src/bus/s3c4510x.c (s3c4510_bus_printinfo): Added new function parameter 'bus'. (s3c4510_bus): Changed structure type to bus_driver_t. Changed members. (new_s3c4510_bus): Function renamed ... (s3c4510_bus_new): ... to this one. Changed parameter list to void (and function body updated). * src/bus/sa1110.c (sa1110_bus_printinfo): Added new function parameter 'bus'. (sa1110_bus): Changed structure type to bus_driver_t. Changed members. (new_sa1110_bus): Function renamed ... (sa1110_bus_new): ... to this one. Changed parameter list to void (and function body updated). * src/bus/sh7727.c (sh7727_bus_printinfo): Added new function parameter 'bus'. (sh7727_bus): Changed structure type to bus_driver_t. Changed members. (new_sh7727_bus): Function renamed ... (sh7727_bus_new): ... to this one. Changed parameter list to void (and function body updated). * src/bus/sh7750r.c (sh7750r_bus_printinfo): Added new function parameter 'bus'. (sh7750r_bus): Changed structure type to bus_driver_t. Changed members. (new_sh7750r_bus): Function renamed ... (sh7750r_bus_new): ... to this one. Changed parameter list to void (and function body updated). * src/bus/sh7751r.c (sh7751r_bus_printinfo): Added new function parameter 'bus'. (sh7751r_bus): Changed structure type to bus_driver_t. Changed members. (new_sh7751r_bus): Function renamed ... (sh7751r_bus_new): ... to this one. Changed parameter list to void (and function body updated). * src/cmd/cable.c (cmd_cable_run): Replaced bus->free() call with bus_free(). * src/jtag.c (main): Ditto. * src/cmd/cmd.c (cmds): Added cmd_initbus. * src/cmd/detect.c (cmd_detect_run): Removed explicit bus driver detection. * src/cmd/initbus.c: New file. * src/cmd/Makefile.am (libcmd_a_SOURCES): Added initbus.c. * data/broadcom/bcm1250/bcm1250: Added 'initbus' command call. * data/hitachi/sh7727/sh7727: Ditto. * data/intel/ixp425/ixp425: Ditto. * data/intel/pxa250/pxa250: Ditto. * data/intel/pxa250/pxa250c0: Ditto. * data/intel/sa1110/sa1110: Ditto. * data/samsung/s3c4510b/s3c4510b: Ditto. 2003-09-04 Marcel Telka * configure.ac (CPPFLAGS): Added top_srcdir into include directory list. 2003-09-03 Marcel Telka * src/bus/pxa2x0.c (set_data_in, setup_data): Added new 'adr' parameter. Used real data bus width for data reading (based on patch 792591, thanks to Guennadi Liakhovetski). All function callers updated. (pxa250_bus_read_next, pxa250_bus_read_end): Used real data bus width for data reading (based on patch 792591, thanks to Guennadi Liakhovetski). * src/bus/sa1110.c (set_data_in, setup_data, sa1110_bus_read_next, sa1110_bus_read_end): Ditto. * src/bus/sh7727.c (set_data_in, setup_data, sh7727_bus_read_next, sh7727_bus_read_end): Ditto. 2003-08-28 Marcel Telka * src/bus/pxa2x0.c (pxa250_bus_read_next, pxa250_bus_read_end): Added support for BOOT_DEF register emulation. (pxa2x0_bus_area): Added Memory Mapped registers (Memory Ctl) area. 2003-08-28 Marcel Telka * src/readmem.c (readmem): Replaced bus_width macro with new bus_area. * src/bus/bcm1250.c (bcm1250_bus_width): Function removed. (bcm1250_bus_area): New function. * src/bus/ixp425.c (ixp425_bus_width): Function removed. (ixp425_bus_area): New function. * src/bus/pxa2x0.c (pxa250_bus_width): Function removed. (pxa2x0_bus_area): New function. * src/bus/s3c4510x.c (s3c4510_bus_width): Function removed. (s3c4510_bus_area): New function. * src/bus/sa1110.c (sa1110_bus_width: Function removed. (sa1110_bus_area): New function. * src/bus/sh7727.c (sh7727_bus_width): Function removed. (sh7727_bus_area): New function. * src/bus/sh7750r.c (sh7750r_bus_width): Function removed. (sh7750r_bus_area): New function. * src/bus/sh7751r.c (sh7751r_bus_width): Function removed. (sh7751r_bus_area): New function. * src/cmd/print.c (cmd_print_run): Added bus area printing. 2003-08-27 Marcel Telka * include/flash.h: Removed CFI_INTEL_ERROR_* macros. 2003-08-26 Marcel Telka * src/cmd/print.c (cmd_print_run): Fixed header print format. 2003-08-25 Marcel Telka * configure.ac (AC_INIT): Changed package name. * src/jtag.c (main): Added full package name to banner. 2003-08-22 Marcel Telka * src/tap/cable/byteblaster.c (byteblaster_init): Added additional checks for valid ByteBlaster cable connection and enabled all variants of the cable (patch 793313, Rojhalat Ibrahim). 2003-08-22 Marcel Telka * MANUFACTURERS: Added Altera manufacturer (Rojhalat Ibrahim). * altera/PARTS: New file (Rojhalat Ibrahim). * altera/ep1c20f400/STEPPINGS: Ditto. * altera/ep1c20f400/ep1c20f400: Ditto. * altera/epm7128aetc100/STEPPINGS: Ditto. * altera/epm7128aetc100/epm7128aetc100: Ditto. * Makefile.am (nobase_dist_pkgdata_DATA): Added new Altera JTAG files. 2003-08-19 Marcel Telka Version 0.5 released. 2003-08-19 Marcel Telka * configure.ac (AM_GNU_GETTEXT_VERSION): Changed version number to 0.12.1. 2003-08-19 Marcel Telka * src/bus/s3c4510x.c: Changed comment. 2003-08-19 Marcel Telka * src/bus/Makefile.am (libbus_a_SOURCES): Added s3c4510x.c. * src/bus/s3c4510x.c: New file (Jiun-Shian Ho). 2003-08-19 Marcel Telka * src/tap/parport/direct.c (direct_connect): Marked two indirect strings for translation. * src/tap/parport/ppdev.c (ppdev_connect): Ditto. 2003-08-19 Marcel Telka * sysdep.h: Renamed pkgcfg.h to config.h. * configure.ac (AM_CONFIG_HEADER): Ditto. 2003-08-19 Marcel Telka * src/jtag.c (main): Fixed setlocale() call. * Makefile.am (noinst_HEADERS): Renamed config.h -> sysdep.h. * config.h: Renamed this file ... * sysdep.h: ... to this one. Changed config.h -> sysdep.h include in all source files. 2003-08-18 Marcel Telka * data/samsung/s3c4510b/s3c4510b: Fixed some errors in instruction declarations (Jiun-Shian Ho). 2003-08-18 Marcel Telka * src/detect.c (detect_parts): Marked one forgotten string for translation. * src/cmd/bit.c (cmd_bit_run): Fixed control bit setup. * src/cmd/eraseflash.c (cmd_eraseflash_run): Changed formatting. (cmd_eraseflash_help): Updated help text. * src/cmd/flashmem.c (cmd_flashmem_help): Ditto. * src/cmd/readmem.c (cmd_readmem_help): Ditto. 2003-08-14 Marcel Telka * include/jtag.h (flasherase): New function prototype (patch 772267, Thomas Fröhlich). * src/flash.c (flasherase): New function (patch 772267, Thomas Fröhlich). * src/cmd/Makefile.am (libcmd_a_SOURCES): Added eraseflash.c (patch 772267, Thomas Fröhlich). * src/cmd/cmd.c (cmds): Added cmd_eraseflash (patch 772267, Thomas Fröhlich). * src/cmd/eraseflash.c: New file (patch 772267, Thomas Fröhlich). 2003-08-14 Marcel Telka * src/tap/chain.c (chain_shift_instructions): Moved test for parts without active instruction before shifting process. (chain_shift_data_registers): Moved test for parts without active instruction or data register before shifting process. 2003-08-14 Marcel Telka * data/Makefile.am (nobase_dist_pkgdata_DATA): Added samsung/s3c4510b/s3c4510b. * data/samsung/s3c4510b/s3c4510b: New file (Jiun-Shian Ho). 2003-08-14 Marcel Telka * data/MANUFACTURERS: Changed directory name for Philips. * data/Makefile.am (nobase_dist_pkgdata_DATA): Added philips/PARTS, philips/xcr3128xl-cs144/STEPPINGS, and philips/xcr3128xl-cs144/xcr3128xl-cs144. * data/philips/PARTS: New file. * data/philips/xcr3128xl-cs144/STEPPINGS: Ditto. * data/philips/xcr3128xl-cs144/xcr3128xl-cs144: Ditto. * include/part.h (MAXLEN_MANUFACTURER): Increased size to 25. 2003-08-13 Marcel Telka * include/jtag.h (detect_register_size): Added function declaration. * src/discovery.c (detect_register_size): Changed to non-static. * src/detect.c (detect_parts): Added support for parts without IDCODE. 2003-08-13 Marcel Telka * src/bus/sa1110.c (sa1110_bus_width): Removed bus width printing. * src/bus/sh7751r.c (sh7751r_bus_printinfo): New function. 2003-08-13 Marcel Telka * include/bus.h (new_sh7751r_bus): New function declaration (patch 773533, Matan Ziv-Av). * src/bus/Makefile.am (libbus_a_SOURCES): Added sh7751r.c (patch 773533, Matan Ziv-Av). * src/bus/sh7751r.c: New file (patch 773533, Matan Ziv-Av). 2003-08-13 Marcel Telka * include/part.h (struct part): Added new member 'id'. (part_alloc): Added new parameter 'id'. * src/detect.c (detect_parts): Added execution JTAG declarations as script. * src/jtag.c (get_token): Added support for in-line comments. * src/cmd/Makefile.am (libcmd_a_SOURCES): Added signal.c, bit.c, and register.c. * src/cmd/bit.c: New file. * src/cmd/register.c: Ditto. * src/cmd/signal.c: Ditto. * src/cmd/cmd.c (cmds): Added cmd_signal, cmd_bit, and cmd_register. * src/cmd/instruction.c (cmd_instruction_run, cmd_instruction_help, cmd_instruction): Added support for new instruction declaration. * src/part/parse.c: File removed. * src/part/Makefile.am (libpart_a_SOURCES): Removed parse.c. * src/cmd/detect.c (cmd_detect_run): Fixed possible NULL pointer dereference. * src/part/part.c (part_alloc): Added new parameter 'id'. (part_free): Addedd id deallocation. (part_print): Added support for instructions without data register. * src/tap/chain.c (chain_shift_data_registers): Ditto. 2003-08-13 Marcel Telka * data/broadcom/bcm5421s/bcm5421s: Fixed bad pin -> signal changes. 2003-08-13 Marcel Telka * data/broadcom/bcm1250/bcm1250: Changed pin -> signal keyword. * data/broadcom/bcm5421s/bcm5421s: Ditto. * data/hitachi/sh7727/sh7727: Ditto. * data/intel/ixp425/ixp425: Ditto. * data/intel/pxa250/pxa250: Ditto. * data/intel/pxa250/pxa250c0: Ditto. * data/intel/sa1110/sa1110: Ditto. * data/xilinx/xc2c256-tq144/xc2c256-tq144: Ditto. * data/xilinx/xcr3128xl-cs144/xcr3128xl-cs144: Ditto. * data/xilinx/xcr3256xl-ft256/xcr3256xl-ft256: Ditto. 2003-08-12 Marcel Telka * src/bsdl2jtag.c (endline): Added support for "downto" in bit vectors and "observe_only" (patch 787346, Brad Parker). 2003-08-11 Marcel Telka * src/cmd/Makefile.am (libcmd_a_SOURCES): Added include.c. * src/cmd/include.c: New file. * src/cmd/cmd.c (cmds): Added cmd_include. 2003-08-11 Marcel Telka * src/flash.c (flash_drivers): Added amd_8_flash_driver. 2003-08-11 Marcel Telka * include/bus.h (buses_t): Added new structure. * src/jtag.c (bus): Removed global variable. * src/bus/Makefile.am (libbus_a_SOURCES): Added buses.c. * src/bus/buses.c: New file. * src/bus/bcm1250.c (bcm1250_bus_printinfo): New function. * src/bus/ixp425.c (ixp425_bus_printinfo): Ditto. * src/bus/pxa2x0.c (pxa2x0_bus_printinfo): Ditto. * src/bus/sa1110.c (sa1110_bus_printinfo): Ditto. * src/bus/sh7727.c (sh7727_bus_printinfo): Ditto. * src/bus/sh7750r.c (sh7750r_bus_printinfo): Ditto. * src/cmd/Makefile.am (libcmd_a_SOURCES): Added bus.c. * src/cmd/bus.c: New file. * src/cmd/cmd.c (cmds): Added cmd_bus. * src/cmd/detect.c (cmd_detect_run): Added support for multiple buses detection. * src/cmd/print.c (cmd_print_run): Fixed header printing while syntax error. Added support for printing list of active buses. (cmd_print_help): Added new parameter 'bus'. 2003-08-11 Marcel Telka * configure.ac (AC_INIT): Changed version number to 0.5. * include/chain.h (chain_t): Added active_part. * src/tap/chain.c (chain_alloc): Added active_part initialization. * include/part.h (parts_print): Removed 'header' parameter. * src/part/part.c (parts_print): Removed header printing. * src/cmd/print.c (cmd_print_run): Added header printg. Added new parameter 'chain' for print command. (cmd_print_help): Added new parameter 'chain'. * src/cmd/dr.c (cmd_dr_run, cmd_dr_help): Removed PART parameter. * src/cmd/get.c (cmd_get_run, cmd_get_help): Ditto. * src/cmd/instruction.c (cmd_instruction_run, cmd_instruction_help): Ditto. * src/cmd/set.c (cmd_set_run, cmd_set_help): Ditto. * src/cmd/Makefile.am (libcmd_a_SOURCES): Adde part.c. * src/cmd/part.c: New file. * src/cmd/cmd.c (cmds): Added cmd_part. 2003-07-25 Marcel Telka * data/Makefile.am (nobase_dist_pkgdata_DATA): Added broadcom/bcm3310/STEPPINGS and broadcom/bcm3310/bcm3310. * data/broadcom/PARTS: Added BCM3310. * data/broadcom/bcm3310/STEPPINGS: New file. * data/broadcom/bcm3310/bcm3310: Ditto. 2003-07-24 Marcel Telka * po/POTFILES.in: Removed missing files. * configure.ac: Removed VL_LIB_READLINE macro and moved it to ... * acinclude.m4: ... this new file. 2003-07-16 Marcel Telka * src/jtag.c (jtag_parse_line): Fixed invalid memory allocation size (core dump). 2003-07-01 Marcel Telka * include/bus.h (new_sh7750r_bus, new_bcm1250_bus): New function declarations (patch 753300, Matan Ziv-Av). * src/bus/Makefile.am (libbus_a_SOURCES): Added bcm1250.c and sh7750r.c (patch 753300, Matan Ziv-Av). * src/bus/bcm1250.c: New file (patch 753300, Matan Ziv-Av). * src/bus/sh7750r.c: Ditto. * src/cmd/detect.c (cmd_detect_run): Added bus driver for SH7750R and BCM1250 (patch 753300, Matan Ziv-Av). 2003-06-19 Marcel Telka * include/jtag.h (discovery): Removed 'filename' parameter. * src/discovery.c (TEST_COUNT): Changed test repeat count from 5 to 1. (detect_register_size): Removed 'f' parameter. Removed output messages. (jtag_reset): Removed sleep() calls. (discovery): Removed 'filename' parameter. Removed support for output to file. Simplified output messages. * src/cmd/discovery.c (cmd_discovery_run): Removed FILENAME parameter. (cmd_discovery_help): Updated help text. 2003-06-18 Marcel Telka * src/discovery.c (discovery): Removed explicit JTAG chain length detection. Changed starting of the DR size detection from all 1 instead all 0 for IR (patch 753298, Matan Ziv-Av). 2003-06-18 Marcel Telka * /src/flash.c (flash_drivers): Added 1 x 8 bit Intel Flash driver (patch 753295, Matan Ziv-Av). 2003-06-12 Marcel Telka * include/flash.h (flash_driver_t): Structure removed. (flash_erase_block, flash_unlock_block, flash_program, flash_readarray): Macro removed. * src/flash.c (set_flash_driver, flashcheck, flashmsbin, flashmem): Updated for new flash_driver_t declared in brux/flash.h in include module. 2003-06-10 Marcel Telka * include/Makefile.am (noinst_HEADERS): Removed cfi.h. * include/cfi.h: File removed. * src/flash.c: Updated include header files. 2003-06-10 Marcel Telka * src/bus/sh7727.c (bus_params_t): Added md3 and md4. (sh7727_bus_width): Moved to implementation using MD3 and MD4 (thanks to Rainer Dörken). (new_sh7727_bus): Added MD3 and MD4 signal searching (thanks to Rainer Dörken). 2003-06-10 Marcel Telka * src/bus/ixp425.c (ixp425_bus_width): Changed return value type (int -> unsigned int). * src/bus/pxa2x0.c (pxa250_bus_width): Ditto. * src/bus/sa1110.c (sa1110_bus_width): Ditto. * src/bus/sh7727.c (sh7727_bus_width): Ditto. 2003-06-06 Marcel Telka * src/bus/sh7727.c (bus_params_t): Fixed cs array length. (setup_address): Removed address shift by BASE. (sh7727_bus_read_end): Simplified CS handling. (new_sh7727_bus): Fixed CS signal searching (thanks to Rainer Dörken). 2003-06-03 Marcel Telka * include/cfi.h (detect_cfi): Macro removed. * src/flash.c (flashcheck): Renamed detect_cfi to cfi_detect. 2003-06-03 Marcel Telka * src/Makefile.am (jtag_LDADD): Added libbrux twice to resolve dependencies. * src/jtag.c: Fixed cmd.h include path. 2003-06-03 Marcel Telka * src/cmd/Makefile.am (libcmd_a_SOURCES): Removed quit.c, help.c, and detectflash.c. * src/cmd/cmd.c (cmd_run, cmd_params, cmd_get_number): Functions moved to module libbrux, file cmd/cmd.c. * src/cmd/detectflash.c: File moved to module libbrux, directory cmd. * src/cmd/help.c: Ditto. * src/cmd/quit.c: Ditto. 2003-06-03 Marcel Telka * include/Makefile.am (noinst_HEADERS): Added cmd.h. * include/cmd.h: New file. * src/cmd/Makefile.am (libcmd_a_SOURCES): Removed cmd.h. * src/cmd/cmd.h: File removed. Partially moved to include module (file brux/cmd.h). * src/cmd/detectflash.c (cmd_detectflash_help): Changed help text. 2003-06-03 Marcel Telka * src/readmem.c (detectflash): Function extracted to module libbrux, file flash/detectflash.c. 2003-06-03 Marcel Telka * include/jtag.h (detectflash, flashmem, flashmsbin): Declarations moved to include module, file brux/flash.h. 2003-06-03 Marcel Telka * src/cmd/cable.c (cmd_cable_run): Added bus deallocation. * src/cmd/detectflash.c (cmd_detectflash_run): Removed cable connection test. * src/cmd/flashmem.c (cmd_flashmem_run): Ditto. * src/cmd/peekpoke.c (cmd_peek_run, cmd_poke_run): Ditto. * src/cmd/readmem.c (cmd_readmem_run): Ditto. 2003-06-03 Marcel Telka * src/flash.c (flashmsbin, flashmem): Removed '\r' from translatable messages. * src/readmem.c (readmem): Ditto. 2003-06-03 Marcel Telka * src/cmd/Makefile.am (libcmd_a_SOURCES): Added peekpoke.c (patch 747447, Matan Ziv-Av). * src/cmd/cmd.c (cmds): Added peek and poke commands (patch 747447, Matan Ziv-Av). * src/cmd/peekpoke.c: New file (patch 747447, Matan Ziv-Av). * po/POTFILES.in: Updated. * include/bus.h (bus_t): Declaration moved to include module (brux/bus.h). * include/cfi.h (cfi_chip_t, cfi_array_t, cfi_array_free, detect_cfi): Declarations moved to include module (brux/cfi.h). 2003-06-02 Marcel Telka * Makefile.am (SUBDIRS): Added libbrux. * configure.ac (AC_CONFIG_FILES): Removed src/flash/Makefile. (AC_CONFIG_SUBDIRS): Added libbrux. * src/Makefile.am (SUBDIRS): Removed flash. (jtag_DEPENDENCIES): Removed flash/libflash.a, added ../libbrux/libbrux.a. (jtag_LDADD): Removed libflash, added libbrux. * src/flash/Makefile.am: File removed. * src/flash/amd.c: File moved to module libbrux, directory flash. * src/flash/cfi.c: Ditto. * src/flash/intel.c: Ditto. 2003-05-30 Marcel Telka * src/tap/parport/direct.c (direct_set_control): Inverted SELECT, AUTOFD, and STROBE signals (bug 745824). * src/tap/parport/ppdev.c (ppdev_set_control): Ditto. * src/tap/cable/mpcbdm.c (mpcbdm_init, mpcbdm_set_trst): Changed (inverted) TRST handling. (mpcbdm_clock, mpcbdm_get_tdo): Removed TRST setting. 2003-05-29 Marcel Telka Version 0.4 released. 2003-05-29 Marcel Telka * src/bsdl2jtag.c (main): Renamed 'pin' keyword to 'signal'. * src/part/parse.c (read_part): Added support for 'signal' keyword. * data/Makefile.am (nobase_dist_pkgdata_DATA): Added new files. * data/dec/PARTS: New file. * data/dec/sa1100/STEPPINGS: New file (thanks to Jachym Holecek). * data/dec/sa1100/sa1100: New file. 2003-05-28 Marcel Telka * configure.ac (AC_INIT): Changed version number to 0.4. * src/cmd/frequency.c (cmd_frequency_run): Added support for printing current TCK frequency. (cmd_frequency_help): Updated help text. * po/POTFILES.in: Updated. * src/detect.c (find_record, detect_parts): Marked messages for translation. * src/discovery.c (detect_register_size, discovery): Ditto. * src/flash.c (set_flash_driver, flashcheck, flashmsbin, flashmem): Ditto. * src/readmem.c (readmem): Ditto. * src/flash/amd.c (amd_flash_print_info, amd_32_flash_driver): Ditto. * src/flash/intel.c (_intel_flash_print_info, intel_flash_erase_block, intel_flash_unlock_block) (intel_flash_program, intel_32_flash_driver, intel_16_flash_driver): Ditto. * src/tap/cable/arcom.c (arcom_cable_driver): Ditto. * src/tap/cable/byteblaster.c (byteblaster_cable_driver): Ditto. * src/tap/cable/dlc5.c (dlc5_cable_driver): Ditto. * src/tap/cable/ea253.c (ea253_cable_driver): Ditto. * src/tap/cable/ei012.c (ei012_cable_driver): Ditto. * src/tap/cable/keithkoep.c (keithkoep_cable_driver): Ditto. * src/tap/cable/mpcbdm.c (mpcbdm_cable_driver): Ditto. * src/tap/cable/wiggler.c (wiggler_cable_driver): Ditto. 2003-05-27 Marcel Telka * src/part/part.c (part_set_signal, part_get_signal): Moved variable declarations to beginning of a block (Matan Ziv-Av). 2003-05-26 Marcel Telka * include/bus.h (new_sh7727_bus): Added function declaration. * src/cmd/detect.c (cmd_detect_run): Added bus driver for Hitachi SH7727. * src/bus/Makefile.am (libbus_a_SOURCES): Added sh7727.c (patch 743140, Matan Ziv-Av). * src/bus/sh7727.c: New file (based on patch 743140, Matan Ziv-Av). 2003-05-26 Marcel Telka * include/chain.h (chain_shift_data_registers): Added new parameter `capture_output' (idea from patch 743146, Matan Ziv-Av). * src/tap/chain.c (chain_shift_data_registers): Ditto. All chain_shift_data_registers() function callers updated. 2003-05-26 Marcel Telka * data/Makefile.am (nobase_dist_pkgdata_DATA): Added broadcom/bcm5421s/STEPPINGS and broadcom/bcm5421s/bcm5421s. * data/MANUFACTURERS: Added new manufacturer ID code for Boradcom (patch 743129, Matan Ziv-Av). * data/broadcom/PARTS: Added entry for BC5421S (patch 743129, Matan Ziv-Av). * data/broadcom/bcm5421s/STEPPINGS: New file (patch 743129, Matan Ziv-Av). * data/broadcom/bcm5421s/bcm5421s: Ditto. 2003-05-22 Marcel Telka * configure.ac (AM_CONFIG_HEADER): Renamed acconfig.h configuration header to pkgcfg.h. * config.h: Ditto. 2003-05-22 Marcel Telka * config.h: New file. Changed all relevant source files to include this file unconditionaly. * Makefile.am (noinst_HEADERS): Added config.h. * configure.ac (AM_CONFIG_HEADER): Renamed generated configuration file from config.h to acconfig.h. 2003-05-22 Marcel Telka * src/jtag.c: Added new global variable 'big_endian'. * include/jtag.h: Ditto. * src/flash.c (flashmem): Added full support for little/big endian. * src/readmem.c (readmem): Ditto. * src/cmd/Makefile.am (libcmd_a_SOURCES): Added endian.c. * src/cmd/cmd.c (cmds): Added new command 'endian'. * src/cmd/endian.c: New file. 2003-05-21 Marcel Telka * Makefile.rules: New file. * Makefile.am: Added Makefile.rules include. (EXTRA_DIST): Added Makefile.rules. * data/Makefile.am: Added Makefile.rules include. * doc/Makefile.am: Ditto. * include/Makefile.am: Ditto. * po/Makevars: Ditto. * src/Makefile.am: Ditto. * src/bus/Makefile.am: Ditto. * src/cmd/Makefile.am: Ditto. * src/flash/Makefile.am: Ditto. * src/lib/Makefile.am: Ditto. * src/part/Makefile.am: Ditto. * src/tap/Makefile.am: Ditto. 2003-05-21 Marcel Telka * include/signal.h: Renamed this file ... * include/bssignal.h: ... to this one. All includes changed. * include/Makefile.am (noinst_HEADERS): Renamed signal.h to bssignal.h. * include/data_register.h: Marked local include files with double quotes. * include/instruction.h: Ditto. * include/part.h: Ditto. 2003-05-21 Marcel Telka * include/bsbit.h (bsbit, bsbit_t): Renamed typedef bsbit to bsbit_t. All occurences of the bsbit type changed to bsbit_t. 2003-05-21 Marcel Telka * include/part.h (part_find_signal): New function declaration. (part_set_signal, part_get_signal): Changed parameter signal name to signal pointer. * src/part/part.c (part_find_signal): New function. (part_set_signal, part_get_signal): Removed signal searching, used supplied pointer to signal. * po/POTFILES.in: Added src/bus/ixp425.c, src/bus/pxa2x0.c, and src/bus/sa1110.c. * src/bus/ixp425.c (bus_params_t, select_flash, unselect_flash, setup_address, set_data_in) (setup_data, ixp425_bus_read_start, ixp425_bus_read_next, ixp425_bus_read_end, ixp425_bus_write) (new_ixp425_bus): Optimized signal searching to increase bus access speed. * src/bus/pxa2x0.c (bus_params_t, setup_address, set_data_in, setup_data, pxa250_bus_read_start) (pxa250_bus_read_next, pxa250_bus_read_end, pxa250_bus_write, new_pxa250_bus): Ditto. * src/bus/sa1110.c (bus_params_t, setup_address, set_data_in, setup_data, sa1110_bus_read_start) (sa1110_bus_read_next, sa1110_bus_read_end, sa1110_bus_write, new_sa1110_bus): Ditto. (sa1110_bus_width): Updated part_get_signal() function call. Added explicit signal search. * src/cmd/get.c (cmd_get_run): Ditto. * src/cmd/set.c (cmd_set_run): Updated part_set_signal() function call. Added explicit signal search. 2003-05-20 Marcel Telka * configure.ac (AC_CONFIG_FILES): Added src/cmd/Makefile. * include/Makefile.am (noinst_HEADERS): Added jtag.h. * include/jtag.h: New file. * po/POTFILES.in: Updated. * src/Makefile.am (SUBDIRS): Added cmd. (jtag_SOURCES): Removed jtag.h and help.c. (jtag_DEPENDENCIES): Added cmd/libcmd.a. (jtag_LDADD): Added libcmd. (INCLUDES): Removed JTAG_DATA_DIR. * src/help.c: File removed. * src/jtag.h: Ditto. * src/jtag.c (jtag_parse_line): Removed command parsing and moved it to cmd directory. (jtag_parse_file): Function is no longer static. * src/cmd/Makefile.am: New file. * src/cmd/cable.c: Ditto. * src/cmd/cmd.c: Ditto. * src/cmd/cmd.h: Ditto. * src/cmd/detect.c: Ditto. * src/cmd/detectflash.c: Ditto. * src/cmd/discovery.c: Ditto. * src/cmd/dr.c: Ditto. * src/cmd/flashmem.c: Ditto. * src/cmd/frequency.c: Ditto. * src/cmd/get.c: Ditto. * src/cmd/help.c: Ditto. * src/cmd/instruction.c: Ditto. * src/cmd/print.c: Ditto. * src/cmd/quit.c: Ditto. * src/cmd/readmem.c: Ditto. * src/cmd/script.c: Ditto. * src/cmd/set.c: Ditto. * src/cmd/shift.c: Ditto. * src/part/part.c (parts_print): Fixed header printing. 2003-05-20 Marcel Telka * src/part/data_register.c: Added l10n support. Marked messages for translation. * src/part/instruction.c: Ditto. * src/part/parse.c: Ditto. * po/POTFILES.in: Added above files. 2003-05-19 Marcel Telka * src/tap/parport/ppdev.c (ppdev_get_status): Inverted BUSY signal value. * include/cfi.h (cfi_chip_t, cfi_array_t): New typedefs. (cfi_array_free): New function prototype. (detect_cfi): Changed function prototype. * include/flash.h (set_flash_driver): Removed function prototype. * src/flash/cfi.c (BW16): Macro removed. (read2): Function removed. (cfi_array_free): New function. (detect_cfi): Added code to detect all CFI chips on the data bus. * src/flash.c (flashcheck): Removed bus width checking. Updated due changes in src/flash/cfi.c. (flashmsbin): Updated due changes in src/flash/cfi.c. Removed memory leak. * src/readmem.c: Added l10n support. Marked messages for translation. (detectflash): Updated due changes in src/flash/cfi.c. Removed memory leak. Removed flash driver setup. * po/POTFILES.in: Added src/readmem.c. 2003-05-16 Marcel Telka * include/part.h (part_print): New function declaration. * src/part/part.c: Marked all user visible messages for translation. (part_print): New function. (parts_print): Simplified. Added part_print() call. * po/POTFILES.in: Added src/part/part.c. * src/Makefile.am (jtag_DEPENDENCIES): Added flash/libflash.a. 2003-05-15 Marcel Telka * include/cfi.h (detect_cfi): Added new parameter `adr'. All relevant functions and callers updated. 2003-05-15 Marcel Telka * configure.ac (CPPFLAGS): Added path to the openwince include arm directory. * include/bus.h (bus_width): Added new `adr' parameter for this macro. All relevant functions and callers updated. * src/bus/pxa2x0.c (bus_params_t): Added last_adr and MC_registers structure members. (LAST_ADR, MC_pointer): New macros. (pxa250_bus_read_start, pxa250_bus_read_next, pxa250_bus_read_end, pxa250_bus_write): Disabled external bus cycles for addresses above 0x04000000. (pxa250_bus_width): Removed some output messages. Implemented BOOT_DEF emulation. (new_pxa250_bus): Implemented BOOT_DEF emulation. 2003-05-14 Marcel Telka * include/Makefile.am (noinst_HEADERS): Added cfi.h. * include/cfi.h: New file. * src/jtag.h (detect_cfi): Removed function declaration. * src/flash.c: Replaced jtag.h include with cfi.h. * src/readmem.c: Ditto. * src/flash/Makefile.am (libflash_a_SOURCES): Added cfi.c. * src/Makefie.am (jtag_SOURCES): Removed cfi.c. * src/cfi.c: Moved this file ... * src/flash/cfi.c: ... here and replaced jtag.h include with cfi.h one. 2003-05-14 Marcel Telka * include/part.h (part_t, parts_t): Macros removed. * src/detect.c: Replaced obsolete types `parts' with `parts_t' and `part' with `part_t'. * src/part/parse.c: Ditto. * src/part/part.c: Ditto. 2003-05-14 Marcel Telka * configure.ac (AC_CONFIG_FILES): Added src/flash/Makefile. * include/Makefile.am (noinst_HEADERS): Added flash.h. * src/Makefile.am (SUBDIRS): Added flash. (jtag_SOURCES): Removed flash.h, flash-intel.c, and flash-amd.c. (jtag_LDADD): Added libflash. * src/flash-amd.c: Moved this file ... * src/flash/amd.c: ... here. * src/flash-intel.c: Moved this file ... * src/flash/intel.c: ... here. * src/flash.h: Moved this file ... * include/flash.h: ...here. * src/flash/Makefile.am: New file. 2003-05-13 Marcel Telka * src/jtag.c (jtag_parse_file): Added support for command scripts from stdin. 2003-04-29 Marcel Telka * data/MANUFACTURERS: Added new manufacturer: DEC. * src/jtag.c (jtag_create_jtagdir): Changed permissions for jtag directory. * include/part.h (part_alloc, read_part): Changed return type from `part *' to `part_t *'. (struct parts): Changed parts member type from `part **' to `part_t **'. (parts_alloc): Changed return type from `parts *' to `parts_t *'. * src/bus/ixp425.c (select_flash, unselect_flash, setup_address, set_data_in, setup_data): Changed first parameter type from `part *' to `part_t *'. * src/bus/pxa250.c (setup_address, set_data_in, setup_data): Ditto. * src/bus/sa1110.c (setup_address, set_data_in, setup_data): Ditto. * include/bus.h: Replaced static bus_driver_t architecture with dynamic bus_t. Removed direct chain_t dependency. Added `params' and `prepare' members. All related functions' parameter types changed. * src/bus/ixp425.c (bus_params_t): New structure typedef. (CHAIN, PART): New macros. (ixp425_bus_prepare, ixp425_bus_free, new_ixp425_bus): New functions. (ixp425_bus_driver, ixp425_bus): Renamed `ixp425_bus_driver' to `ixp425_bus' and updated for new bus driver architecture. * src/bus/pxa250.c (bus_params_t): New structure typedef. (CHAIN, PART): New macros. (pxa250_bus_prepare, pxa250_bus_free, new_pxa250_bus): New functions. (pxa250_bus_driver, pxa250_bus): Renamed `pxa250_bus_driver' to `pxa250_bus' and updated for new bus driver architecture. * src/bus/sa1110.c (bus_params_t): New structure typedef. (CHAIN, PART): New macros. (sa1110_bus_prepare, sa1110_bus_free, new_sa1110_bus): New functions. (sa1110_bus_driver, sa1110_bus): Renamed `sa1110_bus_driver' to `sa1110_bus' and updated for new bus driver architecture. * src/readmem.c (detectflash, readmem): Moved JTAG chain initialization to bus->prepare(). * src/flash.c (flashcheck): Ditto. (flashmsbin, flashmem): Removed BYPASS instruction setup. * src/jtag.c (bus_driver, bus): Replaced `bus_driver' with `bus' global variable. (jtag_parse_line, main): Added `bus' deallocation. * src/flash.h (flash_driver_t): Changed parameter type for all function members from `chain_t*' to `bus_t *'. All function callers changed. 2003-04-04 Marcel Telka Version 0.3.2 released. 2003-04-04 Marcel Telka * data/xilinx/PARTS: Added XCR3256XL-FT256 (Jachym Holecek). * data/xilinx/xcr3256xl-ft256/STEPPINGS: New file (Jachym Holecek). * data/xilinx/xcr3256xl-ft256/xcr3256xl-ft256: Ditto. * data/Makefile.am (nobase_dist_pkgdata_DATA): Added new files. 2003-04-02 Marcel Telka * configure.ac (AC_INIT): Changed version number to 0.3.2. 2003-04-02 Marcel Telka * include/signal.h: Changed signal typedef to signal_t (thanks to Jachym Holecek). All `signal' instances renamed to `signal_t'. * src/tap/parport.c: Ported to NetBSD/i386 (Jachym Holecek). * src/tap/parport/direct.c (parport_drivers): Conditionally removed direct_parport_driver. * configure.ac: Added test for i386_set_ioperm() function. Defined HAVE_IOPERM and HAVE_I386_SET_IOPERM. 2003-04-01 Marcel Telka * src/tap/cable/keithkoep.c: New file. * src/tap/Makefile.am (libtap_a_SOURCES): Added cable/keithkoep.c. * src/tap/cable.c (cable_drivers): Added keithkoep_cable_driver. 2003-03-19 Marcel Telka Version 0.3.1 released. 2003-03-19 Marcel Telka * configure.ac (AC_CONFIG_FILES): Added doc/Makefile. * Makefile.am (SUBDIRS): Added doc. 2003-03-18 Marcel Telka * src/tap/parport/direct.c (direct_connect): Fixed cable disconnecting loop. 2003-03-18 Marcel Telka * src/jtag.c (jtag_parse_line)