aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2021-06-04helper/jim-nvp: comply with coding style [2/2]Antonio Borneo14-244/+244
2021-06-03target/cortex_a: fix memory leak on watchpointsAntonio Borneo1-0/+1
2021-06-03target/cortex_a: add support for watchpoint length of 1, 2 and 4 bytesAntonio Borneo1-5/+41
2021-06-03target/cortex_a: fix number of watchpointsAntonio Borneo1-2/+6
2021-06-03target/cortex_a: add support for watchpointsChengyu Zheng4-9/+201
2021-05-31target/arm_adi_v5: Fix clear sticky overrun flag during replay of commandsmicbis1-0/+7
2021-05-29help text: remove trailing spaceAntonio Borneo4-6/+6
2021-05-22riscv: replace macro DIM() with ARRAY_SIZE()Antonio Borneo3-15/+9
2021-05-22riscv: drop unused variableAntonio Borneo1-3/+0
2021-05-22mem_ap: fix target arch_info typeAntonio Borneo1-5/+7
2021-05-22target: fix some minor typoAntonio Borneo7-8/+8
2021-05-22target/aarch64: fix watchpoint managementAntonio Borneo5-56/+22
2021-05-22target/arm_dpm: rename 'wp_pc' as 'wp_addr'Antonio Borneo7-13/+14
2021-05-20cortex_m: fix VECTRESET detection for ARMv6-M coresTarek BOCHKATI1-3/+3
2021-05-20cortex_m: do not perform soft_reset_halt on targets without VECTRESETTarek BOCHKATI1-0/+5
2021-05-18target/armv7m: fix static analyzer warningTomas Vanek1-4/+16
2021-05-15target/armv7m.h: [style] replace tab with space between variable type and nameTarek BOCHKATI1-1/+1
2021-05-11cortex_m: add armv8m special registersTarek BOCHKATI3-13/+91
2021-05-08target/riscv: Change 'authdata_read' outputMarc Schink1-1/+1
2021-05-08target/stm8: Make 'stm8_command_handlers' staticMarc Schink2-3/+1
2021-05-08startup.tcl: prepare for jimtcl 0.81 'expr' syntax changeAntonio Borneo1-2/+2
2021-05-08telnet/auto-complete: hide deprecated and internal commandsAntonio Borneo1-0/+6
2021-05-04cortex_m: use unsigned int for FPB and DWT quantifiersTarek BOCHKATI2-35/+32
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-11mem_ap: allow GDB connectionsAntonio Borneo1-3/+90
2021-04-11target/aarch64: Add watchpoint supportLiming Sun3-6/+227
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