aboutsummaryrefslogtreecommitdiff
path: root/src/target/mips32.h
AgeCommit message (Expand)AuthorFilesLines
2017-05-08mips32: add micromips isa handlingSalvador Arroyo1-0/+14
2017-05-08mips32, add support for micromips in debug modeSalvador Arroyo1-77/+147
2017-05-08mips32, add microMips instruction subsetSalvador Arroyo1-0/+95
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-3/+3
2016-10-30flash/nor: Add erased_value to drivers and pass it to targetsAndreas Färber1-1/+1
2016-10-04mips: Added #define for scan_delay legacy mode default valueKent Brinkley1-0/+2
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-02-11mips32: add gdb target description supportAntony Pavlov1-0/+1
2015-02-11mips32: use 'unsigned int' for CPU register indicesAntony Pavlov1-2/+2
2014-11-24mips32: fix typosAntony Pavlov1-1/+1
2013-08-07gdb_server: support gdb target descriptionHsiangkai Wang1-1/+2
2013-07-17mips32: add jump instructionOleksij Rempel1-0/+2
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-11-16mips: optimize mips_ejtag_step_disable() codeSalvador Arroyo1-0/+2
2012-02-06build: cleanup src/target directorySpencer Oliver1-18/+14
2011-08-09mips32: Sync Caches to Make Instr Writes EffectiveDrasko DRASKOVIC1-24/+88
2011-08-09mips32: Added CP0 coprocessor R/W routinesDrasko DRASKOVIC1-0/+5
2011-06-05mips: add nor flash write from memory blockStefan Mahr1-1/+5
2011-01-04mips32: add fastdata loader working areaSpencer Oliver1-0/+3
2010-04-11TARGET/MIPS32: review scope of functionsAntonio Borneo1-2/+0
2010-02-28MIPS: add mips algorithm supportSpencer Oliver1-0/+10
2010-01-09MIPS: update arch_info access to match other targetsSpencer Oliver1-2/+15
2010-01-07MIPS: whitespace cleanupSpencer Oliver1-1/+1
2010-01-05MIPS: merge mips fast_data patch from David N. ClaffeyDavid Claffey1-0/+2
2009-12-13target files shouldn't #include <target/...h>David Brownell1-2/+2
2009-12-03change #include "target.h" to <target/target.h>Zachary T Welch1-1/+1
2009-12-03change #include "mips32_pracc.h" to <target/mips32_pracc.h>Zachary T Welch1-1/+1
2009-11-19target: create/use register_cache_invalidate()David Brownell1-1/+0
2009-11-16target: no implicit #includes of "register.h"David Brownell1-1/+0
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13target_t -> struct targetZachary T Welch1-14/+14
2009-11-13reg_t -> struct regZachary T Welch1-1/+1
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-2/+2
2009-11-13mips_ejtag_t -> struct mips_ejtagZachary T Welch1-1/+1
2009-11-13mips32_core_reg_t -> struct mips32_core_regZachary T Welch1-2/+2
2009-11-13mips32_common_t -> struct mips32_commonZachary T Welch1-4/+4
2009-11-13mips32_comparator_t -> struct mips32_comparatorZachary T Welch1-4/+4
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-11-09src/target: remove 'extern' and wrap headersZachary T Welch1-13/+27
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-3/+3
2009-06-23- Fixes '[|]' whitespacezwelch1-2/+2
2009-06-23- Fixes '<<' whitespacezwelch1-3/+3
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-6/+6
2009-05-20Author: Spencer Oliver <spen@spen-soft.co.uk>kc8apf1-0/+1
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-2/+2
2009-05-05Gabor Juhos juhosg at openwrt.org MIPS: fix a shift value in the MIPS32_R_IN...oharboe1-1/+1
2009-05-05Oleksandr Tymoshenko <gonzo@bluezbox.com> "resume" command fix for EJTAGoharboe1-2/+2