| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixes | Freddie Chopin | 2011-06-04 | 1 | -4/+0 |
* | mips: fix some more endian madness | Stefan Mahr | 2011-06-01 | 1 | -0/+7 |
* | Fix a bunch of typos. | Uwe Hermann | 2011-03-17 | 1 | -1/+1 |
* | mips32: add fastdata loader working area | Spencer Oliver | 2011-01-04 | 1 | -0/+1 |
* | src: add loader src description | Spencer Oliver | 2010-10-28 | 1 | -0/+2 |
* | mips32: exit_point optional for mips32_run_algorithm | Spencer Oliver | 2010-07-20 | 1 | -1/+1 |
* | mips32: -Wshadow warning fixes | Øyvind Harboe | 2010-06-15 | 1 | -2/+2 |
* | mips32: 20 second timeout/megabyte for CRC check | Spencer Oliver | 2010-05-10 | 1 | -1/+3 |
* | TARGET/MIPS32: review scope of functions | Antonio Borneo | 2010-04-11 | 1 | -9/+9 |
* | MIPS: add mips algorithm support | Spencer Oliver | 2010-02-28 | 1 | -3/+312 |
* | MIPS: update arch_info access to match other targets | Spencer Oliver | 2010-01-09 | 1 | -23/+23 |
* | MIPS: merge mips fast_data patch from David N. Claffey | David Claffey | 2010-01-05 | 1 | -1/+0 |
* | target: add debug_reason_name() | David Brownell | 2009-12-07 | 1 | -1/+1 |
* | remove target_type register_command callback | Zachary T Welch | 2009-11-24 | 1 | -5/+0 |
* | target: create/use register_cache_invalidate() | David Brownell | 2009-11-19 | 1 | -15/+0 |
* | target: simplify register get/set ops | David Brownell | 2009-11-17 | 1 | -7/+6 |
* | MIPS: no exit() calls | David Brownell | 2009-11-16 | 1 | -1/+1 |
* | target: no implicit #includes of "register.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | target: remove unused "bitfield" infrastructure | David Brownell | 2009-11-13 | 1 | -3/+7 |
* | 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 | -15/+15 |
* | reg_t -> struct reg | Zachary T Welch | 2009-11-13 | 1 | -6/+6 |
* | reg_cache_t -> struct reg_cache | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | mips_ejtag_t -> struct mips_ejtag | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | mips32_core_reg_t -> struct mips32_core_reg | Zachary T Welch | 2009-11-13 | 1 | -6/+6 |
* | mips32_common_t -> struct mips32_common | Zachary T Welch | 2009-11-13 | 1 | -12/+12 |
* | mips32_comparator_t -> struct mips32_comparator | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | reg_param_t -> struct reg_param | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | mem_param_t -> struct mem_param | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | jtag_tap_t -> struct jtag_tap | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes | oharboe | 2009-07-17 | 1 | -1/+1 |
* | Remove whitespace at end of lines, step 1. | zwelch | 2009-06-23 | 1 | -56/+56 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '<<' whitespace | zwelch | 2009-06-23 | 1 | -4/+4 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -3/+3 |
* | Transform 'u32' to 'uint32_t' in src/target | zwelch | 2009-06-18 | 1 | -6/+6 |
* | Transform 'u8' to 'uint8_t' in src/target | zwelch | 2009-06-18 | 1 | -2/+2 |
* | - fix bug introduced during r1962 | ntfreak | 2009-06-11 | 1 | -1/+1 |
* | Add wrappers for target->type->examined: | zwelch | 2009-05-31 | 1 | -2/+2 |
* | Author: Spencer Oliver <spen@spen-soft.co.uk> | kc8apf | 2009-05-20 | 1 | -0/+38 |
* | Audit and eliminate redundant #include directives in other target files. | zwelch | 2009-05-11 | 1 | -4/+0 |
* | - fix mips issues with newer versions of gdb | ntfreak | 2009-01-13 | 1 | -15/+14 |
* | - remove target specific variant and use target->variant member | ntfreak | 2008-12-13 | 1 | -1/+1 |
* | jtag newtap change & huge manual update | duane | 2008-11-30 | 1 | -2/+2 |
* | - change mips registers to std names | ntfreak | 2008-11-28 | 1 | -4/+4 |
* | - add support for hardware breakpoints to mips32 target | ntfreak | 2008-11-17 | 1 | -0/+83 |
* | Fixes SEGFAULT when setting registers from GDB. | oharboe | 2008-10-07 | 1 | -1/+7 |
* | Duane Ellis: "target as an [tcl] object" feature. | oharboe | 2008-09-01 | 1 | -1/+1 |
* | duan ellis target tcl work in progress | oharboe | 2008-08-24 | 1 | -1/+1 |