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.