aboutsummaryrefslogtreecommitdiff
path: root/src/target/mips32.c
AgeCommit message (Expand)Author
2014-02-24mips32: build register cache in a more clear wayAntony Pavlov
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser
2013-08-07gdb_server: support gdb target descriptionHsiangkai Wang
2013-07-17mips: add breakpoint support for EJTAG 2.0Oleksij Rempel
2013-07-17mips32: add new functions mips32_configure_ibs and _dbsOleksij Rempel
2013-06-05update files to correct FSF addressSpencer Oliver
2013-04-20mips: m4k alternate pracc code. Patch 1Salvador Arroyo
2013-04-02mips: code cleanup in cp0 command handlersSalvador Arroyo
2012-04-10Minor bug fixes in Mips32 codeSalvador
2012-02-06build: cleanup src/target directorySpencer Oliver
2012-01-18cmd: add missing usage varsSpencer Oliver
2012-01-04Change return value on error.Mathias K
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe
2011-08-09mips32: Added CP0 coprocessor R/W routinesDrasko DRASKOVIC
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin
2011-06-01mips: fix some more endian madnessStefan Mahr
2011-03-17Fix a bunch of typos.Uwe Hermann
2011-01-04mips32: add fastdata loader working areaSpencer Oliver
2010-10-28src: add loader src descriptionSpencer Oliver
2010-07-20mips32: exit_point optional for mips32_run_algorithmSpencer Oliver
2010-06-15mips32: -Wshadow warning fixesØyvind Harboe
2010-05-10mips32: 20 second timeout/megabyte for CRC checkSpencer Oliver
2010-04-11TARGET/MIPS32: review scope of functionsAntonio Borneo
2010-02-28MIPS: add mips algorithm supportSpencer Oliver
2010-01-09MIPS: update arch_info access to match other targetsSpencer Oliver
2010-01-05MIPS: merge mips fast_data patch from David N. ClaffeyDavid Claffey
2009-12-07target: add debug_reason_name()David Brownell
2009-11-24remove target_type register_command callbackZachary T Welch
2009-11-19target: create/use register_cache_invalidate()David Brownell
2009-11-17target: simplify register get/set opsDavid Brownell
2009-11-16MIPS: no exit() callsDavid Brownell
2009-11-16target: no implicit #includes of "register.h"David Brownell
2009-11-13target: remove unused "bitfield" infrastructureDavid Brownell
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13reg_t -> struct regZachary T Welch
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch
2009-11-13mips_ejtag_t -> struct mips_ejtagZachary T Welch
2009-11-13mips32_core_reg_t -> struct mips32_core_regZachary T Welch
2009-11-13mips32_common_t -> struct mips32_commonZachary T Welch
2009-11-13mips32_comparator_t -> struct mips32_comparatorZachary T Welch
2009-11-13reg_param_t -> struct reg_paramZachary T Welch
2009-11-13mem_param_t -> struct mem_paramZachary T Welch
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-23Remove whitespace at end of lines, step 1.zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '<<' whitespacezwelch
2009-06-21C99 printf() -Werror fixesduane