aboutsummaryrefslogtreecommitdiff
path: root/src/target/mips32.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-06build: cleanup src/target directorySpencer Oliver1-148/+86
2012-01-18cmd: add missing usage varsSpencer Oliver1-0/+1
2012-01-04Change return value on error.Mathias K1-1/+1
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-6/+6
2011-08-09mips32: Added CP0 coprocessor R/W routinesDrasko DRASKOVIC1-0/+106
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin1-4/+0
2011-06-01mips: fix some more endian madnessStefan Mahr1-0/+7
2011-03-17Fix a bunch of typos.Uwe Hermann1-1/+1
2011-01-04mips32: add fastdata loader working areaSpencer Oliver1-0/+1
2010-10-28src: add loader src descriptionSpencer Oliver1-0/+2
2010-07-20mips32: exit_point optional for mips32_run_algorithmSpencer Oliver1-1/+1
2010-06-15mips32: -Wshadow warning fixesØyvind Harboe1-2/+2
2010-05-10mips32: 20 second timeout/megabyte for CRC checkSpencer Oliver1-1/+3
2010-04-11TARGET/MIPS32: review scope of functionsAntonio Borneo1-9/+9
2010-02-28MIPS: add mips algorithm supportSpencer Oliver1-3/+312
2010-01-09MIPS: update arch_info access to match other targetsSpencer Oliver1-23/+23
2010-01-05MIPS: merge mips fast_data patch from David N. ClaffeyDavid Claffey1-1/+0
2009-12-07target: add debug_reason_name()David Brownell1-1/+1
2009-11-24remove target_type register_command callbackZachary T Welch1-5/+0
2009-11-19target: create/use register_cache_invalidate()David Brownell1-15/+0
2009-11-17target: simplify register get/set opsDavid Brownell1-7/+6
2009-11-16MIPS: no exit() callsDavid Brownell1-1/+1
2009-11-16target: no implicit #includes of "register.h"David Brownell1-0/+1
2009-11-13target: remove unused "bitfield" infrastructureDavid Brownell1-3/+7
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13target_t -> struct targetZachary T Welch1-15/+15
2009-11-13reg_t -> struct regZachary T Welch1-6/+6
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-3/+3
2009-11-13mips_ejtag_t -> struct mips_ejtagZachary T Welch1-2/+2
2009-11-13mips32_core_reg_t -> struct mips32_core_regZachary T Welch1-6/+6
2009-11-13mips32_common_t -> struct mips32_commonZachary T Welch1-12/+12
2009-11-13mips32_comparator_t -> struct mips32_comparatorZachary T Welch1-2/+2
2009-11-13reg_param_t -> struct reg_paramZachary T Welch1-1/+1
2009-11-13mem_param_t -> struct mem_paramZachary T Welch1-1/+1
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-1/+1
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-56/+56
2009-06-23Remove whitespace that occurs before ')'.zwelch1-1/+1
2009-06-23Remove whitespace that occurs after '('.zwelch1-1/+1
2009-06-23- Fixes '<<' whitespacezwelch1-4/+4
2009-06-21C99 printf() -Werror fixesduane1-3/+3
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-6/+6
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-2/+2
2009-06-11- fix bug introduced during r1962ntfreak1-1/+1
2009-05-31Add wrappers for target->type->examined:zwelch1-2/+2
2009-05-20Author: Spencer Oliver <spen@spen-soft.co.uk>kc8apf1-0/+38
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-4/+0
2009-01-13- fix mips issues with newer versions of gdbntfreak1-15/+14
2008-12-13- remove target specific variant and use target->variant memberntfreak1-1/+1
2008-11-30jtag newtap change & huge manual updateduane1-2/+2