aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2021-12-18target/cortex_m: minor refactoring in cortex_m_store_core_reg_u32()Tomas Vanek1-3/+1
2021-12-11target/arm_jtag.h: fix wrong comparison in arm_jtag_set_instrBohdan Tymkiv1-1/+2
2021-12-11target/target: Check checksum_memory before callYasushi SHOJI1-0/+4
2021-12-11adi_v5_swd: add jtag-to-swd through dormantAntonio Borneo2-2/+18
2021-12-11cortex_m: remove last references to debugport_init()Antonio Borneo1-1/+0
2021-12-03target,flash: allow target_free_working_area on NULL area pointerTomas Vanek3-12/+13
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