aboutsummaryrefslogtreecommitdiff
path: root/src/target/mips_m4k.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-19target: Rework 'set' variable of break-/watchpointsMarc Schink1-17/+17
2022-02-14target/smp: use a struct list_head to hold the smp targetsAntonio Borneo1-15/+7
2021-09-18openocd: remove last NULL comparisonsAntonio Borneo1-3/+3
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-1/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-4/+4
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-2/+2
2021-07-20target/mips: rename CamelCase symbolsAntonio Borneo1-5/+5
2020-09-05target: avoid checking for non NULL pointer to free itAntonio Borneo1-5/+3
2020-09-05target: use proper format with uint32_tAntonio Borneo1-4/+4
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo1-5/+5
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-9/+9
2019-05-14target/mips_m4k: change prototype of mips_m4k_verify_pointer()Paul Fertser1-3/+3
2019-03-27smp: move sub-command "smp_gdb" in file smp.cAntonio Borneo1-28/+0
2019-03-27smp: replace commands smp_on/smp_off with "smp [on|off]"Antonio Borneo1-51/+4
2019-03-14target/mips: Use 'bool' data typeMarc Schink1-4/+4
2018-07-31mips_m4k: add optional reset handlerOleksij Rempel1-0/+2
2018-06-22mips_m4k.c: Fix build with --disable-target64Liviu Ionescu1-2/+2
2017-05-08mips32, use scan32 function for reading impcode/idcode.Salvador Arroyo1-14/+8
2017-05-08mips32: add micromips breakpoints supportSalvador Arroyo1-46/+105
2017-05-08mips32: add micromips isa handlingSalvador Arroyo1-5/+10
2017-05-08mips32, add support for micromips in debug modeSalvador Arroyo1-6/+8
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-14/+16
2016-10-04mips: Added #define for scan_delay legacy mode default valueKent Brinkley1-1/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-05MIPS32 Fix typosSalvador Arroyo1-1/+1
2016-05-05target: improve robustness of reset commandTomas Vanek1-0/+7
2014-08-19mips_m4k.c: EJTAGBOOT and NORMALBOOT are not supported on EJTAG 2.0Oleksij Rempel1-5/+9
2014-08-19mips_m4k.c: D or I breaks only if they supported.Oleksij Rempel1-21/+25
2014-07-10mips_m4k.c: make sure fast_data_area is safeOleksij Rempel1-0/+12
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson1-2/+2
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser1-10/+10
2013-09-08target: remove unimplemented target_request_data implementationsSpencer Oliver1-2/+0
2013-09-08target: remove unimplemented soft_reset_halt implementationsSpencer Oliver1-7/+0
2013-07-17mips: add breakpoint support for EJTAG 2.0Oleksij Rempel1-13/+48
2013-06-12[RFC] mips: Enable bulk write optimization for all writesAndreas Fritiofson1-13/+13
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-04-20mips: m4k alternate pracc code. Patch 3Salvador Arroyo1-2/+2
2013-04-20mips: m4k alternate pracc code. Patch 1Salvador Arroyo1-1/+30
2013-04-02mips: code cleanup in cp0 command handlersSalvador Arroyo1-4/+1
2013-04-02mips: change in restoring debug working registerSalvador Arroyo1-5/+5
2012-12-11mips_m4k: Fixed mips_m4k_resume code for smp targetsKamal Dasu1-1/+1
2012-12-09mips_m4k: Added SMP debug support for mips architecturesKamal Dasu1-12/+221
2012-11-16mips: code clean up in mips_m4k_debug_entry() functionSalvador Arroyo1-9/+2
2012-05-14mips: support connecting under resetSpencer Oliver1-5/+12
2012-03-14mips: Forced to running state to enable (subsequent) target halt.Drasko DRASKOVIC1-0/+11
2012-03-13target: remove unused declarationSpencer Oliver1-1/+1
2012-02-06build: cleanup src/target directorySpencer Oliver1-269/+159
2012-01-18cmd: add missing usage varsSpencer Oliver1-0/+1
2012-01-04Change return value on error.Mathias K1-1/+1
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-2/+2