aboutsummaryrefslogtreecommitdiff
path: root/src/target/mips_m4k.c
AgeCommit message (Expand)Author
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo
2019-05-14target/mips_m4k: change prototype of mips_m4k_verify_pointer()Paul Fertser
2019-03-27smp: move sub-command "smp_gdb" in file smp.cAntonio Borneo
2019-03-27smp: replace commands smp_on/smp_off with "smp [on|off]"Antonio Borneo
2019-03-14target/mips: Use 'bool' data typeMarc Schink
2018-07-31mips_m4k: add optional reset handlerOleksij Rempel
2018-06-22mips_m4k.c: Fix build with --disable-target64Liviu Ionescu
2017-05-08mips32, use scan32 function for reading impcode/idcode.Salvador Arroyo
2017-05-08mips32: add micromips breakpoints supportSalvador Arroyo
2017-05-08mips32: add micromips isa handlingSalvador Arroyo
2017-05-08mips32, add support for micromips in debug modeSalvador Arroyo
2017-02-10target: Add 64-bit target address supportDongxue Zhang
2016-10-04mips: Added #define for scan_delay legacy mode default valueKent Brinkley
2016-05-24Remove FSF address from GPL noticesMarc Schink
2016-05-05MIPS32 Fix typosSalvador Arroyo
2016-05-05target: improve robustness of reset commandTomas Vanek
2014-08-19mips_m4k.c: EJTAGBOOT and NORMALBOOT are not supported on EJTAG 2.0Oleksij Rempel
2014-08-19mips_m4k.c: D or I breaks only if they supported.Oleksij Rempel
2014-07-10mips_m4k.c: make sure fast_data_area is safeOleksij Rempel
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser
2013-09-08target: remove unimplemented target_request_data implementationsSpencer Oliver
2013-09-08target: remove unimplemented soft_reset_halt implementationsSpencer Oliver
2013-07-17mips: add breakpoint support for EJTAG 2.0Oleksij Rempel
2013-06-12[RFC] mips: Enable bulk write optimization for all writesAndreas Fritiofson
2013-06-05update files to correct FSF addressSpencer Oliver
2013-04-20mips: m4k alternate pracc code. Patch 3Salvador Arroyo
2013-04-20mips: m4k alternate pracc code. Patch 1Salvador Arroyo
2013-04-02mips: code cleanup in cp0 command handlersSalvador Arroyo
2013-04-02mips: change in restoring debug working registerSalvador Arroyo
2012-12-11mips_m4k: Fixed mips_m4k_resume code for smp targetsKamal Dasu
2012-12-09mips_m4k: Added SMP debug support for mips architecturesKamal Dasu
2012-11-16mips: code clean up in mips_m4k_debug_entry() functionSalvador Arroyo
2012-05-14mips: support connecting under resetSpencer Oliver
2012-03-14mips: Forced to running state to enable (subsequent) target halt.Drasko DRASKOVIC
2012-03-13target: remove unused declarationSpencer Oliver
2012-02-06build: cleanup src/target directorySpencer Oliver
2012-01-18cmd: add missing usage varsSpencer Oliver
2012-01-04Change return value on error.Mathias K
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe
2011-08-12mips: fix potential alignment errorStefan Mahr
2011-08-12mips: fix reading uint32 and uint16 when running on big endian hostStefan Mahr
2011-08-09mips32 : Fixed memory byte accessDrasko DRASKOVIC
2011-08-09mips32: Added CP0 coprocessor R/W routinesDrasko DRASKOVIC
2011-07-04mips_m4k and arm7_9 : Fix soft bkpt endianess for 16-bit instructionsDrasko DRASKOVIC
2011-07-01mips_m4k : Fix soft breakpoint endianess handlingDrasko DRASKOVIC
2011-06-28mips4k: fix big-endian hosts and host alignment problemsØyvind Harboe
2011-06-01mips: fix some more endian madnessStefan Mahr
2011-04-05Added mips_ejtag_drscan_32_out() for optimization.Drasko DRASKOVIC
2011-04-05Added correct endianess treatment for big endian targets. Now it is possible ...Drasko DRASKOVIC