aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
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
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
2021-03-10stlink: fix execution order in stlink_config_trace()Antonio Borneo1-1/+1
2021-03-10armv7m_trace_itm_config: wait for ITMBusy to be clearedAdrian Negreanu2-0/+30
2021-03-10target: Remove redundant initialization of endiannessYasushi SHOJI1-3/+0
2021-03-10target/mips: Remove typedef'd structMarc Schink4-10/+10
2021-03-04target: avoid polling during 'resumed' event handlerAntonio Borneo1-0/+11
2021-02-13target: use proper macro for parsing watchpoint addressPeter Mamonov1-4/+4
2021-01-18cortex_m: [FIX] ARMv8-M does not support VECTRESETTarek BOCHKATI1-2/+2
2021-01-18target/riscv: fix build error with -Werror=maybe-uninitializedTarek BOCHKATI1-1/+1
2021-01-13openocd: fix doxygen parameters of functionsAntonio Borneo7-43/+47
2021-01-13openocd: fix incorrect doxygen commentsAntonio Borneo1-12/+12
2021-01-13target: fix memory leak on multiple '-gdb-port' flagAntonio Borneo1-0/+1
2020-12-26cortex-a: fix reset on dapdirect transportsAntonio Borneo1-2/+2
2020-12-26armv7m_trace: stop getting traces from adapter at exitAntonio Borneo3-0/+21
2020-12-05target/register: use an array of uint8_t for register's valueAntonio Borneo6-7/+7
2020-12-05mips_mips64: fix minor host endianness bugAntonio Borneo1-1/+1
2020-12-05arm7_9_common: fix host endianness bug in arm7_9_full_context()Antonio Borneo1-4/+20
2020-12-05armv4_5: fix output of command 'arm reg'Antonio Borneo1-0/+3