]> git.sur5r.net Git - openocd/history - src/jtag/jtag.h
Move interface_jtag_add_scan_check_alloc implementations to their
[openocd] / src / jtag / jtag.h
2009-06-02 zwelchMove interface_jtag_add_scan_check_alloc implementation...
2009-06-02 zwelchContinue clean-up of JTAG driver interface:
2009-06-02 zwelchMore JTAG interface driver cleanup:
2009-06-02 zwelchEncapsulate JTAG command interfaces for moving to jtag_...
2009-06-02 zwelchRemove the useless invalidstruct from jtag.h.
2009-06-01 zwelchEncapsulate JTAG Cable API and interface structure...
2009-06-01 zwelchEncapsulate JTAG minidriver functions, plan for new...
2009-06-01 zwelchRemove unused in_handler_t type definition from jtag.h
2009-06-01 oharboeadded jtag_add_statemove() helper fn(actual fn written...
2009-05-30 zwelchEncapsulate the global "jtag" jtag_interface pointer:
2009-05-30 oharboeremove unused JTAG_END_STATE part 2
2009-05-29 zwelchRemove error_handler_t type definition; it was unused...
2009-05-21 kc8apfAuthor: Michael Bruck <mbruck@digenius.de>
2009-05-16 oharboeMichael Bruck <mbruck@digenius.de> change 'ir_scan...
2009-05-13 oharboeshuffled comments about for jtag_add_dr_out() fn.
2009-05-12 oharboemove eCos type definition to types.h where it belongs.
2009-05-12 oharboeeCos fixes
2009-05-12 oharboeadded jtag_alloc_in_value32 - not used in this commit.
2009-05-11 oharboenow builds on 64 and 32 bit systems
2009-05-11 oharboeretire jtag_add_dr_scan_now
2009-05-11 oharboechange jtag_add_callback API to be able to support...
2009-05-11 zwelchAudit and eliminate redundant #include directives from...
2009-05-10 oharboeWrote up post processing JTAG API. Not used yet, but...
2009-05-08 oharboein_handler in_check_mask and in_check_value now removed...
2009-05-08 oharboepull up verify_capture_ir one level in api stack
2009-05-07 oharboerefactor to be able to remove more in_handler stuff
2009-05-07 oharboeverified that an argument is unused
2009-05-07 oharboejtag API error handling refactoring.
2009-05-07 oharboeadded template for removing in_handler
2009-05-06 oharboeremove unecessary setting of deprecated fields to NULL
2009-05-06 oharboeadd warnings about not using in_handler
2009-05-06 oharboeretire out_mask - not used anywhere
2009-04-29 zwelchRemove redundant declarations to allow building with...
2009-04-28 oharboemore docs on jtag_add_pathmove()
2009-04-28 oharboeDick Hollenbeck <dick@softplc.com> and Jeff Williams...
2009-04-27 oharboeDick Hollenbeck <dick@softplc.com> Collect some macros...
2009-04-26 oharboeZach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES...
2009-04-24 oharboeadd jtag_debug_state_machine
2009-04-24 oharboeZach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES...
2009-04-23 oharboeunbreak zy1000
2009-04-22 oharboeZach Welch <zw@superlucidity.net> reorder enum tap_state
2009-04-21 oharboeZach Welch <zw@superlucidity.net> add --enable-verbose...
2009-04-18 mifiThe following patches was applied:
2009-02-10 kc8apfUse C89/C99/C++ compliant boolean types
2009-02-09 ntfreak- fix native win32 build issues
2009-02-03 kc8apf- Cable driver helper API courtesy of Dick Hollenbeck...
2009-01-23 kc8apfxvsf player fixes by Dick Hollenbeck <dick@softplc...
2009-01-09 oharboeDick Hollenbeck <dick@softplc.com> adds jtag_add_clocks...
2008-12-19 oharboeDick Hollenbeck <dick@softplc.com> better logging
2008-12-14 kc8apf- Update tap_state_strings to correspond to SVF state...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-12-13 kc8apfAdd JTAG tap events for enable/disable
2008-12-13 kc8apfClean up references to old tap_state names
2008-12-13 kc8apfChange tap_state naming to be consistent with SVF docum...
2008-12-12 kc8apfAllow -expected-id to be specified multiple times when...
2008-12-01 oharboeupdate zy1000 to svn head jtag api
2008-11-30 duanejtag newtap change & huge manual update
2008-11-05 oharboedisable continous polling while srst is asserted and...
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-08-27 oharboecomment about slow RTCK
2008-08-05 oharboeDuane Ellis: fix warnings
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-05-21 oharboecomment.
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-11 oharboeReset wip. Just adding hooks. This is just to reduce...
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-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-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-11 oharboe- retired unused jtag events. The code was incorrect
2008-03-11 oharboe- fixed jtag_add_reset(). It no longer causes jtag_exec...
2008-03-06 oharboecomment.
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-02-28 oharboefix gaffe.
2008-02-28 oharboejtag_add_shift() fn - minidriver work in progress.
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 oharboeFix from Pavel Chromy.
2008-02-25 oharboeFrom Michael Bruck
2008-02-24 drath- concretize JTAG state transition rules (previously...
2008-02-24 oharboesharpend JTAG docs w.r.t. hw fifo implementations and...
2008-02-10 mifi- added patch to change pathmove handling
2008-01-20 mifi- added patch "remove error handler as planned"
2008-01-07 mifi- added gdb flash fixes patch
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-04-25 drath- added support for error handlers to JTAG scan command...
2007-04-11 drath- disabled excessive debug output in jtag.h
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-25 drath- disabled JTAG debug output
next