aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2021-11-25target/hla_target: set cortex_m->common_magicTomas Vanek3-1/+16
2021-11-23openocd: use unique name for struct command_registrationAntonio Borneo2-5/+5
2021-11-23openocd: use single line for register_commands*()Antonio Borneo1-2/+1
2021-11-20target/arm_dap: check SWD DAP configurationTomas Vanek1-0/+52
2021-11-20target/adi_v5_swd: add support for SWD multidropTomas Vanek2-35/+228
2021-11-20target/arm_adi_v5,arm_dap: introduce multidrop_targetsel and its configurationTomas Vanek2-1/+65
2021-11-20target/arm_dap: clean up dap_configure codeTomas Vanek1-18/+22
2021-11-20target/adi_v5_swd: introduce swd_queue_dp_read/write_inner()Tomas Vanek1-74/+92
2021-11-20target/arm_dap: fix memory leak in error path of dap_create()Tomas Vanek1-1/+4
2021-11-20target: Use target_addr_t for algorithm addresses.Tim Newsome2-6/+6
2021-11-20riscv: Clear type 6 triggers on connecting.Tim Newsome1-0/+4
2021-11-20riscv: Regenerated debug_defines.h and encoding.hJan Matyas2-165/+1705
2021-11-20adi_v5_swd: add comment to describe debug flag 'do_sync'Antonio Borneo1-0/+1
2021-11-20arm_adi_v5: add missing enum DORMANT_TO_JTAGAntonio Borneo1-0/+1
2021-11-18cortex_m: Restore fast register reads if no polling is neededAndreas Fritiofson1-0/+10
2021-11-18target/cortex_m: faster reading of all CPU registersTomas Vanek4-11/+179
2021-11-18cortex_m: poll S_REGRDY on register r/wAntonio Borneo1-5/+48
2021-11-18target/cortex_m: cumulate DHCSR sticky bitsTomas Vanek2-16/+54
2021-11-18target/cortex_m: use cortex_m->dcb_dhcsr in cortex_m_soft_reset_halt()Tomas Vanek1-9/+6
2021-11-18cortex_m: use cortex_m_write_debug_halt_mask() in cortex_m_single_step_core()Tomas Vanek1-5/+2
2021-11-13jtag: align adapter speed code to new structureAntonio Borneo2-3/+3
2021-11-13jtag: move prototype of adapter init/quit and speed to adapter.hAntonio Borneo2-0/+2
2021-10-25riscv: use relative path to include contrib's dataAntonio Borneo1-2/+2
2021-10-25openocd: remove 'src' prefix from #include pathAntonio Borneo1-1/+1
2021-10-25Upstream a whole host of RISC-V changes.Tim Newsome9-1639/+2601
2021-10-25mips64_pracc: fix three dead assignmentsAntonio Borneo1-5/+2
2021-10-25target/lakemont: fix dead assignmentAntonio Borneo1-1/+2
2021-10-25armv8: fix five dead assignmentsAntonio Borneo1-8/+16
2021-10-25arm_semihosting: fix two dead assignmentsAntonio Borneo1-2/+2
2021-10-25arm_tpiu_swo: fix two dead assignmentsAntonio Borneo1-1/+5
2021-10-02helper: Remove src/helper from include dirsYasushi SHOJI7-10/+10
2021-10-02target: reset target examined flag if target::examine() failsTarek BOCHKATI1-11/+18
2021-10-02target/cortex_m: enhance multi-core examine logsTarek BOCHKATI1-3/+7
2021-09-25openocd: prevent jimtcl error message while testing commandsAntonio Borneo4-4/+4
2021-09-25arm_tpiu_swo: fix support for deprecated 'tpiu' command before 'init'Antonio Borneo2-2/+12
2021-09-25arm_adi_v5: drop ANY_ID from table dap_part_numsAntonio Borneo1-16/+5
2021-09-25arm_adi_v5: add arm Neoverse N2 part numbersAntonio Borneo1-0/+1
2021-09-25arm_adi_v5: add arm Neoverse N1 part numbersKevin Burke1-0/+1
2021-09-25arm_adi_v5: add arm Cortex-R52 part numbersAntonio Borneo1-0/+5
2021-09-25arm_adi_v5: add arm SoC-600 part numbersAntonio Borneo1-0/+14
2021-09-25arm_adi_v5: add helper to search for part numberAntonio Borneo1-27/+26
2021-09-25arm_adi_v5: move in a separate function devtype decode/displayKevin Burke1-140/+149
2021-09-25arm_adi_v5: simplify handling of AP typeAntonio Borneo2-70/+65
2021-09-25arm_coresight: add include file and use itAntonio Borneo5-51/+145
2021-09-25armv7m.h: relax dependency from 'arm_adi_v5.h'Antonio Borneo4-1/+6
2021-09-18target: do not cast NULL in assignmentAntonio Borneo1-4/+4
2021-09-18openocd: remove last NULL comparisonsAntonio Borneo9-19/+19
2021-09-11In SMP config, replicate watchpoints on each coreTim Newsome1-9/+59
2021-09-04target: cortex_m: Fix a typo VECTRESETYasushi SHOJI1-1/+1
2021-08-22target/adi_v5_jtag: Add support for 8-bit IR JTAG-DProot1-4/+4