aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-06-25Merge up to ad87fbd1cf28760795c4e18f3318a2d720e5a8a6 from upstreamEvgeniy Naydanov40-636/+858
2024-06-23Remove other '_s' suffix from structsAntonio Borneo6-16/+16
2024-06-23Remove '_s' suffix from structsMarc Schink9-186/+186
2024-06-23server/gdb: Use LOG_TARGET_xxx() to show target nameMarc Schink1-20/+18
2024-06-23remote_bitbang: fix assertion failure for the cases when connection is abrupt...Timur Golubovich1-1/+8
2024-06-23itm: fix default initializationAntonio Borneo3-12/+16
2024-06-23target: aarch64: access reg SPSR_EL1 only in EL1, EL2 and EL3Antonio Borneo1-7/+15
2024-06-23target: aarch64: access reg ESR_EL1 only in EL1, EL2 and EL3Antonio Borneo1-7/+15
2024-06-23target: aarch64: access reg ELR_EL1 only in EL1, EL2 and EL3Antonio Borneo1-0/+10
2024-06-23target: aarch64: access reg SPSR_EL2 only in EL2 and EL3Antonio Borneo1-7/+15
2024-06-23target: aarch64: access reg ESR_EL2 only in EL2 and EL3Antonio Borneo1-7/+15
2024-06-23target: aarch64: access reg ELR_EL2 only in EL2 and EL3Antonio Borneo1-0/+10
2024-06-23target: aarch64: access reg SPSR_EL3 only in EL3Antonio Borneo1-7/+15
2024-06-23target: aarch64: access reg ESR_EL3 only in EL3Antonio Borneo1-9/+17
2024-06-23target: aarch64: access reg ELR_EL3 only in EL3Antonio Borneo1-0/+12
2024-06-23target: armv8_dpm: silence error on register R/WAntonio Borneo1-2/+2
2024-06-23target: aarch64: align armv8_read_reg() and armv8_read_reg32()Antonio Borneo1-4/+8
2024-06-17target: Do not use LOG_USER() for error messagesMarc Schink1-4/+3
2024-06-17target/cortex_m: allow poll quickly get out of TARGET_RESET stateTomas Vanek1-1/+5
2024-06-15pld/intel: remove idcodes from intel.cDaniel Anselmi2-154/+25
2024-06-15pld/intel: remove duplicated codeDaniel Anselmi1-3/+0
2024-06-15target/arm_tpiu_swo: Fix memory leak on errorAntonio Borneo1-4/+2
2024-06-15fix GCC's `-Wcalloc-transposed-args` warningEvgeniy Naydanov10-13/+13
2024-06-14target/riscv: select DMI IR on batch access.Evgeniy Naydanov1-0/+2
2024-06-10Merge pull request #1073 from en-sc/en-sc/abs-reg-batchEvgeniy Naydanov3-100/+308
2024-06-08flash/nor/nrf5: handle ERROR_WAIT during nRF91 flash eraseTomas Vanek1-0/+22
2024-06-08flash/nor/nrf5: show proper SoC type on newer nRF91 devicesTomas Vanek1-4/+38
2024-06-08flash/nor/nrf5: add basic nRF53 and nRF91 supportTomas Vanek1-33/+174
2024-06-08flash/nor/nrf5: make flash erase little fasterTomas Vanek1-50/+35
2024-06-08flash/nor/nrf5: introduce address mapsTomas Vanek1-85/+152
2024-06-08gdb_server: do not start multiple instances on "pipe"Paul Fertser1-1/+3
2024-06-08flash/nor/tcl: Fix memory leak of flash bank nameMarc Schink1-0/+1
2024-06-08target/riscv: support for smp group manipulationParshintsev Anatoly1-0/+3
2024-06-08jtag/drivers/ftdi: Use command_print instead of LOG_USER for get_signalMark Featherston1-2/+2
2024-06-08target: reset examine after assert_resetAntonio Borneo1-5/+7
2024-06-08src/helper/startup: fix syntax errorsNoah Moroze1-2/+2
2024-06-08server: gdb: respect command gdb_report_register_access_errorAntonio Borneo1-2/+8
2024-06-07Merge pull request #1044 from en-sc/en-sc/riscv-011-sep-reg-accEvgeniy Naydanov2-18/+102
2024-06-06target/riscv: write registers using batchEvgeniy Naydanov3-100/+308
2024-06-05Merge pull request #1075 from en-sc/en-sc/from_upstreamEvgeniy Naydanov32-224/+262
2024-06-04target/riscv: stop using register_get/set for 0.11 targetsEvgeniy Naydanov2-16/+102
2024-06-04Revert "Initialize all registers in examine"Evgeniy Naydanov1-2/+0
2024-06-04Merge pull request #1056 from aap-sc/aap-sc/no_hit_bit_statusAnatoly Parshintsev2-15/+90
2024-05-31riscv-013: Remove unused typedef slot_tremove-slot_t-from-riscv-013Jan Matyas1-6/+0
2024-05-30Merge up to 437dde701c13e707e5fd912ef6403e09052e4d9b from upstreamEvgeniy Naydanov32-224/+262
2024-05-28target/riscv: do not emit warnings when a non-existent CSR is hiddenParshintsev Anatoly1-1/+1
2024-05-28target/riscv: fix halt reason for targets that do not support hit bit on trig...Parshintsev Anatoly2-15/+90
2024-05-28Merge pull request #1033 from en-sc/en-sc/err-read-abs-argEvgeniy Naydanov3-80/+218
2024-05-26openocd: drop include of target_type.hAntonio Borneo16-41/+26
2024-05-26Fix build with clang even if it sets __GNUC__ to >= 4.4Bernhard Rosenkränzer2-2/+2