mips32: add fastdata loader working area
[fw/openocd] / src / target / mips_m4k.c
2011-01-04 Spencer Olivermips32: add fastdata loader working area
2010-09-20 Øyvind Harboewarnings: fix alignment warnings
2010-09-13 Mike Dunnpropagate return status of set_breakpoint() up call...
2010-06-21 Antonio Borneotarget/mips_m4k: review scope of symbols
2010-06-15 Øyvind Harboemips_m4k: -Wshadow warning fixes
2010-03-19 Øyvind Harboejtag: retire jtag_get/set_end_state()
2010-03-18 Spencer OliverMIPS: remove unused arg from mips_ejtag_set_instr
2010-03-17 Spencer OliverPIC32: add software reset support
2010-03-17 Spencer OliverMIPS: remove ejtag_srst variant
2010-03-10 Spencer OliverPIC32: add flash algorithm support
2010-02-28 Spencer OliverMIPS: add mips algorithm support
2010-01-20 Spencer OliverBUILD: remove cygwin gcc 3.4.4 build warnings
2010-01-09 Spencer OliverMIPS: update arch_info access to match other targets
2010-01-07 Spencer OliverMIPS: change bulk_write_memory fallback msg to LOG_DEBUG
2010-01-06 Spencer OliverMIPS: fastdata bulk write fallback
2010-01-05 Spencer OliverMIPS: optimize pracc access
2010-01-05 David ClaffeyMIPS: merge mips fast_data patch from David N. Claffey
2009-11-25 Zachary T Welchremove target_type register_command callback
2009-11-20 David Brownelltarget: create/use register_cache_invalidate()
2009-11-17 David BrownellMIPS: no exit() calls
2009-11-16 David Brownelltarget: no implicit #includes of "register.h"
2009-11-16 David Brownelltarget: don't implicitly include "breakpoint.h"
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchtarget_type_t -> struct target_type
2009-11-13 Zachary T Welchbreakpoint_t -> struct breakpoint
2009-11-13 Zachary T Welchmips_m4k_common_t -> struct mips_m4k_common
2009-11-13 Zachary T Welchmips_ejtag_t -> struct mips_ejtag
2009-11-13 Zachary T Welchmips32_common_t -> struct mips32_common
2009-11-13 Zachary T Welchmips32_comparator_t -> struct mips32_comparator
2009-11-13 Zachary T Welchwatchpoint_t -> struct watchpoint
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-05 Øyvind Harboetarget: remove unused interface fn that clutters code
2009-09-21 dbrownellRemove annoying end-of-line whitespace from most src/*
2009-09-04 oharboeMahr, Stefan <Stefan.Mahr@sphairon.com> removes the...
2009-06-28 duaneRefactor code, create target_state_name()
2009-06-27 duaneAdd Breakpoint/Watchpoint unique ID to help debug hardw...
2009-06-25 oharboeOleksandr Tymoshenko <gonzo@bluezbox.com> simple watchp...
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-23 zwelch- Replace 'for(' with 'for ('.
2009-06-23 zwelch- Replace 'switch(' with 'switch ('.
2009-06-23 zwelch- Replace 'while(' with 'while ('.
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-12 zwelchFurther cleanup to MIPS target read/write memory function:
2009-06-12 zwelchDavid Claffey <dnclaffey@gmail.com>:
2009-06-09 zwelchEncapsulate jtag_reset_config using accessors:
2009-06-09 zwelchEncapsulate the jtag_trst and jtag_srst variables:
2009-06-04 oharboeRename jtag_add_end_state to jtag_set_end_state since...
2009-06-01 zwelchScrub final vestiges of in_handler from mips target...
2009-05-31 zwelchFinal step in isolating target_type_s structure:
2009-05-31 zwelchFirst step in hiding target_type_s from public interface:
2009-05-31 zwelchAdd wrappers for target->type->examined:
2009-05-31 zwelchAdd target_write_memory wrapper:
2009-05-31 zwelchAdd target_read_memory wrapper:
2009-05-20 kc8apfAuthor: Spencer Oliver <spen@spen-soft.co.uk>
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-02-18 oharboeHolger Schurig <hs4233@mail.mn-solutions.de> fix warnings
2009-01-13 ntfreak- added mips software breakpoint support
2009-01-02 oharboeJohn McCarthy <jgmcc@magma.ca> pic32mx flash wip
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-12-13 kc8apfChange tap_state naming to be consistent with SVF docum...
2008-11-30 duanejtag newtap change & huge manual update
2008-11-17 ntfreak- add support for hardware breakpoints to mips32 target
2008-11-13 ntfreak- correct the register hi/lo read - wrong way round
2008-11-12 ntfreak- fix crash when variant for mips32 target not given
2008-11-12 ntfreak- slight mips32 cleanup/reformat
2008-10-14 ntfreak- remove build warnings
2008-10-14 oharboeJohn McCarthy <jgmcc@magma.ca> two patches add a mips_m...
2008-10-14 oharboeJohn McCarthy <jgmcc@magma.ca> cleans up the usage...
2008-10-08 ntfreak- remove build warnings from mips_m4k.c and arm11.c
2008-10-08 oharboeJohn McCarthy <jgmcc@magma.ca> adds support for DMA...
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-09-01 oharboeDuane Ellis: "target as an [tcl] object" feature.
2008-08-24 oharboeduan ellis target tcl work in progress
2008-08-06 ntfreak- fix target_examine declaration
2008-08-05 oharboeDuane Ellis: fix warnings
2008-08-05 oharboedefine resetting the target into the halted or running
2008-08-05 oharboemoves handling of problems with resetting into the...
2008-07-26 ntfreak- merged mips target into svn trunk