| Commit message (Expand) | Author | Age | Files | Lines |
* | jtag: cut down on usage of unintended modification of global end state | Øyvind Harboe | 2010-03-18 | 1 | -1/+1 |
* | jtag: jtag_add_ir_scan() now takes a single field | Øyvind Harboe | 2010-03-08 | 1 | -3/+3 |
* | jtag: retire tap field | Øyvind Harboe | 2010-03-08 | 1 | -20/+16 |
* | arm11: allow minidrivers to implement inner loop of memory writes | Øyvind Harboe | 2010-02-22 | 1 | -45/+92 |
* | arm11: fix another infinite loop bug | Øyvind Harboe | 2010-02-10 | 1 | -4/+23 |
* | ARM11: avoid pointless status returns | David Brownell | 2009-12-11 | 1 | -15/+10 |
* | ARM11: minor cleanup, mostly ITR comments | David Brownell | 2009-12-11 | 1 | -13/+30 |
* | ARM11: basic watchpoint support | David Brownell | 2009-12-04 | 1 | -7/+95 |
* | ARM11: tweak TAP ops and debugging | David Brownell | 2009-12-04 | 1 | -21/+58 |
* | ARM DPM: share debug reason logic | David Brownell | 2009-12-03 | 1 | -44/+0 |
* | change #include "time_support.h" to <helper/time_support.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | ARM11: store a clean copy of DSCR | David Brownell | 2009-12-02 | 1 | -14/+13 |
* | ARM11: remove arm11->target | David Brownell | 2009-12-02 | 1 | -3/+2 |
* | ARM DPM: tweak initialization | David Brownell | 2009-12-02 | 1 | -2/+11 |
* | ARM11: fix warning on cygwin | David Brownell | 2009-11-29 | 1 | -9/+22 |
* | ARM11: fix warning on amd64 | David Brownell | 2009-11-28 | 1 | -1/+4 |
* | ARM11: fix dbgtap JTAG_DEBUG | David Brownell | 2009-11-28 | 1 | -2/+2 |
* | ARM11: implement provider for new DPM interface | David Brownell | 2009-11-24 | 1 | -0/+73 |
* | ARM11: remove unused state and exports | David Brownell | 2009-11-22 | 1 | -3/+7 |
* | arm11: do not use dynamic arrays | Øyvind Harboe | 2009-11-22 | 1 | -3/+6 |
* | ARM11: remove needless string format #ifdeffery | David Brownell | 2009-11-22 | 1 | -5/+7 |
* | target: less implicit inclusion of "etm.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | move ARRAY_SIZE macro to types.h | Zachary T Welch | 2009-11-16 | 1 | -13/+13 |
* | ARM11: revert etmr/etmw commands | David Brownell | 2009-11-13 | 1 | -77/+0 |
* | ARM11: switch to new "arm" base type | David Brownell | 2009-11-13 | 1 | -0/+2 |
* | arm11_sc7_action_t -> struct arm11_sc7_action | Zachary T Welch | 2009-11-13 | 1 | -5/+5 |
* | arm11_common_t -> struct arm11_common | Zachary T Welch | 2009-11-13 | 1 | -22/+22 |
* | scan_field_t -> struct scan_field | Zachary T Welch | 2009-11-13 | 1 | -16/+16 |
* | jtag_tap_t -> struct jtag_tap | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | arm11: add etmr/etmw registers to access ETM via DBGTAP scan chain | Michael Bruck | 2009-11-10 | 1 | -0/+76 |
* | Add private header for ARM11 internals. | Zachary T Welch | 2009-11-08 | 1 | -4/+4 |
* | Fix warning. | Øyvind Harboe | 2009-10-13 | 1 | -1/+1 |
* | More error propagation fixes. | Øyvind Harboe | 2009-10-12 | 1 | -4/+5 |
* | Fix warning and improve error message upon burst transfer failure | Øyvind Harboe | 2009-10-12 | 1 | -3/+3 |
* | Fix bogus 'transfer errors' with arm11 'memwrite burst enable'. A regression ... | Øyvind Harboe | 2009-10-12 | 1 | -5/+5 |
* | ARM11 error checking | Øyvind Harboe | 2009-10-09 | 1 | -11/+30 |
* | do not use dynamically sized stack arrays, not compatible with embedded OS's | oharboe | 2009-09-11 | 1 | -10/+24 |
* | David Brownell <david-b@pacbell.net> fix warnings | oharboe | 2009-08-28 | 1 | -4/+8 |
* | added arm11 timeout error messages | oharboe | 2009-08-28 | 1 | -5/+80 |
* | added note w/reference to discussion on whether or not arm11 code is broken o... | oharboe | 2009-08-16 | 1 | -0/+4 |
* | - Fixes '[<>]' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Replace 'while(' with 'while ('. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | Transform 'u32' to 'uint32_t' in src/target/arm* | zwelch | 2009-06-18 | 1 | -19/+19 |
* | Transform 'u8' to 'uint8_t' in src/target | zwelch | 2009-06-18 | 1 | -17/+17 |
* | Replace 'jtag.c' with 'core.c' in code comments. | zwelch | 2009-06-09 | 1 | -1/+1 |
* | Rename jtag_add_end_state to jtag_set_end_state since "add" implies that | oharboe | 2009-06-04 | 1 | -3/+3 |
* | no longer use jtag_add_xxx() to set end state to TAP_DRPAUSE | oharboe | 2009-06-04 | 1 | -1/+1 |
* | no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ... | oharboe | 2009-06-04 | 1 | -2/+2 |
* | Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with gene... | oharboe | 2009-05-18 | 1 | -3/+5 |