| Commit message (Expand) | Author | Age | Files | Lines |
* | scan_field_t -> struct scan_field | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | target: remove unused interface fn that clutters code | Øyvind Harboe | 2009-11-05 | 1 | -7/+0 |
* | Ferocion: fix corruption of r0 when resuming Thumb mode | Nicolas Pitre | 2009-10-22 | 1 | -2/+1 |
* | Nicolas Pitre <nico@cam.org> put feroceon target definition at the end so to ... | oharboe | 2009-09-11 | 1 | -86/+79 |
* | Nicolas Pitre <nico@cam.org> Dragonite support | oharboe | 2009-09-11 | 1 | -17/+72 |
* | Nicolas Pitre <nico@cam.org> tighten error checking in bulk_write | oharboe | 2009-09-11 | 1 | -4/+15 |
* | microscopic whitespace cleanup | oharboe | 2009-07-16 | 1 | -15/+0 |
* | Remove whitespace at end of lines, step 1. | zwelch | 2009-06-23 | 1 | -15/+15 |
* | - Fixes '!=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -1/+1 |
* | Transform 'u32' to 'uint32_t' in src/target | zwelch | 2009-06-18 | 1 | -21/+21 |
* | Transform 'u16' to 'uint16_t' | zwelch | 2009-06-18 | 1 | -1/+1 |
* | Transform 'u8' to 'uint8_t' in src/target | zwelch | 2009-06-18 | 1 | -8/+8 |
* | Rename jtag_add_end_state to jtag_set_end_state since "add" implies that | oharboe | 2009-06-04 | 1 | -1/+1 |
* | Introduce jtag_get_end_state() fn to clarify code a bit. | oharboe | 2009-06-04 | 1 | -2/+2 |
* | remove TAP_INVALID as argument to jtag_add_xxx() fn's | oharboe | 2009-06-04 | 1 | -2/+2 |
* | Final step in isolating target_type_s structure: | zwelch | 2009-05-31 | 1 | -1/+1 |
* | First step in hiding target_type_s from public interface: | zwelch | 2009-05-31 | 1 | -0/+1 |
* | Add target_write_memory wrapper: | zwelch | 2009-05-31 | 1 | -3/+3 |
* | Audit and eliminate redundant #include directives in other target files. | zwelch | 2009-05-11 | 1 | -4/+0 |
* | in_handler in_check_mask and in_check_value now removed from field. Last big ... | oharboe | 2009-05-08 | 1 | -3/+3 |
* | remove unecessary setting of deprecated fields to NULL | oharboe | 2009-05-06 | 1 | -9/+9 |
* | retire out_mask - not used anywhere | oharboe | 2009-05-06 | 1 | -3/+3 |
* | Zach Welch <zw@superlucidity.net> fix -Werror warnings | oharboe | 2009-04-19 | 1 | -2/+2 |
* | The following patches was applied: | mifi | 2009-04-18 | 1 | -2/+2 |
* | Nicolas Pitre nico at cam.org fix feroceon_bulk_write_memory() wrt uploaded ... | oharboe | 2009-03-01 | 1 | -1/+1 |
* | Nicolas Pitre nico at cam.org add Feroceon target config file | oharboe | 2009-03-01 | 1 | -1/+1 |
* | - remove target specific variant and use target->variant member | ntfreak | 2008-12-13 | 1 | -2/+1 |
* | Change tap_state naming to be consistent with SVF documentation. | kc8apf | 2008-12-13 | 1 | -37/+37 |
* | jtag newtap change & huge manual update | duane | 2008-11-30 | 1 | -4/+4 |
* | Hongtao Zheng single step fixes | oharboe | 2008-10-30 | 1 | -15/+4 |
* | Laurentiu Cocanu - memory read/write and exit() error path fixes | oharboe | 2008-10-15 | 1 | -1/+5 |
* | - added myself to copyright on files i remember adding large contributions fo... | ntfreak | 2008-09-20 | 1 | -7/+0 |
* | Duane Ellis: "target as an [tcl] object" feature. | oharboe | 2008-09-01 | 1 | -22/+13 |
* | Daniel Gimpelevich fix reset halt on feroceon | oharboe | 2008-08-20 | 1 | -1/+14 |
* | feroceon updated w.r.t. latest arm7/9 changes | oharboe | 2008-08-14 | 1 | -2/+2 |
* | Duane Ellis: fix warnings | oharboe | 2008-08-05 | 1 | -2/+3 |
* | moves handling of problems with resetting into the halted state | oharboe | 2008-08-05 | 1 | -3/+3 |
* | Nicolas Pitre: Feroceon fixes | oharboe | 2008-06-06 | 1 | -25/+81 |
* | - moved flash erase_check target code to target.c | ntfreak | 2008-05-27 | 1 | -0/+1 |
* | Nicolas Pitre fixed regression. | oharboe | 2008-04-18 | 1 | -4/+3 |
* | - sw_bkpts fails if the target is not halted. The side effect is | oharboe | 2008-04-15 | 1 | -27/+38 |
* | Reset wip. Just adding hooks. This is just to reduce the size of the actual c... | oharboe | 2008-04-11 | 1 | -2/+2 |
* | Wip - split target setup and target examination | oharboe | 2008-04-11 | 1 | -0/+1 |
* | - Work on fixing erase check. Many implementations are plain broken. | oharboe | 2008-04-03 | 1 | -1/+0 |
* | - rename log functions to stop conflicts under win32 (wingdi) | ntfreak | 2008-03-25 | 1 | -8/+8 |
* | I fixed all the targets even though | oharboe | 2008-03-03 | 1 | -0/+1 |
* | Uwe Hermann: | oharboe | 2008-02-29 | 1 | -20/+20 |
* | - fix for feroceon CP15 register access (thanks to Niolas Pitre for this patch) | drath | 2008-02-23 | 1 | -1/+45 |