aboutsummaryrefslogtreecommitdiff
path: root/src/target/mips32.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-07target/mips32: fix clang sbuild check failWalter Ji1-2/+2
2024-03-16target/mips32: add fpu access supportWalter Ji1-11/+84
2024-03-09target/mips32: add dsp access supportWalter Ji1-0/+428
2024-01-13target/mips32: fix false positive from clangAntonio Borneo1-8/+9
2024-01-06target/mips32: optimize pracc accessWalter Ji1-0/+38
2024-01-06target/mips32: add mips ejtag commandWalter Ji1-0/+70
2024-01-06target/mips32: update coprocessor 0 commandWalter Ji1-38/+273
2024-01-06target/mips32: add cpu info detectionWalter Ji1-13/+320
2023-11-11target/mips32: update mips32 config register parsingWalter Ji1-7/+103
2023-10-25target/mips32: check read regs result in save contextWalter Ji1-1/+5
2023-10-25target/mips32: rework mips core register related functionsWalter Ji1-114/+164
2023-08-26mips32: add per-cpu quirks featureArtur Rojek1-0/+58
2023-07-29target: fix messages and return values of failed op because not haltedTomas Vanek1-3/+3
2023-05-27target: use unsigned int for timeout_msAntonio Borneo1-3/+3
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-06-18Use boolean argument for register_get_by_name()Marc Schink1-2/+2
2020-09-05target: use proper format with uint32_tAntonio Borneo1-5/+5
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo1-1/+1
2020-07-08coding style: fix space separationAntonio Borneo1-1/+1
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-9/+9
2019-05-14target/mips32: change prototype of mips32_verify_pointer()Paul Fertser1-3/+3
2019-03-14target/mips: Use 'bool' data typeMarc Schink1-11/+11
2019-02-07target start_algorithm: Don't copy the IN mem_params fix uninitialised value.Jean-Christian de Rivaz1-0/+2
2019-02-07target algo: do not write reg_param if direction is PARAM_INTomas Vanek1-0/+3
2018-04-10target, flash: prepare infrastructure for multi-block blank checkTomas Vanek1-6/+11
2017-05-08mips32: add micromips isa handlingSalvador Arroyo1-14/+53
2017-05-08mips32, convert miniprograms with code definitionSalvador Arroyo1-44/+63
2017-05-08mips32, add support for micromips in debug modeSalvador Arroyo1-2/+4
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-6/+6
2016-10-30flash/nor: Add erased_value to drivers and pass it to targetsAndreas Färber1-3/+9
2016-10-04mips: Added #define for scan_delay legacy mode default valueKent Brinkley1-2/+2
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-02-13Change isa stringKent Brinkley1-1/+1
2015-02-11mips32: add gdb target description supportAntony Pavlov1-77/+166
2015-02-11mips32: use 'unsigned int' for CPU register indicesAntony Pavlov1-14/+13
2014-11-24mips32: fix typosAntony Pavlov1-1/+1
2014-08-19mips32.c: cache debug caps and support EJTAG 2.0 specific changesOleksij Rempel1-10/+15
2014-08-19mips32.c: fix IB and DB bits check for EJTAG v2.0Oleksij Rempel1-4/+9
2014-05-09mips: load code in buffer modeSalvador Arroyo1-34/+23
2014-04-14mips32, dsp563xx: fix segfault on Gdb attachPaul Fertser1-1/+1
2014-02-24mips32: build register cache in a more clear wayAntony Pavlov1-50/+46
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser1-1/+1
2013-08-07gdb_server: support gdb target descriptionHsiangkai Wang1-1/+2
2013-07-17mips: add breakpoint support for EJTAG 2.0Oleksij Rempel1-6/+16
2013-07-17mips32: add new functions mips32_configure_ibs and _dbsOleksij Rempel1-28/+53
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-04-20mips: m4k alternate pracc code. Patch 1Salvador Arroyo1-0/+33
2013-04-02mips: code cleanup in cp0 command handlersSalvador Arroyo1-4/+1
2012-04-10Minor bug fixes in Mips32 codeSalvador1-3/+3