summaryrefslogtreecommitdiff
path: root/src/target/mips_m4k.c
Commit message (Expand)AuthorAgeFilesLines
* mips: fix some more endian madnessStefan Mahr2011-06-011-63/+52
* Added mips_ejtag_drscan_32_out() for optimization.Drasko DRASKOVIC2011-04-051-1/+1
* Added correct endianess treatment for big endian targets. Now it is possible ...Drasko DRASKOVIC2011-04-051-6/+72
* mips: illustrates how to improve performanceØyvind Harboe2011-04-011-6/+2
* types: write memory now uses constØyvind Harboe2011-04-011-2/+2
* mips: delete kludgy code that modifies data sent to write_memory()Øyvind Harboe2011-03-311-1/+16
* mips: mips_ejtag_get_impcode error propagation addedØyvind Harboe2011-03-311-1/+3
* bugfix for step <address> mips_m4kAndrew Lyon2011-03-291-0/+4
* mips32: add fastdata loader working areaSpencer Oliver2011-01-041-10/+17
* warnings: fix alignment warningsØyvind Harboe2010-09-201-1/+1
* propagate return status of set_breakpoint() up call chainMike Dunn2010-09-131-4/+2
* target/mips_m4k: review scope of symbolsAntonio Borneo2010-06-211-29/+46
* mips_m4k: -Wshadow warning fixesØyvind Harboe2010-06-151-2/+2
* jtag: retire jtag_get/set_end_state()Øyvind Harboe2010-03-191-5/+0
* MIPS: remove unused arg from mips_ejtag_set_instrSpencer Oliver2010-03-181-10/+10
* PIC32: add software reset supportSpencer Oliver2010-03-171-3/+23
* MIPS: remove ejtag_srst variantSpencer Oliver2010-03-171-15/+15
* PIC32: add flash algorithm supportSpencer Oliver2010-03-101-1/+1
* MIPS: add mips algorithm supportSpencer Oliver2010-02-281-78/+68
* BUILD: remove cygwin gcc 3.4.4 build warningsSpencer Oliver2010-01-201-1/+1
* MIPS: update arch_info access to match other targetsSpencer Oliver2010-01-091-28/+40
* MIPS: change bulk_write_memory fallback msg to LOG_DEBUGSpencer Oliver2010-01-071-1/+1
* MIPS: fastdata bulk write fallbackSpencer Oliver2010-01-061-0/+6
* MIPS: optimize pracc accessSpencer Oliver2010-01-051-2/+2
* MIPS: merge mips fast_data patch from David N. ClaffeyDavid Claffey2010-01-051-2/+45
* remove target_type register_command callbackZachary T Welch2009-11-241-10/+0
* target: create/use register_cache_invalidate()David Brownell2009-11-191-3/+3
* MIPS: no exit() callsDavid Brownell2009-11-161-6/+4
* target: no implicit #includes of "register.h"David Brownell2009-11-161-0/+1
* target: don't implicitly include "breakpoint.h"David Brownell2009-11-161-0/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-4/+4
* target_t -> struct targetZachary T Welch2009-11-131-41/+41
* target_type_t -> struct target_typeZachary T Welch2009-11-131-1/+1
* breakpoint_t -> struct breakpointZachary T Welch2009-11-131-7/+7
* mips_m4k_common_t -> struct mips_m4k_commonZachary T Welch2009-11-131-2/+2
* mips_ejtag_t -> struct mips_ejtagZachary T Welch2009-11-131-10/+10
* mips32_common_t -> struct mips32_commonZachary T Welch2009-11-131-19/+19
* mips32_comparator_t -> struct mips32_comparatorZachary T Welch2009-11-131-4/+4
* watchpoint_t -> struct watchpointZachary T Welch2009-11-131-5/+5
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-1/+1
* target: remove unused interface fn that clutters codeØyvind Harboe2009-11-051-7/+0
* Remove annoying end-of-line whitespace from most src/*dbrownell2009-09-211-7/+7
* Mahr, Stefan <Stefan.Mahr@sphairon.com> removes the endianness swapping in mi...oharboe2009-09-041-44/+0
* Refactor code, create target_state_name()duane2009-06-281-4/+4
* Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea...duane2009-06-271-3/+13
* Oleksandr Tymoshenko <gonzo@bluezbox.com> simple watchpoint supportoharboe2009-06-251-4/+111
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-19/+19
* Remove whitespace that occurs before ')'.zwelch2009-06-231-4/+4
* Remove whitespace that occurs after '('.zwelch2009-06-231-4/+4
* - Fixes '=' whitespacezwelch2009-06-231-1/+1