openocd: fix SPDX tag format for files .c
[fw/openocd] / src / target / mips_ejtag.c
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c
2022-07-23 Antonio Borneoopenocd: src/target: replace the GPL-2.0-or-later licen...
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-07-20 Antonio Borneotarget/mips: rename CamelCase symbols
2021-03-10 Marc Schinktarget/mips: Remove typedef'd struct
2020-11-04 Antonio Borneotarget: declare local symbols as static
2020-07-26 Antonio Borneotarget: fix minor typos and duplicated words
2020-04-21 Florian FainelliRemove BUILD_TARGET64
2020-03-07 Tomas Vanekhelper/binarybuffer: fix clang static analyzer warnings
2020-01-20 Jiri Kastnermips_ejtag: there is no DCR.MIPS64 bit
2019-11-28 Peter Mamonovmips: Add MIPS64 support
2017-05-08 Salvador Arroyomips32, use scan32 function for reading impcode/idcode.
2017-05-08 Salvador Arroyomips32, add support for micromips in debug mode
2017-05-08 Salvador Arroyomips32, add option to avoid check in last instruction
2017-05-08 Salvador Arroyomips32, add realloc code
2017-05-08 Salvador Arroyomips32, change in pracc_list for dynamic allocation
2017-04-25 Salvador Arroyomips32, homogenize code in the scan functions
2017-04-24 Salvador Arroyomips32, add generic scan 32 function
2017-04-24 Salvador Arroyomips32, pic32 use uint8_t in 8 bit scan function
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2015-04-16 Paul FertserFix several format specifiers errors exposed by arm...
2014-08-19 Oleksij Rempelmips_ejtag.c: do not set v2.6 ECR bits on v2.0 devices
2014-08-19 Oleksij Rempelmips_ejtag.c|h: use version specific IMPs
2014-05-09 Salvador Arroyomips32: new code for pracc exec
2014-03-29 Oleksij Rempelmips_ejtag.c: disable DMA for all platforms
2013-10-31 Andreas FritiofsonRemove unnecessary (void *)
2013-07-17 Oleksij Rempelmips: add breakpoint support for EJTAG 2.0
2013-07-17 Oleksij Rempelmips_ejtag: remove memory protection bit before DM
2013-07-17 Oleksij Rempelmips_ejtag: cache ejtag version to avoid recalculation
2013-06-05 Spencer Oliverupdate files to correct FSF address
2013-04-20 Salvador Arroyomips: m4k alternate pracc code. Patch 4
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 Arroyopic32mx: false pending at low core clock
2012-12-09 Kamal Dasumips_ejtag: Adding EJTAG 4.x and 5.x as valid versions
2012-11-16 Salvador Arroyomips: code clean up in mips_m4k_debug_entry() function
2012-11-16 Salvador Arroyomips: optimize mips_ejtag_step_disable() code
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2011-06-01 Stefan Mahrmips: fixup fastdata
2011-05-29 Stefan Mahrmips: fix swapping if running on big endian host
2011-05-28 Stefan Mahrmips: fix swapping if openocd is running on big endian...
2011-04-05 Drasko DRASKOVICAdded mips_ejtag_drscan_32_out() for optimization.
2011-04-01 Øyvind HarboeMerge remote branch 'origin/master' into HEAD
2011-04-01 Øyvind Harboemips: illustrates how to improve performance
2011-03-31 Øyvind Harboemips: mips32_pracc_exec error propagation fixes
2011-03-31 Øyvind Harboemips: mips_ejtag_get_impcode error propagation added
2011-03-31 Øyvind Harboemips: fix mips_ejtag_set_instr error handling
2011-03-31 Øyvind Harboemips: fix error handling for jtag_execute_queue()
2011-01-04 Spencer Olivermips32: add fastdata loader working area
2010-06-15 Øyvind Harboemips_ejtag: -Wshadow warning fixes
2010-04-10 Antonio BorneoTARGET/MIPS_EJTAG: review scope of functions
2010-03-20 Øyvind Harboejtag: move towards making out_value const
2010-03-19 Øyvind Harboejtag: retire jtag_get/set_end_state()
2010-03-19 Øyvind Harboejtag: remove jtag_get_end_state() usage
2010-03-18 Spencer OliverMIPS: remove unused arg from mips_ejtag_set_instr
2010-03-18 Øyvind Harboejtag: cut down on usage of unintended modification...
2010-03-17 Øyvind Harboemips: fix warning
2010-03-17 Spencer OliverPIC32: add software reset support
2010-03-10 Spencer OliverMIPS: make fixed code arrays static const
2010-03-08 Øyvind Harboejtag: jtag_add_ir_scan() now takes a single field
2010-03-08 Øyvind Harboejtag: retire tap field
2010-01-09 Spencer OliverMIPS: update arch_info access to match other targets
2010-01-07 Spencer OliverMIPS: whitespace cleanup
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 Welchuse ARRAY_SIZE macro
2009-11-13 Zachary T Welchmips_ejtag_t -> struct mips_ejtag
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-07-16 oharboemicroscopic white space fixes
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-23 zwelch- Fixes '<<' whitespace
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 'u8' to 'uint8_t' in src/target
2009-06-12 zwelchDavid Claffey <dnclaffey@gmail.com>:
2009-06-04 oharboeRename jtag_add_end_state to jtag_set_end_state since...
2009-06-04 oharboeIntroduce jtag_get_end_state() fn to clarify code a...
2009-06-04 oharboeremove TAP_INVALID as argument to jtag_add_xxx() fn's
2009-06-01 zwelchScrub final vestiges of in_handler from mips target...
2009-05-20 kc8apfAuthor: Spencer Oliver <spen@spen-soft.co.uk>
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-08 oharboein_handler in_check_mask and in_check_value now removed...
2009-05-06 oharboeremove unecessary setting of deprecated fields to NULL
2009-05-06 oharboeadd warnings about not using in_handler
2009-05-06 oharboeretire out_mask - not used anywhere
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2009-04-18 mifiThe following patches was applied:
2009-01-02 oharboeJohn McCarthy <jgmcc@magma.ca> keep_alive() fix
2008-12-13 kc8apfChange tap_state naming to be consistent with SVF docum...
2008-11-30 duanejtag newtap change & huge manual update
2008-11-19 oharboejtag_get_device() now returns NULL and reports error...
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-10-14 oharboeJohn McCarthy <jgmcc@magma.ca> cleans up the usage...
2008-10-08 oharboeJohn McCarthy <jgmcc@magma.ca> adds support for DMA...
2008-07-26 ntfreak- merged mips target into svn trunk