aboutsummaryrefslogtreecommitdiff
path: root/src/target/mips32.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-02-13Change isa stringKent Brinkley1-1/+1
2015-02-11mips32: add gdb target description supportAntony Pavlov1-77/+166
2015-02-11mips32: use 'unsigned int' for CPU register indicesAntony Pavlov1-14/+13
2014-11-24mips32: fix typosAntony Pavlov1-1/+1
2014-08-19mips32.c: cache debug caps and support EJTAG 2.0 specific changesOleksij Rempel1-10/+15
2014-08-19mips32.c: fix IB and DB bits check for EJTAG v2.0Oleksij Rempel1-4/+9
2014-05-09mips: load code in buffer modeSalvador Arroyo1-34/+23
2014-04-14mips32, dsp563xx: fix segfault on Gdb attachPaul Fertser1-1/+1
2014-02-24mips32: build register cache in a more clear wayAntony Pavlov1-50/+46
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser1-1/+1
2013-08-07gdb_server: support gdb target descriptionHsiangkai Wang1-1/+2
2013-07-17mips: add breakpoint support for EJTAG 2.0Oleksij Rempel1-6/+16
2013-07-17mips32: add new functions mips32_configure_ibs and _dbsOleksij Rempel1-28/+53
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-04-20mips: m4k alternate pracc code. Patch 1Salvador Arroyo1-0/+33
2013-04-02mips: code cleanup in cp0 command handlersSalvador Arroyo1-4/+1
2012-04-10Minor bug fixes in Mips32 codeSalvador1-3/+3
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