summaryrefslogtreecommitdiff
path: root/src/target/mips32.c
Commit message (Expand)AuthorAgeFilesLines
* Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin2011-06-041-4/+0
* mips: fix some more endian madnessStefan Mahr2011-06-011-0/+7
* Fix a bunch of typos.Uwe Hermann2011-03-171-1/+1
* mips32: add fastdata loader working areaSpencer Oliver2011-01-041-0/+1
* src: add loader src descriptionSpencer Oliver2010-10-281-0/+2
* mips32: exit_point optional for mips32_run_algorithmSpencer Oliver2010-07-201-1/+1
* mips32: -Wshadow warning fixesØyvind Harboe2010-06-151-2/+2
* mips32: 20 second timeout/megabyte for CRC checkSpencer Oliver2010-05-101-1/+3
* TARGET/MIPS32: review scope of functionsAntonio Borneo2010-04-111-9/+9
* MIPS: add mips algorithm supportSpencer Oliver2010-02-281-3/+312
* MIPS: update arch_info access to match other targetsSpencer Oliver2010-01-091-23/+23
* MIPS: merge mips fast_data patch from David N. ClaffeyDavid Claffey2010-01-051-1/+0
* target: add debug_reason_name()David Brownell2009-12-071-1/+1
* remove target_type register_command callbackZachary T Welch2009-11-241-5/+0
* target: create/use register_cache_invalidate()David Brownell2009-11-191-15/+0
* target: simplify register get/set opsDavid Brownell2009-11-171-7/+6
* MIPS: no exit() callsDavid Brownell2009-11-161-1/+1
* target: no implicit #includes of "register.h"David Brownell2009-11-161-0/+1
* target: remove unused "bitfield" infrastructureDavid Brownell2009-11-131-3/+7
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* target_t -> struct targetZachary T Welch2009-11-131-15/+15
* reg_t -> struct regZachary T Welch2009-11-131-6/+6
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-3/+3
* mips_ejtag_t -> struct mips_ejtagZachary T Welch2009-11-131-2/+2
* mips32_core_reg_t -> struct mips32_core_regZachary T Welch2009-11-131-6/+6
* mips32_common_t -> struct mips32_commonZachary T Welch2009-11-131-12/+12
* mips32_comparator_t -> struct mips32_comparatorZachary T Welch2009-11-131-2/+2
* reg_param_t -> struct reg_paramZachary T Welch2009-11-131-1/+1
* mem_param_t -> struct mem_paramZachary T Welch2009-11-131-1/+1
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-1/+1
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-56/+56
* Remove whitespace that occurs before ')'.zwelch2009-06-231-1/+1
* Remove whitespace that occurs after '('.zwelch2009-06-231-1/+1
* - Fixes '<<' whitespacezwelch2009-06-231-4/+4
* C99 printf() -Werror fixesduane2009-06-211-3/+3
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-6/+6
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-2/+2
* - fix bug introduced during r1962ntfreak2009-06-111-1/+1
* Add wrappers for target->type->examined:zwelch2009-05-311-2/+2
* Author: Spencer Oliver <spen@spen-soft.co.uk>kc8apf2009-05-201-0/+38
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-4/+0
* - fix mips issues with newer versions of gdbntfreak2009-01-131-15/+14
* - remove target specific variant and use target->variant memberntfreak2008-12-131-1/+1
* jtag newtap change & huge manual updateduane2008-11-301-2/+2
* - change mips registers to std namesntfreak2008-11-281-4/+4
* - add support for hardware breakpoints to mips32 targetntfreak2008-11-171-0/+83
* Fixes SEGFAULT when setting registers from GDB.oharboe2008-10-071-1/+7
* Duane Ellis: "target as an [tcl] object" feature.oharboe2008-09-011-1/+1
* duan ellis target tcl work in progressoharboe2008-08-241-1/+1