aboutsummaryrefslogtreecommitdiff
path: root/src
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 Naydanov98-1215/+2274
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 Naydanov98-1215/+2274
2025-05-01stlink: simplify the use of deprecated HLA transportAntonio Borneo1-1/+6
2025-05-01transport: allow transport name jtag/swd for hla and dapdirectAntonio Borneo1-29/+64
2025-05-01transport: store the transports sorted by alphabetic name orderAntonio Borneo1-3/+9
2025-05-01transport: use helper/list.h for the list of transportsAntonio Borneo2-8/+11
2025-05-01transport: validate the transport id's from the driverAntonio Borneo1-10/+26
2025-05-01adapter: use bitmask for driver's transportsAntonio Borneo46-113/+129
2025-05-01transport: use a bitmask for the transportAntonio Borneo7-31/+102
2025-05-01transport: deprecate auto-selection of transportAntonio Borneo1-3/+20
2025-05-01adapter: list supported transports beside adapter nameAntonio Borneo1-1/+13
2025-05-01adapter: replace 'interface' with 'adapter driver'Antonio Borneo1-9/+8
2025-05-01target: stm8: drop include file stm8.hAntonio Borneo3-66/+47
2025-04-25flash/nor/rp2xxx: define macro BOOTROM_MAGIC_MASKTomas Vanek1-1/+2
2025-04-25flash/nor/rp2xxx: fix LOG_xxx messagesTomas Vanek1-31/+32
2025-04-25flash/nor/rp2xxx: fix flash operation after halt in RISC-V bootselLuke Wren1-0/+47
2025-04-25flash/nor/rp2xxx: fix endianness errorTomas Vanek1-30/+29
2025-04-25flash/nor/rp2xxx: drop couple of Java-like constTomas Vanek1-3/+3
2025-04-25flash/nor/rp2xxx: minor code improvementsTomas Vanek1-15/+34
2025-04-25flash/nor/rp2040: refactoring: change rp2040 to rp2xxxTomas Vanek4-58/+50
2025-04-25flash/nor/rp2040: refactor finalizing calls and use them after eraseTomas Vanek1-36/+42
2025-04-25flash/nor/rp2040: improve flash write buffer size computationTomas Vanek1-11/+18
2025-04-25flash/nor/rp2040: add missing TARGET_HALTED checksTomas Vanek1-0/+22
2025-04-25flash/nor/rp2040: detect flash size including SFDPTomas Vanek1-15/+286
2025-04-25flash/nor/rp2040: flash bank target switching for RP2350Tomas Vanek1-19/+58
2025-04-25flash/nor/rp2040: allow arbitrary ROM API call from TclTomas Vanek1-0/+87
2025-04-25flash/nor/rp2040: allow flash size override from cfgTomas Vanek1-1/+4
2025-04-25flash/nor/rp2040: Fix incorrect erase bounds calculationLuke Wren1-1/+1
2025-04-25flash/nor/rp2040: Avoid ROM call timeout on long erases by splitting into chunksLuke Wren1-16/+47
2025-04-25flash/nor/rp2040: Fix up ROM table lookup for RP2350 A2Luke Wren1-2/+2
2025-04-25flash/nor/rp2040: RP2350 A1 changesgraham sanderson1-7/+4
2025-04-25flash/nor/rp2040: Add RISC-V ROM algorithm batch call supportLuke Wren1-277/+599
2025-04-25flash/nor/rp2040: add RP2350 supportgraham sanderson1-209/+274
2025-04-19flash: stellaris: fix deprecated commandAntonio Borneo1-1/+1
2025-04-19flash/stm32l4x: support STM32C05/09x devicesHAOUES Ahmed2-0/+36
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