]> git.sur5r.net Git - openocd/history - src/target/mips32.c
flash/nor: Add erased_value to drivers and pass it to targets
[openocd] / src / target / mips32.c
2016-10-30 Andreas Färberflash/nor: Add erased_value to drivers and pass it...
2016-10-04 Kent Brinkleymips: Added #define for scan_delay legacy mode default...
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-02-13 Kent BrinkleyChange isa string
2015-02-11 Antony Pavlovmips32: add gdb target description support
2015-02-11 Antony Pavlovmips32: use 'unsigned int' for CPU register indices
2014-11-24 Antony Pavlovmips32: fix typos
2014-08-19 Oleksij Rempelmips32.c: cache debug caps and support EJTAG 2.0 specif...
2014-08-19 Oleksij Rempelmips32.c: fix IB and DB bits check for EJTAG v2.0
2014-05-09 Salvador Arroyomips: load code in buffer mode
2014-04-14 Paul Fertsermips32, dsp563xx: fix segfault on Gdb attach
2014-02-24 Antony Pavlovmips32: build register cache in a more clear way
2013-10-31 Paul FertserClean up many C99 integer types format specifiers
2013-08-07 Hsiangkai Wanggdb_server: support gdb target description
2013-07-17 Oleksij Rempelmips: add breakpoint support for EJTAG 2.0
2013-07-17 Oleksij Rempelmips32: add new functions mips32_configure_ibs and...
2013-06-05 Spencer Oliverupdate files to correct FSF address
2013-04-20 Salvador Arroyomips: m4k alternate pracc code. Patch 1
2013-04-02 Salvador Arroyomips: code cleanup in cp0 command handlers
2012-04-10 SalvadorMinor bug fixes in Mips32 code
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2012-01-18 Spencer Olivercmd: add missing usage vars
2012-01-04 Mathias KChange return value on error.
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2011-08-09 Drasko DRASKOVICmips32: Added CP0 coprocessor R/W routines
2011-06-04 Freddie ChopinFix "unused variable" warnings (errors) detected with...
2011-06-01 Stefan Mahrmips: fix some more endian madness
2011-03-17 Uwe HermannFix a bunch of typos.
2011-01-04 Spencer Olivermips32: add fastdata loader working area
2010-10-28 Spencer Oliversrc: add loader src description
2010-07-20 Spencer Olivermips32: exit_point optional for mips32_run_algorithm
2010-06-15 Øyvind Harboemips32: -Wshadow warning fixes
2010-05-10 Spencer Olivermips32: 20 second timeout/megabyte for CRC check
2010-04-10 Antonio BorneoTARGET/MIPS32: review scope of functions
2010-02-28 Spencer OliverMIPS: add mips algorithm support
2010-01-09 Spencer OliverMIPS: update arch_info access to match other targets
2010-01-05 David ClaffeyMIPS: merge mips fast_data patch from David N. Claffey
2009-12-07 David Brownelltarget: add debug_reason_name()
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 Brownelltarget: simplify register get/set ops
2009-11-17 David BrownellMIPS: no exit() calls
2009-11-16 David Brownelltarget: no implicit #includes of "register.h"
2009-11-14 David Brownelltarget: remove unused "bitfield" infrastructure
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 Welchreg_t -> struct reg
2009-11-13 Zachary T Welchreg_cache_t -> struct reg_cache
2009-11-13 Zachary T Welchmips_ejtag_t -> struct mips_ejtag
2009-11-13 Zachary T Welchmips32_core_reg_t -> struct mips32_core_reg
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 Welchreg_param_t -> struct reg_param
2009-11-13 Zachary T Welchmem_param_t -> struct mem_param
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
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-21 duaneC99 printf() -Werror fixes
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-11 ntfreak- fix bug introduced during r1962
2009-05-31 zwelchAdd wrappers for target->type->examined:
2009-05-20 kc8apfAuthor: Spencer Oliver <spen@spen-soft.co.uk>
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-01-13 ntfreak- fix mips issues with newer versions of gdb
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-11-30 duanejtag newtap change & huge manual update
2008-11-28 ntfreak- change mips registers to std names
2008-11-17 ntfreak- add support for hardware breakpoints to mips32 target
2008-10-07 oharboeFixes SEGFAULT when setting registers from GDB.
2008-09-01 oharboeDuane Ellis: "target as an [tcl] object" feature.
2008-08-24 oharboeduan ellis target tcl work in progress
2008-07-26 ntfreak- merged mips target into svn trunk