aboutsummaryrefslogtreecommitdiff
path: root/src/target/mips_m4k.c
AgeCommit message (Expand)Author
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
2009-11-13breakpoint_t -> struct breakpointZachary T Welch
2009-11-13mips_m4k_common_t -> struct mips_m4k_commonZachary T Welch
2009-11-13mips_ejtag_t -> struct mips_ejtagZachary T Welch
2009-11-13mips32_common_t -> struct mips32_commonZachary T Welch
2009-11-13mips32_comparator_t -> struct mips32_comparatorZachary T Welch
2009-11-13watchpoint_t -> struct watchpointZachary T Welch
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-11-05target: remove unused interface fn that clutters codeØyvind Harboe
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell
2009-09-04Mahr, Stefan <Stefan.Mahr@sphairon.com> removes the endianness swapping in mi...oharboe
2009-06-28Refactor code, create target_state_name()duane
2009-06-27Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea...duane
2009-06-25Oleksandr Tymoshenko <gonzo@bluezbox.com> simple watchpoint supportoharboe
2009-06-23Remove whitespace at end of lines, step 1.zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-23- Replace 'for(' with 'for ('.zwelch
2009-06-23- Replace 'switch(' with 'switch ('.zwelch
2009-06-23- Replace 'while(' with 'while ('.zwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-21C99 printf() -Werror fixesduane
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-06-12Further cleanup to MIPS target read/write memory function:zwelch
2009-06-12David Claffey <dnclaffey@gmail.com>:zwelch