aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv4_5.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-25target: armv4_5: rewrite commands 'arm mcr/mrc' as COMMAND_HANDLERAntonio Borneo1-79/+53
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-09-13target: don't export local symbolsAntonio Borneo1-2/+2
2022-08-14target/arm: do not expose 'arm reg', 'arm mcr/mrc' commands on Cortex-MTomas Vanek1-14/+22
2022-08-14target/arm: make 'arm core_state' command compatible with Cortex-MTomas Vanek1-11/+12
2022-07-23target/semihosting: export semihosting_common_handlers[] from header fileErhan Kurubas1-2/+0
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-3/+3
2021-07-20target/arm: rename CamelCase symbolsAntonio Borneo1-10/+10
2021-06-18Use boolean argument for register_get_by_name()Marc Schink1-2/+2
2021-06-18target/arm: optimize architecture flagsTarek BOCHKATI1-3/+3
2021-06-13armv4_5: do not read/write non-existent registersTarek BOCHKATI1-1/+1
2021-05-29help text: remove trailing spaceAntonio Borneo1-1/+1
2020-12-05armv4_5: fix output of command 'arm reg'Antonio Borneo1-0/+3
2020-12-05armv4_5: fix segmentation fault in command 'arm reg'Antonio Borneo1-0/+1
2020-09-27Use capstone for ARM disassemblerMarc Schink1-39/+14
2020-06-06target/cortex_a: fix memory leak of register cacheAntonio Borneo1-0/+21
2020-05-09coding style: remove useless break after a goto or returnAntonio Borneo1-3/+0
2020-03-12target/cortex_a: add hypervisor modeAntonio Borneo1-7/+54
2020-03-12target/armv4_5: remove unused macroAntonio Borneo1-3/+0
2020-03-12arm: Use different enum for core_type and core_modeAntonio Borneo1-9/+9
2020-03-12arm: fix reg num for Monitor modeAntonio Borneo1-1/+1
2020-03-10semihosting: reorganize semihosting commandsTarek BOCHKATI1-30/+2
2019-12-19target/armv4_5: use c99 array designator to init arm_core_regs[]Antonio Borneo1-42/+42
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-12/+12
2019-04-07target/armv4_5: use coherent syntax in struct initializationAntonio Borneo1-4/+4
2019-03-06target/armv4_5: Use 'bool' data typeMarc Schink1-13/+13
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
2019-01-27command: initialize the command mode for every commandAntonio Borneo1-0/+1
2019-01-08target/arm: add support for multi-architecture gdbAntonio Borneo1-0/+14
2018-07-18Avoid null target->semihosting references.Liviu Ionescu1-3/+3
2018-06-04Rework/update ARM semihostingLiviu Ionescu1-120/+21
2018-04-10target, flash: prepare infrastructure for multi-block blank checkTomas Vanek1-5/+8
2018-03-10Support for Arm VFP v3 registers read/writeOmair Javaid1-1/+92
2017-10-22arm: semihosting: set command line argumentsAndreas Fritiofson1-0/+43
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-8/+8
2016-12-08semihosting: support fileio operationSteven Stallion1-2/+45
2016-10-30flash/nor: Add erased_value to drivers and pass it to targetsAndreas Färber1-2/+8
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-22armv4_5: Integrate build of checksum codeAndreas Färber1-33/+8
2016-05-22armv4_5: Integrate build of erase check codeAndreas Färber1-14/+8
2016-05-22armv4_5: Improve arm_checksum_memory() error handlingAndreas Färber1-10/+7
2016-05-22armv4_5: Improve arm_blank_check_memory() error handlingAndreas Färber1-10/+5
2016-02-29armv4_5: support weirdo ARMv6 secure monitor modeLinus Walleij1-0/+7
2015-03-09armv7m: add FPU registers supportPaul Fertser1-1/+3
2015-01-30armv4_5: Continue the change from uint32_t to uint8_t[4] for regsAndreas Fritiofson1-2/+2
2014-01-23Add GDB remote target description support for ARM4Luca BRUNO1-52/+141
2013-08-07gdb_server: support gdb target descriptionHsiangkai Wang1-1/+2
2013-07-01armv4_5: prevent segfault when gdb connects to an underinitialised targetPaul Fertser1-1/+5