aboutsummaryrefslogtreecommitdiff
path: root/src/target/mips_m4k.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-12mips: fix potential alignment errorStefan Mahr1-1/+19
2011-08-12mips: fix reading uint32 and uint16 when running on big endian hostStefan Mahr1-37/+20
2011-08-09mips32 : Fixed memory byte accessDrasko DRASKOVIC1-22/+27
2011-08-09mips32: Added CP0 coprocessor R/W routinesDrasko DRASKOVIC1-2/+106
2011-07-04mips_m4k and arm7_9 : Fix soft bkpt endianess for 16-bit instructionsDrasko DRASKOVIC1-1/+1
2011-07-01mips_m4k : Fix soft breakpoint endianess handlingDrasko DRASKOVIC1-0/+8
2011-06-28mips4k: fix big-endian hosts and host alignment problemsØyvind Harboe1-5/+5
2011-06-01mips: fix some more endian madnessStefan Mahr1-63/+52
2011-04-05Added mips_ejtag_drscan_32_out() for optimization.Drasko DRASKOVIC1-1/+1
2011-04-05Added correct endianess treatment for big endian targets. Now it is possible ...Drasko DRASKOVIC1-6/+72
2011-04-01mips: illustrates how to improve performanceØyvind Harboe1-6/+2
2011-04-01types: write memory now uses constØyvind Harboe1-2/+2
2011-03-31mips: delete kludgy code that modifies data sent to write_memory()Øyvind Harboe1-1/+16
2011-03-31mips: mips_ejtag_get_impcode error propagation addedØyvind Harboe1-1/+3
2011-03-29bugfix for step <address> mips_m4kAndrew Lyon1-0/+4
2011-01-04mips32: add fastdata loader working areaSpencer Oliver1-10/+17
2010-09-20warnings: fix alignment warningsØyvind Harboe1-1/+1
2010-09-13propagate return status of set_breakpoint() up call chainMike Dunn1-4/+2
2010-06-21target/mips_m4k: review scope of symbolsAntonio Borneo1-29/+46
2010-06-15mips_m4k: -Wshadow warning fixesØyvind Harboe1-2/+2
2010-03-19jtag: retire jtag_get/set_end_state()Øyvind Harboe1-5/+0
2010-03-18MIPS: remove unused arg from mips_ejtag_set_instrSpencer Oliver1-10/+10
2010-03-17PIC32: add software reset supportSpencer Oliver1-3/+23
2010-03-17MIPS: remove ejtag_srst variantSpencer Oliver1-15/+15
2010-03-10PIC32: add flash algorithm supportSpencer Oliver1-1/+1
2010-02-28MIPS: add mips algorithm supportSpencer Oliver1-78/+68
2010-01-20BUILD: remove cygwin gcc 3.4.4 build warningsSpencer Oliver1-1/+1
2010-01-09MIPS: update arch_info access to match other targetsSpencer Oliver1-28/+40
2010-01-07MIPS: change bulk_write_memory fallback msg to LOG_DEBUGSpencer Oliver1-1/+1
2010-01-06MIPS: fastdata bulk write fallbackSpencer Oliver1-0/+6
2010-01-05MIPS: optimize pracc accessSpencer Oliver1-2/+2
2010-01-05MIPS: merge mips fast_data patch from David N. ClaffeyDavid Claffey1-2/+45
2009-11-24remove target_type register_command callbackZachary T Welch1-10/+0
2009-11-19target: create/use register_cache_invalidate()David Brownell1-3/+3
2009-11-16MIPS: no exit() callsDavid Brownell1-6/+4
2009-11-16target: no implicit #includes of "register.h"David Brownell1-0/+1
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell1-0/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-4/+4
2009-11-13target_t -> struct targetZachary T Welch1-41/+41
2009-11-13target_type_t -> struct target_typeZachary T Welch1-1/+1
2009-11-13breakpoint_t -> struct breakpointZachary T Welch1-7/+7
2009-11-13mips_m4k_common_t -> struct mips_m4k_commonZachary T Welch1-2/+2
2009-11-13mips_ejtag_t -> struct mips_ejtagZachary T Welch1-10/+10
2009-11-13mips32_common_t -> struct mips32_commonZachary T Welch1-19/+19
2009-11-13mips32_comparator_t -> struct mips32_comparatorZachary T Welch1-4/+4
2009-11-13watchpoint_t -> struct watchpointZachary T Welch1-5/+5
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-1/+1
2009-11-05target: remove unused interface fn that clutters codeØyvind Harboe1-7/+0
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell1-7/+7
2009-09-04Mahr, Stefan <Stefan.Mahr@sphairon.com> removes the endianness swapping in mi...oharboe1-44/+0