summaryrefslogtreecommitdiff
path: root/src/target/mips32.h
Commit message (Expand)AuthorAgeFilesLines
* mips: add nor flash write from memory blockStefan Mahr2011-06-051-1/+5
* mips32: add fastdata loader working areaSpencer Oliver2011-01-041-0/+3
* TARGET/MIPS32: review scope of functionsAntonio Borneo2010-04-111-2/+0
* MIPS: add mips algorithm supportSpencer Oliver2010-02-281-0/+10
* MIPS: update arch_info access to match other targetsSpencer Oliver2010-01-091-2/+15
* MIPS: whitespace cleanupSpencer Oliver2010-01-071-1/+1
* MIPS: merge mips fast_data patch from David N. ClaffeyDavid Claffey2010-01-051-0/+2
* target files shouldn't #include <target/...h>David Brownell2009-12-131-2/+2
* change #include "target.h" to <target/target.h>Zachary T Welch2009-12-031-1/+1
* change #include "mips32_pracc.h" to <target/mips32_pracc.h>Zachary T Welch2009-12-031-1/+1
* target: create/use register_cache_invalidate()David Brownell2009-11-191-1/+0
* target: no implicit #includes of "register.h"David Brownell2009-11-161-1/+0
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* target_t -> struct targetZachary T Welch2009-11-131-14/+14
* reg_t -> struct regZachary T Welch2009-11-131-1/+1
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-2/+2
* mips_ejtag_t -> struct mips_ejtagZachary T Welch2009-11-131-1/+1
* mips32_core_reg_t -> struct mips32_core_regZachary T Welch2009-11-131-2/+2
* mips32_common_t -> struct mips32_commonZachary T Welch2009-11-131-4/+4
* mips32_comparator_t -> struct mips32_comparatorZachary T Welch2009-11-131-4/+4
* 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
* src/target: remove 'extern' and wrap headersZachary T Welch2009-11-091-13/+27
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-3/+3
* - Fixes '[|]' whitespacezwelch2009-06-231-2/+2
* - Fixes '<<' whitespacezwelch2009-06-231-3/+3
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-6/+6
* Author: Spencer Oliver <spen@spen-soft.co.uk>kc8apf2009-05-201-0/+1
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-2/+2
* Gabor Juhos juhosg at openwrt.org MIPS: fix a shift value in the MIPS32_R_IN...oharboe2009-05-051-1/+1
* Oleksandr Tymoshenko <gonzo@bluezbox.com> "resume" command fix for EJTAGoharboe2009-05-051-2/+2
* Nico Coesel <ncoesel@dealogic.nl> MIPS32 speedup patchesoharboe2009-04-211-0/+2
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-1/+1
* - added mips software breakpoint supportntfreak2009-01-131-0/+4
* - remove target specific variant and use target->variant memberntfreak2008-12-131-1/+1
* jtag newtap change & huge manual updateduane2008-11-301-1/+1
* - add support for hardware breakpoints to mips32 targetntfreak2008-11-171-0/+18
* - correct the register hi/lo read - wrong way roundntfreak2008-11-131-2/+6
* Duane Ellis: "target as an [tcl] object" feature.oharboe2008-09-011-1/+1
* - merged mips target into svn trunkntfreak2008-07-261-0/+112