aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2024-05-11cortex_a: drop the command 'cache auto'Antonio Borneo6-47/+32
2024-05-11cortex_a: drop useless cache invalidate on mem writeAntonio Borneo3-26/+0
2024-05-04smp: fix SIGSEGV for "smp off" during target examineAntonio Borneo1-1/+1
2024-05-04target: cortex_a: fix regs invalidation when -defer-examineAntonio Borneo1-1/+1
2024-05-04target: aarch64: fix regs invalidation when -defer-examineAntonio Borneo1-1/+1
2024-05-04cortex_m: don't try to halt not-examined targetsAntonio Borneo1-0/+5
2024-05-04target/target: Add 'debug_reason' to current targetMarc Schink1-0/+7
2024-05-04target: cortex_m: fix display of DWT registersAntonio Borneo1-0/+1
2024-04-07target/mips32: fix clang sbuild check failWalter Ji1-2/+2
2024-03-24target/adi_v5_swd: move setting of do_reconnect one level upTomas Vanek1-12/+10
2024-03-24helper/list: include the correct header fileAntonio Borneo1-0/+1
2024-03-16target/mips32: add fpu access supportWalter Ji4-12/+245
2024-03-16target: aarch64: add support for 32 bit MON modeAntonio Borneo1-0/+3
2024-03-16target/adi_v5_swd: fix DP registers bankingTomas Vanek1-6/+9
2024-03-16target/arm_adi_v5: introduce adiv5_jim_configure_ext()Tomas Vanek4-26/+29
2024-03-09target/mips32: add dsp access supportWalter Ji2-1/+447
2024-03-09mem_ap: fix GDB connectionsAntonio Borneo1-4/+4
2024-03-02target/esp_xtensa_smp: don't use coreid as an SMP indexErhan Kurubas1-2/+5
2024-02-24src/target/riscv: Help older compilersSevan Janiyan1-1/+1
2024-02-15portability fix: Switch binary literals to hexSevan Janiyan2-68/+68
2024-02-11target/cortex_m: fix couple of commentsTomas Vanek1-8/+6
2024-02-11target/cortex_m: drop useless target_halt() callTomas Vanek1-27/+4
2024-02-11target/cortex_m: prevent asserting reset if examine is deferredTomas Vanek1-1/+2
2024-01-28target/esirisc: free memory at OpenOCD exitAntonio Borneo1-0/+40
2024-01-28target: get_gdb_arch() accepts target via const pointerEvgeniy Naydanov13-15/+15
2024-01-28target: pass target to observers via const pointerEvgeniy Naydanov2-13/+13
2024-01-21target/xtensa: update COMMAND_HELPER output to use command_print() APIIan Thompson1-48/+38
2024-01-13jtag: rewrite jim_jtag_configure() as COMMAND_HANDLERAntonio Borneo1-1/+2
2024-01-13target/mips32: fix false positive from clangAntonio Borneo1-8/+9
2024-01-13target/xtensa: enable xtensa algo supportianst3-4/+23
2024-01-13target: drop deprecated code for mem2array and array2memAntonio Borneo2-441/+35
2024-01-13LICENSES: drop SPDX tag 'GPL-2.0' and use 'GPL-2.0-only'Antonio Borneo1-1/+1
2024-01-13target/arc: skip over breakpoints in arc_resume()Evgeniy Didin1-1/+58
2024-01-13target/arc: restore breakpoints in arc_resume()Evgeniy Didin1-0/+36
2024-01-13target/xtensa: extra debug info for "xtensa exe" failuresianst1-6/+12
2024-01-13cortex_m: add detection of MVE feature for Armv8.1-M coresTarek BOCHKATI2-19/+34
2024-01-06target/adiv5: probe MEM-AP supported transfer sizes including large dataTomas Vanek3-126/+268
2024-01-06target/arm_adi_v5: rework Nuvoton NPCX quirk workaround.Tomas Vanek1-15/+19
2024-01-06target/arm_adi_v5: simplify TI BE 32 quirk workaroundTomas Vanek1-51/+24
2024-01-06doc: `address` is optional in `*_image` commandsEvgeniy Naydanov1-4/+4
2024-01-06target/mips32: optimize pracc accessWalter Ji5-39/+208
2024-01-06target/mips32: add mips ejtag commandWalter Ji3-2/+91
2024-01-06target/mips32: update coprocessor 0 commandWalter Ji2-40/+281
2024-01-06target/mips32: add cpu info detectionWalter Ji3-87/+424
2023-12-30target/cortex_m: Add Cortex-M85 partMarc Schink2-0/+7
2023-12-30jtag: add -ir-bypass option to newtapHenrik Nordström2-0/+3
2023-12-30target/armv8: Add more support for decoding memory attributesPeter Collingbourne1-3/+76
2023-12-29target/adi_v5_swd: optimize sequences in swd_connect_multidrop()Tomas Vanek1-3/+30
2023-12-29target/arm_adi_v5,arm_dap: introduce pre_connect_init() dap operationTomas Vanek2-0/+12
2023-12-29target/arm_adi_v5: fix DP SELECT logicTomas Vanek4-101/+164