| Commit message (Expand) | Author | Age | Files | Lines |
* | arm_jtag_scann error propagation fixes | Øyvind Harboe | 2010-07-20 | 1 | -1/+3 |
* | arm: error propagation of arm_jtag_set_instr | Øyvind Harboe | 2010-07-19 | 1 | -1/+4 |
* | target/feroceon: review scope of symbols | Antonio Borneo | 2010-06-21 | 1 | -23/+32 |
* | jtag: retire jtag_get/set_end_state() | Øyvind Harboe | 2010-03-19 | 1 | -1/+0 |
* | jtag: retire one instance of jtag_get_end_state() usage | Øyvind Harboe | 2010-03-18 | 1 | -2/+2 |
* | jtag: cut down on usage of unintended modification of global end state | Øyvind Harboe | 2010-03-18 | 1 | -2/+2 |
* | jtag: retire tap field | Øyvind Harboe | 2010-03-08 | 1 | -4/+1 |
* | ARM: keep a handle to the PC | David Brownell | 2010-02-21 | 1 | -5/+5 |
* | ARM: rename some generic routines | David Brownell | 2009-12-07 | 1 | -3/+3 |
* | ARM: move opcode macros to <target/arm_opcodes.h> | David Brownell | 2009-12-07 | 1 | -0/+1 |
* | ARM: rename armv4_5_state_* as arm_state_* | David Brownell | 2009-12-04 | 1 | -1/+1 |
* | ARM: rename ARMV4_5_STATE_* as ARM_STATE_* | David Brownell | 2009-12-04 | 1 | -1/+1 |
* | remove target_type register_command callback | Zachary T Welch | 2009-11-24 | 1 | -2/+2 |
* | target: no implicit #includes of "register.h" | David Brownell | 2009-11-16 | 1 | -0/+2 |
* | ARM: memory utils aren't ARM7/ARM9 dependent | David Brownell | 2009-11-15 | 1 | -4/+6 |
* | ARM7/ARM9: use shared examine() method | David Brownell | 2009-11-13 | 1 | -1/+1 |
* | 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 | -22/+22 |
* | reg_t -> struct reg | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | target_type_t -> struct target_type | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | armv4_5_common_t -> struct arm | Zachary T Welch | 2009-11-13 | 1 | -18/+18 |
* | arm_jtag_t -> struct arm_jtag | Zachary T Welch | 2009-11-13 | 1 | -12/+12 |
* | arm966e_common_t -> struct arm966e_common | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | arm926ejs_common_t -> struct arm926ejs_common | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | arm7_9_common_t -> struct arm7_9_common | Zachary T Welch | 2009-11-13 | 1 | -18/+18 |
* | 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 |