aboutsummaryrefslogtreecommitdiff
path: root/src/target/mips_ejtag.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-8/+8
2021-07-20target/mips: rename CamelCase symbolsAntonio Borneo1-4/+4
2021-03-10target/mips: Remove typedef'd structMarc Schink1-1/+1
2020-11-04target: declare local symbols as staticAntonio Borneo1-2/+3
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo1-1/+1
2020-04-21Remove BUILD_TARGET64Florian Fainelli1-7/+0
2020-03-07helper/binarybuffer: fix clang static analyzer warningsTomas Vanek1-3/+3
2020-01-20mips_ejtag: there is no DCR.MIPS64 bitJiri Kastner1-1/+1
2019-11-28mips: Add MIPS64 supportPeter Mamonov1-0/+144
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