openocd: fix SPDX tag format for files .c
[fw/openocd] / src / target / mips_m4k.c
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c
2022-09-13 Antonio Borneotarget: don't export local symbols
2022-07-23 Antonio Borneoopenocd: src/target: replace the GPL-2.0-or-later licen...
2022-03-19 Marc Schinktarget: Rework 'set' variable of break-/watchpoints
2022-02-14 Antonio Borneotarget/smp: use a struct list_head to hold the smp...
2021-09-18 Antonio Borneoopenocd: remove last NULL comparisons
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [1/2]
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition
2021-07-20 Antonio Borneotarget/mips: rename CamelCase symbols
2020-09-05 Antonio Borneotarget: avoid checking for non NULL pointer to free it
2020-09-05 Antonio Borneotarget: use proper format with uint32_t
2020-07-26 Antonio Borneotarget: fix minor typos and duplicated words
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma...
2019-05-14 Paul Fertsertarget/mips_m4k: change prototype of mips_m4k_verify_po...
2019-03-27 Antonio Borneosmp: move sub-command "smp_gdb" in file smp.c
2019-03-27 Antonio Borneosmp: replace commands smp_on/smp_off with "smp [on...
2019-03-14 Marc Schinktarget/mips: Use 'bool' data type
2018-07-31 Oleksij Rempelmips_m4k: add optional reset handler
2018-06-22 Liviu Ionescumips_m4k.c: Fix build with --disable-target64
2017-05-08 Salvador Arroyomips32, use scan32 function for reading impcode/idcode.
2017-05-08 Salvador Arroyomips32: add micromips breakpoints support
2017-05-08 Salvador Arroyomips32: add micromips isa handling
2017-05-08 Salvador Arroyomips32, add support for micromips in debug mode
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support
2016-10-04 Kent Brinkleymips: Added #define for scan_delay legacy mode default...
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-05-05 Salvador ArroyoMIPS32 Fix typos
2016-05-05 Tomas Vanektarget: improve robustness of reset command
2014-08-19 Oleksij Rempelmips_m4k.c: EJTAGBOOT and NORMALBOOT are not supported...
2014-08-19 Oleksij Rempelmips_m4k.c: D or I breaks only if they supported.
2014-07-10 Oleksij Rempelmips_m4k.c: make sure fast_data_area is safe
2013-10-31 Andreas FritiofsonClean up const usage to avoid excessive casting
2013-10-31 Paul FertserClean up many C99 integer types format specifiers
2013-09-08 Spencer Olivertarget: remove unimplemented target_request_data implem...
2013-09-08 Spencer Olivertarget: remove unimplemented soft_reset_halt implementa...
2013-07-17 Oleksij Rempelmips: add breakpoint support for EJTAG 2.0
2013-06-12 Andreas Fritiofson[RFC] mips: Enable bulk write optimization for all...
2013-06-05 Spencer Oliverupdate files to correct FSF address
2013-04-20 Salvador Arroyomips: m4k alternate pracc code. Patch 3
2013-04-20 Salvador Arroyomips: m4k alternate pracc code. Patch 1
2013-04-02 Salvador Arroyomips: code cleanup in cp0 command handlers
2013-04-02 Salvador Arroyomips: change in restoring debug working register
2012-12-11 Kamal Dasumips_m4k: Fixed mips_m4k_resume code for smp targets
2012-12-09 Kamal Dasumips_m4k: Added SMP debug support for mips architectures
2012-11-16 Salvador Arroyomips: code clean up in mips_m4k_debug_entry() function
2012-05-14 Spencer Olivermips: support connecting under reset
2012-03-14 Drasko DRASKOVICmips: Forced to running state to enable (subsequent...
2012-03-13 Spencer Olivertarget: remove unused declaration
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-12 Stefan Mahrmips: fix potential alignment error
2011-08-12 Stefan Mahrmips: fix reading uint32 and uint16 when running on...
2011-08-09 Drasko DRASKOVICmips32 : Fixed memory byte access
2011-08-09 Drasko DRASKOVICmips32: Added CP0 coprocessor R/W routines
2011-07-04 Drasko DRASKOVICmips_m4k and arm7_9 : Fix soft bkpt endianess for 16...
2011-07-01 Drasko DRASKOVICmips_m4k : Fix soft breakpoint endianess handling
2011-06-28 Øyvind Harboemips4k: fix big-endian hosts and host alignment problems
2011-06-01 Stefan Mahrmips: fix some more endian madness
2011-04-05 Drasko DRASKOVICAdded mips_ejtag_drscan_32_out() for optimization.
2011-04-05 Drasko DRASKOVICAdded correct endianess treatment for big endian target...
2011-04-01 Øyvind HarboeMerge remote branch 'origin/master' into HEAD
2011-04-01 Øyvind Harboemips: illustrates how to improve performance
2011-04-01 Øyvind Harboetypes: write memory now uses const
2011-03-31 Øyvind Harboemips: delete kludgy code that modifies data sent to...
2011-03-31 Øyvind Harboemips: mips_ejtag_get_impcode error propagation added
2011-03-29 Andrew Lyonbugfix for step <address> mips_m4k
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
next