aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2021-06-08Call keep_alive() more often. (#616)Tim Newsome2-6/+7
2021-06-07Print dcsr.cause always (#617)Jan Matyas1-1/+3
2021-05-28Refactor opcodes.h (#613)Xiang W1-105/+82
2021-05-20remove needless function declaration from src/target/riscv/program.h (#608)wxjstz1-10/+0
2021-05-20Add keepalive for vector register access. (#611)Tim Newsome1-0/+2
2021-05-17Merge pull request #605 from riscv/rtos_riscvTim Newsome1-19/+0
2021-05-16riscv: replace macro DIM() with ARRAY_SIZE()Antonio Borneo3-15/+9
2021-05-16riscv: prefer ARRAY_SIZE() to DIM()Antonio Borneo2-8/+8
2021-05-16riscv: drop unused variableAntonio Borneo1-3/+0
2021-05-14Remote enable_rtos_riscv command.Tim Newsome1-19/+0
2021-05-12Keep alive when accessing registers.Tim Newsome1-0/+4
2021-05-03Add keep_alive() to system bus read loop.Tim Newsome1-0/+1
2021-05-03Merge branch 'master' into from_upstreamTim Newsome15-172/+483
2021-05-02cortex_m: implement hit_watchpoint functionTarek BOCHKATI1-0/+30
2021-05-01Cleanup of config/includes.Tim Newsome9-0/+18
2021-05-01target/image: report error if ELF file contains no loadable sectionsChristian Hoff1-2/+8
2021-05-01target/image: allow loading of 64-bit ELF filesFlorian Meister2-58/+305
2021-04-30cortex_m: mark FPU register as non-existent instead of playing with num_regsTarek BOCHKATI2-15/+11
2021-04-30target/armv7m: change FPv4_SP and FPv5_SP/DP identifiers to uppercaseTomas Vanek2-6/+6
2021-04-25target/arm_adi_v5: move DP register definitions to one blockTomas Vanek1-8/+9
2021-04-25target/adi_v5_swd: remove double space from swd_cmd() parametersTomas Vanek1-4/+4
2021-04-25target/arm_adi_v5: add JTAG_TO_DORMANT sequenceTomas Vanek1-0/+1
2021-04-25smp: move command deprecation to startup.tclAntonio Borneo2-34/+31
2021-04-18helper/command: register full-name commands in jimAntonio Borneo3-4/+6
2021-04-18helper/command: pass command prefix to command registrationAntonio Borneo1-2/+1
2021-04-18helper/command: override target only on target prefixed cmdsAntonio Borneo4-22/+6
2021-04-18helper/command: get current target from dedicated APIAntonio Borneo2-36/+54
2021-04-18helper/command: always pass struct command as jim private dataAntonio Borneo3-21/+42
2021-04-18Aarch64:Switch to EL1 from EL0 before manipulate MMUCheng-Shiun Tsai1-0/+9
2021-04-13Merge branch 'master' into from_upstreamTim Newsome37-1145/+1835
2021-04-11mem_ap: allow GDB connectionsAntonio Borneo1-3/+90
2021-04-11target/aarch64: Add watchpoint supportLiming Sun3-6/+227
2021-04-02Update version check error message from 0.14 to 1.0. (#588)Ernie Edgar1-1/+1
2021-03-19target/arc: refactor ARC register numbers definesEvgeniy Didin3-8/+51
2021-03-19build: remove warnings with gcc 11Rene Kita1-3/+3
2021-03-19aarch64: handle semihosting in aarch32 stateTarek BOCHKATI2-8/+56
2021-03-19Implement CRC32 algorithm for RISC-V.Tim Newsome2-2/+81
2021-03-19aarch64: add support for "reset halt"Christian Hoff2-7/+108
2021-03-19jtag: remove minidriver code and minidriver-dummyAntonio Borneo2-24/+1
2021-03-19oocd_trace: drop the code, deprecated in v0.10.0Antonio Borneo4-486/+0
2021-03-19target: remove handling of target's deprecated_nameAntonio Borneo2-10/+0
2021-03-19target: remove target names already deprecated in v0.8.0Antonio Borneo3-3/+0
2021-03-19startup.tcl: remove commands already deprecated in v0.7.0Antonio Borneo1-17/+0
2021-03-19target/arm920t: remove command 'arm920t cp15i' deprecated in v0.4.0Antonio Borneo1-83/+0
2021-03-19target/arm720t: remove command 'arm720t cp15' deprecated in v0.4.0Antonio Borneo1-79/+0
2021-03-10cortex_m: avoid reading and writing non-existent registersTarek BOCHKATI3-6/+6
2021-03-10server: revert commit 7e6556b3cad8Antonio Borneo2-3/+2
2021-03-10armv7m_trace: get rid of the old tpiu codeAntonio Borneo7-382/+222
2021-03-10arm_tpiu_swo: add support for independent TPIU and SWOAntonio Borneo3-0/+1009
2021-03-10itm: rework itm commands before 'init'Antonio Borneo3-6/+11