Duane Ellis: fix warnings
[fw/openocd] / src / jtag / jtag.c
2008-08-05 oharboeDuane Ellis: fix warnings
2008-08-04 oharboeTAP_TLR won't work in a pathmove sequence. OpenOCD...
2008-07-30 oharboewarning output upon connection problems.
2008-07-29 oharboemore jtag_examine() checks. catch errors during first...
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-07-24 oharboeallow jtag minidriver access to cmd_queue_cur_state...
2008-07-23 ntfreak- fix typo in jtag_add_end_state
2008-07-21 oharboe- jtag_khz/speed are now single parameter only. These...
2008-07-18 ntfreak- fix incorrectly registered function openocd_array2mem
2008-07-18 oharboekeep_alive() fix for reset warnings.
2008-07-18 oharboeCharles Hardin <ckhardin@gmail.com> move tcl stuff...
2008-07-11 oharboeCharles Hardin ckhardin at gmail.com
2008-07-11 oharboe- retired variable stuff.
2008-06-18 oharboePavel Chromy:
2008-06-04 oharboePavel Chromy: fix logging syntax error + formatting...
2008-05-22 oharboejtag_exexcute_queue() now logs error when it is invoked...
2008-05-19 oharboereverted change in 658 and simply removed the busted...
2008-05-19 oharboeMichael Fischer found this bogus warning. Fixed.
2008-05-14 ntfreak- added jlink support, based on Jürgen Stuber patch
2008-05-07 oharboeThis matters for embedded devices, but is probably...
2008-04-30 oharboeEdgar's naming convention fixes.
2008-04-30 oharboeEdgar's added support for printing jtag_khz
2008-04-16 oharboefix for gaffe in 555 that stopped JTAG chain examine...
2008-04-13 oharboeA dummy driver to test codepath w/no contact w/target.
2008-04-13 oharboe- Set up ICE registers after TRST
2008-04-11 oharboeReset wip. Just adding hooks. This is just to reduce...
2008-04-09 oharboeback out Don Porges workaround for some device with...
2008-04-09 oharboeDon Porges fixed c99 issues.
2008-04-09 oharboe- added "init" command. "init" and "reset" at end of...
2008-04-08 oharboePavel pointed out that jtag_add_tlr() is better than...
2008-04-08 oharboeThe endstate now reports the endstate of the queue...
2008-04-04 oharboeadded query of reset speed
2008-04-01 oharboe- fixes for jtag_khz committed.
2008-03-31 oharboeDo not assert trst in srst_only case even if srst_pulls...
2008-03-31 oharboemake jtag_add_statemove() internal to the driver.
2008-03-26 oharboeTAP_SD/SI are now forbidden end states.
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-22 ntfreak- changed jtag_add_reset errors to warnings
2008-03-13 oharboeclarified jtag_khz command.
2008-03-13 oharboeadded jtag_khz for use with target library
2008-03-13 oharboe- adds two speeds to jtag_speed. reset and post reset...
2008-03-12 oharboeThis moves common code into functions so as to make...
2008-03-11 oharboe- retired unused jtag events. The code was incorrect
2008-03-11 oharboeJTAG_END_STATE is now retired. It is no longer queued.
2008-03-11 oharboe- fixed jtag_add_reset(). It no longer causes jtag_exec...
2008-03-10 oharboebacked out changes from 483.
2008-03-10 oharboe- the jtag chain is examined and validated after GDB...
2008-03-07 oharboeMichael Bruck: fixed warnings
2008-03-06 oharboemake debug code w.r.t. incorrect args for bypass stricter.
2008-03-05 oharboe- This speeds up dcc arm7_9 bulk write a little bit...
2008-03-05 oharboeadded jtag_add_dr_out(). Better for hw fifo, same for...
2008-03-01 oharboewip. fixed gaffe in jtag_add_shift()
2008-03-01 oharboeerror handling fix.
2008-02-28 oharboefix from Pavel Chromy
2008-02-28 oharboejtag_add_shift() fn - minidriver work in progress.
2008-02-26 oharboefix naming conflict under Windows.
2008-02-26 oharboeoopss.. another jtag minidriver reset gaffe.
2008-02-26 oharboejtag_add_reset() minidriver gaffe fixed.
2008-02-26 oharboeNext step in the JTAG minidriver. This should be fairly...
2008-02-26 oharboe- jtag minidriver work in progress
2008-02-25 ntfreak- remove build warnings
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboeformatting.
2008-02-25 oharboeFix from Pavel Chromy.
2008-02-25 oharboeFrom Michael Bruck
2008-02-25 oharboe- using ERROR_COMMAND_SYNTAX_ERROR to print syntax...
2008-02-24 oharboesharpend JTAG docs w.r.t. hw fifo implementations and...
2008-02-18 ntfreak- fix broken JTAG error handling
2008-02-10 mifi- added patch to change pathmove handling
2008-02-04 ntfreakAdded patch to stop SEGFAULT with missing jtag config...
2008-01-22 mifi- added patch to fix brocken STR9 line
2008-01-20 mifi- added patch "remove error handler as planned"
2008-01-11 ntfreak- debug handler file not closed - (thanks to oyvind...
2008-01-07 mifi- added gdb flash fixes patch
2007-12-18 mifi- added patch for new flash functionality like:
2007-12-10 mifi- Fixing two compiler warnings
2007-12-09 mifi- added patch to display device information as INFO too
2007-08-14 drath- reworked presto.c to allow use of either FTD2XX or...
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-07-25 drath- reformat src/jtag/bitq.c (thanks to Pavel Chromy)
2007-07-15 drath- added support for Asix Presto JTAG interface (thanks...
2007-06-21 drath- added support for Intel/Marvel PXA27x (XScale) targets
2007-05-29 drath- split fileio handling into fileio part and image...
2007-05-05 drath- further work on ETB decoding (not yet functional)
2007-04-25 drath- added support for error handlers to JTAG scan command...
2007-03-26 drath- fixed arm926 cp15 command bug (thanks to Vincent...
2007-03-15 drath- reworked file i/o. every fileaccess (target, flash...
2007-01-31 drath- merged several changes from XScale
2007-01-22 drath- fix incorrect parsing of whitespace in command.c...
2007-01-09 drath- disabled FT2232 debug output (that code should be...
2006-11-22 drath- added a PLD (programmable logic device) subsystem...
2006-10-23 drath- several small fixes (thanks to Magnus Lundin and...
2006-09-28 drath- str9x flash support (Thanks to Spencer Oliver)
2006-08-31 drath- endianess fixes everywhere but in the flash code...
2006-08-17 drath- renamed jtag_interface_t.support_statemove to jtag_in...
2006-08-11 drath- added support for FreeBSD ppi (parallel port access...
2006-08-06 drath- fixed jtag_n[st]rst_delay. time is now miliseconds...
2006-08-01 drath- allow building for MinGW using either -mno-cygwin...
2006-07-30 drath- added configurable delays after reset lines get deass...
2006-07-17 drath- Added support for native MinGW builds (thanks to...
next