aboutsummaryrefslogtreecommitdiff
path: root/src/target/mips_ejtag.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-08mips32, use scan32 function for reading impcode/idcode.Salvador Arroyo1-45/+10
2017-05-08mips32, add support for micromips in debug modeSalvador Arroyo1-10/+10
2017-05-08mips32, add option to avoid check in last instructionSalvador Arroyo1-2/+2
2017-05-08mips32, add realloc codeSalvador Arroyo1-4/+1
2017-05-08mips32, change in pracc_list for dynamic allocationSalvador Arroyo1-2/+2
2017-04-25mips32, homogenize code in the scan functionsSalvador Arroyo1-17/+16
2017-04-24mips32, add generic scan 32 functionSalvador Arroyo1-29/+19
2017-04-24mips32, pic32 use uint8_t in 8 bit scan functionSalvador Arroyo1-14/+7
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-04-16Fix several format specifiers errors exposed by arm-none-eabiPaul Fertser1-3/+3
2014-08-19mips_ejtag.c: do not set v2.6 ECR bits on v2.0 devicesOleksij Rempel1-2/+5
2014-08-19mips_ejtag.c|h: use version specific IMPsOleksij Rempel1-8/+49
2014-05-09mips32: new code for pracc execSalvador Arroyo1-3/+2
2014-03-29mips_ejtag.c: disable DMA for all platformsOleksij Rempel1-2/+5
2013-10-31Remove unnecessary (void *)Andreas Fritiofson1-1/+1
2013-07-17mips: add breakpoint support for EJTAG 2.0Oleksij Rempel1-0/+41
2013-07-17mips_ejtag: remove memory protection bit before DMOleksij Rempel1-4/+36
2013-07-17mips_ejtag: cache ejtag version to avoid recalculationOleksij Rempel1-9/+8
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-04-20mips: m4k alternate pracc code. Patch 4Salvador Arroyo1-5/+4
2013-04-20mips: m4k alternate pracc code. Patch 3Salvador Arroyo1-19/+15
2013-04-20mips: m4k alternate pracc code. Patch 1Salvador Arroyo1-0/+23
2013-04-02pic32mx: false pending at low core clockSalvador Arroyo1-1/+6
2012-12-09mips_ejtag: Adding EJTAG 4.x and 5.x as valid versionsKamal Dasu1-0/+6
2012-11-16mips: code clean up in mips_m4k_debug_entry() functionSalvador Arroyo1-23/+0
2012-11-16mips: optimize mips_ejtag_step_disable() codeSalvador Arroyo1-38/+21
2012-02-06build: cleanup src/target directorySpencer Oliver1-51/+45
2011-06-01mips: fixup fastdataStefan Mahr1-6/+4
2011-05-29mips: fix swapping if running on big endian hostStefan Mahr1-3/+19
2011-05-28mips: fix swapping if openocd is running on big endian hostStefan Mahr1-1/+4
2011-04-05Added mips_ejtag_drscan_32_out() for optimization.Drasko DRASKOVIC1-0/+15
2011-04-01mips: illustrates how to improve performanceØyvind Harboe1-2/+15
2011-03-31mips: mips32_pracc_exec error propagation fixesØyvind Harboe1-13/+5
2011-03-31mips: mips_ejtag_get_impcode error propagation addedØyvind Harboe1-1/+4
2011-03-31mips: fix mips_ejtag_set_instr error handlingØyvind Harboe1-13/+9
2011-03-31mips: fix error handling for jtag_execute_queue()Øyvind Harboe1-4/+6
2011-01-04mips32: add fastdata loader working areaSpencer Oliver1-0/+1
2010-06-15mips_ejtag: -Wshadow warning fixesØyvind Harboe1-2/+2
2010-04-10TARGET/MIPS_EJTAG: review scope of functionsAntonio Borneo1-3/+4
2010-03-20jtag: move towards making out_value constØyvind Harboe1-3/+3
2010-03-19jtag: retire jtag_get/set_end_state()Øyvind Harboe1-5/+0
2010-03-19jtag: remove jtag_get_end_state() usageØyvind Harboe1-4/+4
2010-03-18MIPS: remove unused arg from mips_ejtag_set_instrSpencer Oliver1-4/+4
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe1-2/+2
2010-03-17mips: fix warningØyvind Harboe1-1/+1
2010-03-17PIC32: add software reset supportSpencer Oliver1-0/+31
2010-03-10MIPS: make fixed code arrays static constSpencer Oliver1-3/+3
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe1-1/+1
2010-03-08jtag: retire tap fieldØyvind Harboe1-11/+5
2010-01-09MIPS: update arch_info access to match other targetsSpencer Oliver1-10/+9