aboutsummaryrefslogtreecommitdiff
path: root/src/target/mips_m4k.c
AgeCommit message (Expand)Author
2012-12-11mips_m4k: Fixed mips_m4k_resume code for smp targetsKamal Dasu
2012-12-09mips_m4k: Added SMP debug support for mips architecturesKamal Dasu
2012-11-16mips: code clean up in mips_m4k_debug_entry() functionSalvador Arroyo
2012-05-14mips: support connecting under resetSpencer Oliver
2012-03-14mips: Forced to running state to enable (subsequent) target halt.Drasko DRASKOVIC
2012-03-13target: remove unused declarationSpencer Oliver
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-12mips: fix potential alignment errorStefan Mahr
2011-08-12mips: fix reading uint32 and uint16 when running on big endian hostStefan Mahr
2011-08-09mips32 : Fixed memory byte accessDrasko DRASKOVIC
2011-08-09mips32: Added CP0 coprocessor R/W routinesDrasko DRASKOVIC
2011-07-04mips_m4k and arm7_9 : Fix soft bkpt endianess for 16-bit instructionsDrasko DRASKOVIC
2011-07-01mips_m4k : Fix soft breakpoint endianess handlingDrasko DRASKOVIC
2011-06-28mips4k: fix big-endian hosts and host alignment problemsØyvind Harboe
2011-06-01mips: fix some more endian madnessStefan Mahr
2011-04-05Added mips_ejtag_drscan_32_out() for optimization.Drasko DRASKOVIC
2011-04-05Added correct endianess treatment for big endian targets. Now it is possible ...Drasko DRASKOVIC
2011-04-01mips: illustrates how to improve performanceØyvind Harboe
2011-04-01types: write memory now uses constØyvind Harboe
2011-03-31mips: delete kludgy code that modifies data sent to write_memory()Øyvind Harboe
2011-03-31mips: mips_ejtag_get_impcode error propagation addedØyvind Harboe
2011-03-29bugfix for step <address> mips_m4kAndrew Lyon
2011-01-04mips32: add fastdata loader working areaSpencer Oliver
2010-09-20warnings: fix alignment warningsØyvind Harboe
2010-09-13propagate return status of set_breakpoint() up call chainMike Dunn
2010-06-21target/mips_m4k: review scope of symbolsAntonio Borneo
2010-06-15mips_m4k: -Wshadow warning fixesØyvind Harboe
2010-03-19jtag: retire jtag_get/set_end_state()Øyvind Harboe
2010-03-18MIPS: remove unused arg from mips_ejtag_set_instrSpencer Oliver
2010-03-17PIC32: add software reset supportSpencer Oliver
2010-03-17MIPS: remove ejtag_srst variantSpencer Oliver
2010-03-10PIC32: add flash algorithm supportSpencer Oliver
2010-02-28MIPS: add mips algorithm supportSpencer Oliver
2010-01-20BUILD: remove cygwin gcc 3.4.4 build warningsSpencer Oliver
2010-01-09MIPS: update arch_info access to match other targetsSpencer Oliver
2010-01-07MIPS: change bulk_write_memory fallback msg to LOG_DEBUGSpencer Oliver
2010-01-06MIPS: fastdata bulk write fallbackSpencer Oliver
2010-01-05MIPS: optimize pracc accessSpencer Oliver
2010-01-05MIPS: merge mips fast_data patch from David N. ClaffeyDavid Claffey
2009-11-24remove target_type register_command callbackZachary T Welch
2009-11-19target: create/use register_cache_invalidate()David Brownell
2009-11-16MIPS: no exit() callsDavid Brownell
2009-11-16target: no implicit #includes of "register.h"David Brownell
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13target_type_t -> struct target_typeZachary T Welch