aboutsummaryrefslogtreecommitdiff
path: root/src/target/mips32.h
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-21Nico Coesel <ncoesel@dealogic.nl> MIPS32 speedup patchesoharboe1-0/+2
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-1/+1
2009-01-13- added mips software breakpoint supportntfreak1-0/+4
2008-12-13- remove target specific variant and use target->variant memberntfreak1-1/+1
2008-11-30jtag newtap change & huge manual updateduane1-1/+1
2008-11-17- add support for hardware breakpoints to mips32 targetntfreak1-0/+18
2008-11-13- correct the register hi/lo read - wrong way roundntfreak1-2/+6
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe1-1/+1
2008-07-26- merged mips target into svn trunkntfreak1-0/+112