| Commit message (Expand) | Author | Age | Files | Lines |
* | Consolidate target selection code into single get_target() that handles both ... | kc8apf | 2009-05-18 | 1 | -4/+5 |
* | USB performance regression fix | oharboe | 2009-05-11 | 1 | -9/+11 |
* | switch to jtag_add_callback() - USB performance fix | oharboe | 2009-05-11 | 1 | -14/+20 |
* | Audit and eliminate redundant #include directives in other target files. | zwelch | 2009-05-11 | 1 | -18/+1 |
* | Remove redundant sys/types.h #include directives (now in types.h). | zwelch | 2009-05-11 | 1 | -1/+0 |
* | in_handler in_check_mask and in_check_value now removed from field. Last big ... | oharboe | 2009-05-08 | 1 | -9/+9 |
* | retire jtag_set_check_value | oharboe | 2009-05-08 | 1 | -44/+35 |
* | remove in_handler usage | oharboe | 2009-05-07 | 1 | -51/+47 |
* | Fix pointer cast alignment warning in XScale miniIC loader parity calc. | zwelch | 2009-05-06 | 1 | -1/+5 |
* | remove unecessary setting of deprecated fields to NULL | oharboe | 2009-05-06 | 1 | -27/+27 |
* | retire out_mask - not used anywhere | oharboe | 2009-05-06 | 1 | -20/+20 |
* | mark usage of in_handler that can be converted into user code | oharboe | 2009-05-05 | 1 | -2/+2 |
* | Mariano Alvira <mar@devl.org> fixes warnings | oharboe | 2009-05-04 | 1 | -1/+1 |
* | Zach Welch <zw@superlucidity.net> fix -Werror warnings | oharboe | 2009-04-19 | 1 | -3/+3 |
* | The following patches was applied: | mifi | 2009-04-18 | 1 | -8/+8 |
* | - remove build warnings | ntfreak | 2009-03-17 | 1 | -3/+4 |
* | - Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com> | kc8apf | 2009-02-03 | 1 | -3/+3 |
* | - remove target specific variant and use target->variant member | ntfreak | 2008-12-13 | 1 | -16/+1 |
* | Change tap_state naming to be consistent with SVF documentation. | kc8apf | 2008-12-13 | 1 | -32/+32 |
* | Karl Beldan <karl.beldan@gmail.com> - The ibcr count for hw instruction break... | oharboe | 2008-12-05 | 1 | -4/+5 |
* | Karl Beldan <karl.beldan@gmail.com> - fix vector_catch command | oharboe | 2008-12-04 | 1 | -1/+1 |
* | jtag newtap change & huge manual update | duane | 2008-11-30 | 1 | -40/+39 |
* | jtag_get_device() now returns NULL and reports error instead of invoking exit() | oharboe | 2008-11-19 | 1 | -0/+2 |
* | error checking - no reported errors, but catched a couple of exit()'s and con... | oharboe | 2008-11-19 | 1 | -37/+37 |
* | more error handling and removed force breakpoints as that is handled by a mor... | oharboe | 2008-11-02 | 1 | -87/+79 |
* | Laurentiu Cocanu - memory read/write and exit() error path fixes | oharboe | 2008-10-15 | 1 | -6/+26 |
* | - added myself to copyright on files i remember adding large contributions fo... | ntfreak | 2008-09-20 | 1 | -9/+1 |
* | Duane Ellis: "target as an [tcl] object" feature. | oharboe | 2008-09-01 | 1 | -19/+14 |
* | duan ellis target tcl work in progress | oharboe | 2008-08-24 | 1 | -3/+5 |
* | better polling debug_level 3 handling | oharboe | 2008-08-19 | 1 | -4/+10 |
* | tinker with Xscale performance, anti-log spamming is now only for debug_level... | oharboe | 2008-08-19 | 1 | -53/+51 |
* | tinker with Xscale performance. Poll a bit more before sleeping. | oharboe | 2008-08-19 | 1 | -1/+1 |
* | Duane Ellis: fix warnings | oharboe | 2008-08-05 | 1 | -3/+3 |
* | define resetting the target into the halted or running | oharboe | 2008-08-05 | 1 | -0/+7 |
* | added yours sincerely for files where I feel that I've made non-trivial contr... | oharboe | 2008-07-25 | 1 | -0/+3 |
* | - jtag_khz/speed are now single parameter only. These are used | oharboe | 2008-07-21 | 1 | -1/+1 |
* | - added checksum_memory and blank_check_memory for xscale | ntfreak | 2008-05-29 | 1 | -8/+3 |
* | - moved flash erase_check target code to target.c | ntfreak | 2008-05-27 | 1 | -1/+2 |
* | Fix crash when mode number fetched from the target is invalid. | oharboe | 2008-05-19 | 1 | -0/+4 |
* | retired fast_memory_access. It's always fast now. | oharboe | 2008-04-14 | 1 | -124/+37 |
* | TRST is asserted *before* target->type->assert_reset() is invoked. Removed ol... | oharboe | 2008-04-14 | 1 | -9/+0 |
* | Improved XScale performance for embedded hosted OpenOCD | oharboe | 2008-04-11 | 1 | -35/+36 |
* | - reverted some of the changes that possibly broke arm926ejs. Waiting | oharboe | 2008-04-04 | 1 | -1/+1 |
* | - Work on fixing erase check. Many implementations are plain broken. | oharboe | 2008-04-03 | 1 | -10/+0 |
* | - rename log functions to stop conflicts under win32 (wingdi) | ntfreak | 2008-03-25 | 1 | -102/+102 |
* | XScale excessive waiting fix. | oharboe | 2008-03-13 | 1 | -46/+58 |
* | fixed regression in XScale introduce in 297 | oharboe | 2008-03-12 | 1 | -5/+4 |
* | With the recent changes the TRST needs to happen for every reset. | oharboe | 2008-03-11 | 1 | -12/+9 |
* | retire unused code. | oharboe | 2008-03-11 | 1 | -20/+0 |
* | - Improves error handling upon GDB connect | oharboe | 2008-03-07 | 1 | -1/+1 |