| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM11: per-core options should not be global | David Brownell | 2010-02-21 | 1 | -0/+12 |
* | target files shouldn't #include <target/...h> | David Brownell | 2009-12-13 | 1 | -2/+2 |
* | ARM: use <target/arm.h> not armv4_5.h | David Brownell | 2009-12-07 | 1 | -1/+1 |
* | ARM11: basic watchpoint support | David Brownell | 2009-12-04 | 1 | -1/+2 |
* | ARM DPM: share debug reason logic | David Brownell | 2009-12-03 | 1 | -12/+0 |
* | ARM11: use shared DSCR bit names | David Brownell | 2009-12-03 | 1 | -22/+1 |
* | change #include "armv4_5.h" to <target/armv4_5.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "arm_dpm.h" to <target/arm_dpm.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | ARM11: don't expose DSCR | David Brownell | 2009-12-02 | 1 | -14/+0 |
* | ARM11: store a clean copy of DSCR | David Brownell | 2009-12-02 | 1 | -2/+1 |
* | ARM11: don't expose WDTR | David Brownell | 2009-12-02 | 1 | -1/+4 |
* | ARM11: don't expose RDTR | David Brownell | 2009-12-02 | 1 | -1/+4 |
* | ARM11: remove arm11->target | David Brownell | 2009-12-02 | 1 | -8/+1 |
* | ARM11: remove old R0..R15/CPSR code | David Brownell | 2009-11-24 | 1 | -3/+2 |
* | ARM11: remove register "history" debug stuff | David Brownell | 2009-11-24 | 1 | -9/+0 |
* | ARM11: implement provider for new DPM interface | David Brownell | 2009-11-24 | 1 | -0/+4 |
* | ARM11: remove unused state and exports | David Brownell | 2009-11-22 | 1 | -6/+0 |
* | ARM11: macro cleanup | David Brownell | 2009-11-22 | 1 | -16/+9 |
* | ARM11: remove needless string format #ifdeffery | David Brownell | 2009-11-22 | 1 | -10/+0 |
* | ARM11: remove disabled register hooks | David Brownell | 2009-11-22 | 1 | -5/+2 |
* | move ARRAY_SIZE macro to types.h | Zachary T Welch | 2009-11-16 | 1 | -2/+0 |
* | ARM11: fixup method table | David Brownell | 2009-11-15 | 1 | -2/+0 |
* | ARM11: revert etmr/etmw commands | David Brownell | 2009-11-13 | 1 | -5/+0 |
* | ARM11: switch to new "arm" base type | David Brownell | 2009-11-13 | 1 | -3/+9 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | reg_t -> struct reg | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | reg_cache_t -> struct reg_cache | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | arm11_reg_state_t -> struct arm11_reg_state | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | arm11_common_t -> struct arm11_common | Zachary T Welch | 2009-11-13 | 1 | -4/+4 |
* | arm11_register_history_t -> struct arm11_register_history | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | arm11: add etmr/etmw registers to access ETM via DBGTAP scan chain | Michael Bruck | 2009-11-10 | 1 | -0/+5 |
* | Add private header for ARM11 internals. | Zachary T Welch | 2009-11-08 | 1 | -46/+0 |
* | ARM11: remove exports and forward decls | Zachary T Welch | 2009-11-08 | 1 | -55/+0 |
* | target: remove unused interface fn that clutters code | Øyvind Harboe | 2009-11-05 | 1 | -1/+0 |
* | More MinGW C99 printf compliance | Redirect 'Slash' NIL | 2009-10-17 | 1 | -1/+2 |
* | Delete commented out code. Add a bit of error checking. | Øyvind Harboe | 2009-10-13 | 1 | -4/+0 |
* | ARM11 error checking | Øyvind Harboe | 2009-10-09 | 1 | -4/+4 |
* | added arm11 timeout error messages | oharboe | 2009-08-28 | 1 | -2/+2 |
* | Transform 'u32' to 'uint32_t' in src/target/arm* | zwelch | 2009-06-18 | 1 | -29/+29 |
* | Transform 'u8' to 'uint8_t' in src/target | zwelch | 2009-06-18 | 1 | -11/+11 |
* | unbreak arm11. TAP_INVALID is used to communicate inband that a special state... | oharboe | 2009-06-04 | 1 | -1/+1 |
* | Introduce jtag_get_end_state() fn to clarify code a bit. | oharboe | 2009-06-04 | 1 | -1/+1 |
* | remove TAP_INVALID as argument to jtag_add_xxx() fn's | oharboe | 2009-06-04 | 1 | -1/+1 |
* | Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with gene... | oharboe | 2009-05-18 | 1 | -3/+4 |
* | Audit and eliminate redundant #include directives in arm target files. | zwelch | 2009-05-11 | 1 | -4/+0 |
* | Michael Bruck <mbruck@digenius.de> ARM11 C99 updates | oharboe | 2009-05-09 | 1 | -2/+2 |
* | comments and debug code | oharboe | 2009-04-29 | 1 | -0/+3 |
* | Michael Bruck <mbruck@digenius.de> macros for error handling | oharboe | 2009-04-28 | 1 | -0/+10 |
* | more error handling | oharboe | 2009-04-27 | 1 | -8/+8 |