aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2025-10-01target/riscv: refactor scratch_reserve() to use standardized macros for align...Farid Khaydari1-9/+8
2025-10-01target/riscv: fix bug in scratch_reserveFarid Khaydari1-2/+2
2025-09-30Merge pull request #1285 from aap-sc/aap-sc/sv57_fixAnatoly Parshintsev1-1/+1
2025-09-12Merge pull request #1267 from en-sc/en-sc/from_upstreamEvgeniy Naydanov40-410/+389
2025-09-08Merge pull request #1274 from en-sc/en-sc/add-more-info-in-sample-memoryEvgeniy Naydanov1-2/+2
2025-08-22target/riscv: fix SV57 translation for kernel address spaceParshintsev Anatoly1-1/+1
2025-08-06target/riscv: fix get mode filed for vsatp and hgatpMark Zhuang1-2/+4
2025-08-06target/riscv: fix address translation in hypervisor modezhefan.lv1-17/+0
2025-07-07target/riscv: improve error messaging in case `sbasize` is zeroSriram Shanmuga1-2/+2
2025-06-12target/riscv: check nextdm address in abits rangeMark Zhuang1-0/+7
2025-05-05Merge up to afbd01b0a46f3a81fe6076c002ad66973dcfb64c from upstreamEvgeniy Naydanov40-410/+389
2025-05-01transport: use a bitmask for the transportAntonio Borneo2-3/+3
2025-05-01target: stm8: drop include file stm8.hAntonio Borneo3-66/+47
2025-04-19target: drop unused parameter to target_create()Antonio Borneo36-42/+40
2025-04-19target: rewrite function target_configure() as COMMAND_HELPERAntonio Borneo1-209/+225
2025-04-19target: rewrite commands 'configure' and 'cget' as COMMAND_HANDLERAntonio Borneo1-15/+21
2025-04-19target: rewrite command 'target create' as COMMAND_HANDLERAntonio Borneo1-82/+65
2025-04-19target: rewrite command 'invoke-event' as COMMAND_HANDLERAntonio Borneo1-22/+18
2025-04-19target: don't free working areas during 'configure -chain-position'Antonio Borneo1-1/+0
2025-04-07Merge up to 6834f022b96fb1c7f5829166578e01a0ac223cb0 from upstreamEvgeniy Naydanov13-173/+225
2025-04-05target: remove events that are set to empty stringAntonio Borneo1-1/+11
2025-04-05target: use list for target eventsAntonio Borneo2-24/+26
2025-04-05target: fix memory leak in handle_target_write_memory()Antonio Borneo1-0/+1
2025-03-31Merge pull request #1222 from sobuch/fix_maskisr_change_unrelated_mstatus_bitsEvgeniy Naydanov2-44/+27
2025-03-29target: rewrite command 'get_reg' as COMMAND_HANDLERAntonio Borneo1-55/+26
2025-03-29target/aarch64: Cleanup on exitAdrien Grassein1-0/+8
2025-03-29target: drop last instances of 'target->cmd_name'Antonio Borneo4-16/+15
2025-03-29target/armv8: Handle instruction cache invalidateAdrien Grassein4-0/+68
2025-03-29target: rewrite command 'write_memory' as COMMAND_HANDLERAntonio Borneo1-52/+38
2025-03-29target: read_memory: drop command name from error messagesAntonio Borneo1-4/+4
2025-03-28Merge pull request #1235 from fk-sc/fk-sc/abstract-cmd-cacheEvgeniy Naydanov1-121/+154
2025-03-25target/riscv: implement abstract command cache Implemented cache of unsupport...Farid Khaydari1-121/+154
2025-03-20Merge pull request #1240 from en-sc/en-sc/ebreak-cfg-updateEvgeniy Naydanov1-1/+4
2025-03-17Merge pull request #1221 from aap-sc/aap-sc/expose_csr_fixupEvgeniy Naydanov1-2/+2
2025-03-17Merge pull request #1236 from en-sc/en-sc/from_upstreamEvgeniy Naydanov46-284/+303
2025-03-15target/armv8: regularly send keep_alive packet.Adrien Grassein1-0/+1
2025-03-15target/arm_adiv5: print DAP name if not foundMarc Schink1-1/+3
2025-03-14target/riscv: only restore mstatus.*ie bits in riscv_interrupts_restoreSamuel Obuch2-44/+27
2025-03-14target/riscv: avoid `config` modification on `jim_getopt_obj()` failureEvgeniy Naydanov1-1/+4
2025-03-14riscv-011: Don't trigger semihosting before the target is examinedJan Matyas1-2/+10
2025-03-10Merge pull request #1238 from en-sc/en-sc/abits-zeroEvgeniy Naydanov1-0/+5
2025-03-09target/armv8: fix 128-bit register writesDaniel Goehring1-1/+2
2025-03-09target/target: fix RTOS thread awareness supportDaniel Goehring1-13/+10
2025-03-08target: fix wrap-around detection for read_memory/write_memoryParshintsev Anatoly1-12/+18
2025-03-07Merge pull request #1225 from JanMatCodasip/jm-codasip/fix-datatypes-around-p...Evgeniy Naydanov7-161/+270
2025-03-07src/target/riscv: error out of the `examine()` in case `abits` is zeroEvgeniy Naydanov1-0/+5
2025-03-07Merge pull request #1171 from lz-bro/handle-all-trigger-haltEvgeniy Naydanov2-0/+61
2025-03-07fix expose_csr for CSR with address "0"Parshintsev Anatoly1-2/+2
2025-03-05Merge up to a168c634126e9e6bb95c6e68b2db5afbb099abf7 from upstreamEvgeniy Naydanov46-284/+303
2025-03-04target/riscv: Fix SMP group is in inconsistent stateliangzhen2-0/+61