2003-02-25 Marcel Telka Version 0.3 released. 2003-02-25 Marcel Telka * src/tap/cable.c: Added config.h include. 2003-02-25 Marcel Telka * data/MANUFACTURERS: Added Hitachi (Matan Ziv-Av). * data/Makefile.am (nobase_dist_pkgdata_DATA): Added Hitachi SH7727 files (Matan Ziv-Av). * data/hitachi/PARTS: New file (Matan Ziv-Av). * data/hitachi/sh7727/STEPPINGS: Ditto. * data/hitachi/sh7727/sh7727: Ditto. 2003-02-25 Marcel Telka * data/MANUFACTURERS: Added Broadcom (Matan Ziv-Av). * data/Makefile.am (nobase_dist_pkgdata_DATA): Added Broadcom BCM1250 files (Matan Ziv-Av). * data/broadcom/PARTS: New file (Matan Ziv-Av). * data/broadcom/bcm1250/STEPPINGS: Ditto. * data/broadcom/bcm1250/bcm1250: Ditto. 2003-02-21 Marcel Telka * src/help.c (help): Marked translatable strings. * src/jtag.c (jtag_parse_line): Ditto. (jtag_parse_file): Ditto. (main): Ditto. * po/POTFILES.in: Added src/help.c and src/jtag.c. 2003-02-21 Marcel Telka * src/jtag.c (main): Added conditional compilation for l10n. 2003-02-20 Marcel Telka * src/Makefile.am (jtag_SOURCES): Added missing flash.h. * src/jtag.c: Added missing string.h include. Moved gettext.h include to the top level of the include list. * src/help.c: Moved gettext.h include to the top level of the include list. 2003-02-20 Marcel Telka * Makefile.am (SUBDIRS): Removed intl. * autogen.sh: Replaced subsequent call of auto* tools with autoreconf one. * configure.ac (AC_CONFIG_FILES): Removed intl/Makefile. (AM_GNU_GETTTEXT): Added 'external' parameter. 2003-02-19 Marcel Telka * configure.ac (AC_CONFIG_HEADERS): Added new macro with config.h. * autogen.sh: Added autoheader invocation. 2003-02-18 Marcel Telka * include/Makefile.am (noinst_HEADERS): Added gettext.h. 2003-02-18 Marcel Telka * autogen.sh: Added autopoint call. Added '-I m4' parameter for aclocal. * Makefile.am (SUBDIRS): Added intl, include and po. (DIST_SUBDIRS): Removed. (ACLOCAL_AMFLAGS): Added '-I m4'. * configure.ac (AC_INIT): Changed version number to 0.3. (AC_CONFIG_FILES): Added intl/Makefile and po/Makefile.in. (AM_GNU_GETTEXT): Added. (AM_GNU_GETTEXT_VERSION): Added with version 0.11.5. * include/gettext.h: Copied new file from gettext share. * po/LINGUAS: Added new empty file. * po/Makevars: Added new file. * po/POTFILES.in: Added new empty file. * src/Makefile.am (INCLUDES): Removed JTAG_DATA_DIR. (localedir): Added path to locale directory. (DEFS): Added JTAG_DATA_DIR and LOCALEDIR. (LIBS): Added LIBINTL. * src/help.c: Included gettext.h. * src/jtag.c: Included gettext.h. (main): Added l10n support. 2003-02-18 Marcel Telka * src/flash.c (flashmsbin): Changed flash error message. (flashmem): Changed output messages. Enabled verify for 2 x 16, not for 1 x 16. Added better end of file test for verify. 2003-02-18 Marcel Telka * configure.ac (AC_CONFIG_FILES): Added src/bus/Makefile. * src/bus.h: Moved this file... * include/bus.h: ...here. * include/Makefile.am (noinst_HEADERS): Added bus.h. * src/ixp425.c: Moved this file... * src/bus/ixp425.c: ...here. * src/pxa250.c: Moved this file... * src/bus/pxa2x0.c: ...here. * src/sa1110.c: Moved this file... * src/bus/sa1110.c: ...here. * src/bus/Makefile.am: New file. * src/Makefile.am (SUBDIRS): Added bus. (jtag_SOURCES): Removed bus.h, ixp425.c, pxa250.c, sa1110.c. (jtag_DEPENDENCIES): Added libbus.a. (jtag_LDADD): Ditto. 2003-02-18 Marcel Telka * src/tap/cable.c: Added include for useconds_t on some systems. * src/flash-amd.c (amdstatus29): Disabled unused function. (amdisprotected): Ditto. 2003-02-17 Marcel Telka * src/jtag.c (jtag_parse_line): Fixed segfault for 'set' command. 2003-02-17 Marcel Telka * src/jtag.c (jtag_parse_line): Added new 'get signal' command. * src/help.c (help): Added help for new 'get signal' command. 2003-02-17 Marcel Telka * data/intel/pxa250/pxa250: Changed comment. * data/intel/pxa250/pxa250c0: Ditto. 2003-02-17 Marcel Telka * src/help.c (help): Added help for new command 'script'. 2003-02-17 Marcel Telka * src/flash-intel.c (intel_flash_autodetect): Fixed Intel flash algorithm Id. (intel_flash_autodetect32): Ditto. 2003-02-17 Marcel Telka * configure.ac (AC_CHECK_FUNCS): Added getdelim and getline. (AC_CONFIG_FILES): Added src/lib/Makefile. * src/Makefile.am (SUBDIRS): Added lib. (jtag_DEPENDENCIES): Added libjtaglib.a. (jtag_LDADD): Ditto. * src/jtag.c: Added portable getline() declaration. * src/lib/Makefile.am: New file. * src/lib/getdelim.c: Ditto. * src/lib/getline.c: Ditto. 2003-02-16 Marcel Telka * src/jtag.c (jtag_creae_jtagdir): New function (Alessandro Zummo). (jtag_load_history): Ditto. (jtag_save_history): Ditto. (jtag_readline_loop): Ditto. (jtag_parse_file): Ditto. (jtag_parse_rc): Ditto. (jtag_parse_line): New funcion, content extracted from main function, added new 'script' command (Alessandro Zummo). (main): Moved parsing capability to jtag_parse_line function (Alessandro Zummo). 2003-02-16 Marcel Telka * src/flash.c (flash_drivers): Added missing 1 x 16 Intel flash driver. 2003-02-16 Marcel Telka * src/jtag.c (main): Corrected error message for 'instruction' command and added a notice when an instruction is unknown (Alessandro Zummo). 2003-02-16 Marcel Telka * src/jtag.c (main): Fixed segfault in 'detectflash'. Thanks to August Hörandl for reporting this issue. 2003-02-16 Marcel Telka * src/Makefile.am (jtag_SOURCES): Added new flash files with flash driver framework (August Hörandl). * src/flash-amd.c: New file with AMD flash support (August Hörandl). * src/flash-intel.c: New file. Extracted Intel flash support from src/flash.c file (August Hörandl, me). * src/flash.c (set_flash_driver): New function. Added support for flash drivers (August Hörandl). (flashceck): Ditto. (flashmsbin): Added support for flash driver (August Hörandl). (flashmem): Ditto. (flash_erase_block): Function moved to src/flash-intel.c (August Hörandl). (flash_unlock_block): Ditto. (flash_program): Ditto. (flash_erase_block32): Ditto. (flash_unlock_block32): Ditto. (flash_program32): Ditto. * src/flash.h: New file. Interface for flash drivers (August Hörandl). * src/help.c (help): Added list of supported flash drivers for 'flashmem' command (August Hörandl). * src/readmem.c (detectflash): Removed Intel specific code. Enhanced output messages (August Hörandl). 2003-02-14 Marcel Telka * src/jtag.c (jtag): Added command history load/save support (August Hörandl). 2003-02-14 Marcel Telka * src/readmem.c (readmem): Added support for 1 x 16 bit memory configuration and buffered file writes (Christian Pellegrin). * src/flash.c (flashmem): Added support for 1 x 16 bit flash configuration and buffered file reads (Christian Pellegrin). (flash_erase_block): Added debug messages (Christian Pellegrin). (flash_unlock_block): Added debug message (Christian Pellegrin). (flash_program): Ditto. 2003-02-14 Marcel Telka * src/cfi.c (detect_cfi): Added support for 1 x 16 bit flash configuration (Christian Pellegrin). * src/detect.c (find_record): Added error message if file cannot be opened (Christian Pellegrin). 2003-02-14 Marcel Telka * data/xilinx/xc2c256-tq144/xc2c256-tq144: Added JTAG declarations for Xilinx XC2C256-TQ144 (Alessandro Zummo). * data/xilinx/xc2c256-tq144/STEPPINGS: Ditto. * data/xilinx/PARTS: Ditto. * data/Makefile.am: Ditto. 2003-02-14 Marcel Telka * src/ixp425.c (setup_address): Removed set_gpio() call. (set_gpio): Removed unused function. 2003-02-13 Marcel Telka * src/ixp425.c: Added bus driver for Intel IXP425 (Christian Pellegrin). * src/bus.h: Ditto. * src/jtag.c (main): Ditto. * src/Makefile.am (jtag_SOURCES): Added ixp425.c (Christian Pellegrin). 2003-02-13 Marcel Telka * data/intel/ixp425/ixp425: Added JTAG declarations for Intel IXP425 (Christian Pellegrin). * data/intel/ixp425/STEPPINGS: Ditto. * data/intel/PARTS: Ditto. * data/Makefile.am: Ditto. 2003-02-13 Marcel Telka * include/bsbit.h (BSBIT_BIDIR): Added new macro (Christian Pellegrin). * src/part/bsbit.c (bsbit_alloc): Added support for bidirectional pins (Christian Pellegrin). * src/part/parse.ci (read_part): Ditto. 2003-02-10 Marcel Telka * src/sa1110.c (sa1110_bus_read_start): Added support for all six static memory banks. The function is now 'static'. (sa1110_bus_read_end): Ditto. (sa1110_bus_read_next): The function is now 'static'. (sa1110_bus_read): Ditto. (sa1110_bus_width): Ditto. (sa1110_bus_write): Added support for all six static memory banks (bug 682660). The function is now 'static'. 2003-02-07 Marcel Telka * src/tap/cable/arcom.c: Added support for Arcom JTAG Cable (patch 682310, Ian Campbell). * src/tap/cable.c: Ditto. * src/tap/Makefile.am: Ditto. 2003-02-07 Marcel Telka * src/tap/cable/mpcbdm.c (mpcbdm_clock): Fixed port address for TRST & TRST1. 2003-02-07 Marcel Telka * src/tap/cable/mpcbdm.c: Added support for Mpcbdm JTAG Cable (Christian Pellegrin). * src/tap/cable.c: Ditto. * src/tap/Makefile.am: Ditto. 2003-02-04 Marcel Telka * src/help.c (help): Added missing short help description for 'set' command. * src/jtag.c (main): Added test for uninitialized ps for 'set' command. * src/tap/tap.c (tap_shift_register): Changed final state to Run-Test/Idle for immediately propagation of the new BSR values. 2003-02-04 Marcel Telka * src/jtag.c (main): Added more checks for syntax errors. Added support for printing input data registers - command 'dr'. Added 'set signal' command. * src/help.c (help): Updated help for 'dr' command, added help for 'set signal. 2003-02-04 Marcel Telka Version 0.2.2 released. 2003-02-04 Marcel Telka * configure.ac: Changed version number to 0.2.2. 2003-02-04 Marcel Telka * src/flash.c (flashmsbin): Changed instructions to BYPASS after successfull flash. (flashmem): Ditto. 2003-01-30 Marcel Telka * src/tap/cable/byteblaster.c (byteblaster_init): Added support for parallel ports with I/O addresses above 0x3FF. (byteblaster_done): Ditto. * src/tap/cable/dlc5.c (dlc5_init): Ditto. (dlc5_done): Ditto. * src/tap/cable/ea253.c (ea253_init): Ditto. (ea253_done): Ditto. * src/tap/cable/ei012.c (ei012_init): Ditto. (ei012_done): Ditto. * src/tap/cable/wiggler.c (wiggler_init): Ditto. (wiggler_done): Ditto. 2003-01-19 Marcel Telka * configure.ac: Added AC_GNU_SOURCE. 2003-01-18 Marcel Telka * src/jtag.c (main): Added new 'frequency' command. * src/help.c (help): Added help for 'frequency' command. * include/cable.h (cable_wait): Added new function prototype. * src/tap/cable.c (cable_wait): Added new function. * src/tap/cable/byteblaster.c (byteblaster_clock): Added support for TCK frequency limit. (byteblaster_get_tdo): Ditto. * src/tap/cable/dlc5.c (dlc5_clock): Ditto. (dlc5_get_tdo): Ditto. * src/tap/cable/ea253.c (ea253_clock): Ditto. (ea253_get_tdo): Ditto. * src/tap/cable/ei012.c (ei012_clock): Ditto. (ei012_get_tdo): Ditto. * src/tap/cable/wiggler.c (wiggler_clock): Ditto. (wiggler_get_tdo): Ditto. 2003-01-16 Marcel Telka * data/MANUFACTURERS: Added Cypress (patch 669157). Thanks to Chris Ellec. 2003-01-13 Marcel Telka Version 0.2.1 released. 2003-01-13 Marcel Telka * include/state.h: Added new function tap_state_reset(). * src/tap/state.c (tap_state_reset): Ditto. * src/tap/tap.c (tap_reset): Added explicit TAP state reset. 2003-01-13 Marcel Telka * configure.ac: Changed version number to 0.2.1. 2003-01-11 Marcel Telka * src/tap/cable/bytebaster.c: Added support for Altera ByteBlaster family cables. * src/tap/cable.c: Ditto. * src/tap/Makefile.am: Ditto. * src/help.c (help): Increased space for cable short name. 2003-01-11 Marcel Telka * src/tap/cable/wiggler.c: Added support for Macraigor Wiggler JTAG Cable (Stas Khirman). * src/tap/cable.c: Ditto. * src/tap/Makefile.am: Ditto. 2003-01-10 Marcel Telka * src/tap/cable.c: Added missing stdlib.h include (bug 665923). Thanks to Chris Ellec. 2003-01-09 Marcel Telka * src/jtag.c (main): Fixed minor typo in 'cable' output message. 2003-01-09 Marcel Telka * src/discovery.c (detect_register_size): Changed register length test iteration. Now the test iterates to MAX_REGISTER_LENGTH, not to MAX_REGISTER_LENGTH - 1. 2003-01-08 Marcel Telka Version 0.2 released. 2003-01-08 Marcel Telka * include/cable.h: Unified and simplified cable driver handling, added driver name and driver description into driver interface structure. * src/help.c (help): Ditto. * src/jtag.c (main): Ditto. * src/tap/Makefile.am: Ditto. * src/tap/cable.c: Ditto. * src/tap/cable/dlc5.c: Ditto. * src/tap/cable/ea253.c: Ditto. * src/tap/cable/ei012.c: Ditto. 2003-01-08 Marcel Telka * include/cable.h: Added cable driver for ETC EI012 JTAG Cable. * src/help.c (help): Ditto. * src/jtag.c (main): Ditto. * src/tap/Makefile.am: Ditto. * src/tap/cable/ei012.c: Ditto. 2003-01-08 Marcel Telka * configure.ac: Bumped version number to 0.2, added check-new and dist-bzip2 parameters to AM_INIT_AUTOMAKE() invocation. * src/jtag.c: Updated year in initial banner. 2003-01-08 Marcel Telka * include/cable.h: Added cable driver for Xilinx DLC5 JTAG Parallel Cable III. * src/help.c (help): Ditto. * src/jtag.c (main): Ditto. * src/tap/Makefile.am: Ditto. * src/tap/cable/dlc5.c: Ditto. 2003-01-08 Marcel Telka * include/Makefile.am: Removed ctrl.h, added cable.h. * include/ctrl.h: Removed obsolete file. * include/cable.h: Added common declarations for JTAG cable drivers. * src/detect.c: Replaced ctrl.h include with cable.h (JTAG cable driver support). * src/discovery.c: Ditto. * src/tap/tap.c: Ditto. * src/help.c (help): Added help for new command 'cable'. * src/jtag.c (main): Added support for JTAG cable drivers, added new command 'cable'. * src/tap/Makefile.am: Removed ctrl.c, added cable/ea253.c, updated includes. * src/tap/ctrl.c: Removed obsolete file. * src/tap/state.c: Changed default TRST state to 1. * src/tap/cable/ea253.c: Added driver for EA253 JTAG cable. 2003-01-06 Marcel Telka * src/discovery.c (discovery): Fixed memory leaks, added out of memory test, added test for invalid IR length. 2003-01-05 Marcel Telka * include/register.h (register_inc, register_dec, register_shift_right, register_shift_left): Added new functions. * src/tap/register.c (register_inc, register_dec, register_shift_right, register_shift_left): Ditto. * src/Makefile.am: Added discovery.c file. * src/discovery.c: Added new file with discovery() implementation. * src/help.c (help): Added help for 'discovery' command. * src/jtag.c (main): Added 'discovery' command. * src/tap/tap.c (write_command): Removed unused function. 2002-12-16 Marcel Telka * data/Makefile.am: Renamed intel/pxa250/pxa260 to intel/pxa250/pxa250c0. 2002-12-11 Marcel Telka * data/intel/pxa250/STEPPINGS: Renamed file pxa260 to pxa250c0. * data/intel/pxa260: Ditto. * data/intel/pxa250c0: Ditto. 2002-11-29 Marcel Telka * src/flash.c (flashmsbin, flashmem): Fixed crash if flash memory is not detected. * src/readmem.c (detectflash): Ditto. 2002-11-27 Marcel Telka * data/xilinx/xcr3128xl-cs144/xcr3128xl-cs144: Added pins and BSR bits. 2002-11-26 Marcel Telka * data/xilinx/xcr3128xl-cs144/xcr3128xl-cs144: Added user-defined instructions. 2002-11-25 Marcel Telka Version 0.1 released.