aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
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
2021-08-22cortex_a: use the ap number specified at target createAntonio Borneo1-5/+10
2021-08-22jep106: use packed jedec manufacturer codeAntonio Borneo1-20/+20
2021-08-22arm_adi_v5: update coresight class namesAntonio Borneo1-7/+22
2021-08-22cortex_m: fix command 'step address'Antonio Borneo1-1/+4
2021-08-14arm_adi_v5: use macro DP_APSEL_MAX in place of magic numberAntonio Borneo1-1/+1
2021-08-14arm_adi_v5: fix access to 64-bit MEM-APAntonio Borneo3-17/+27
2021-08-14arm_adi_v5: fix signed offset in Class 0x1 ROM tablesAntonio Borneo1-2/+2
2021-08-14helper/align.h: use itAntonio Borneo2-5/+7
2021-07-31Call poll at a fixed interval.Tim Newsome2-13/+32
2021-07-24arm_adi_v5: Added Cortex-A76 identifiersFlorian Fainelli1-0/+2
2021-07-24arm_adi_v5: Provide Brahma-B53 identifiersFlorian Fainelli1-0/+4
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo7-54/+54
2021-07-24openocd: manually remove NULL comparisonsAntonio Borneo2-2/+2
2021-07-24openocd: remove NULL comparisons with checkpatch [2/2]Antonio Borneo1-1/+1
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo24-72/+72
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo54-260/+260
2021-07-24target: rename CamelCase symbolsAntonio Borneo11-202/+202
2021-07-20openocd: manually fix Yoda conditionsAntonio Borneo6-24/+20
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo19-74/+74
2021-07-20target/nds32: use lowercase for C variablesAntonio Borneo3-16/+13
2021-07-20target/nds32: rename CamelCase symbolsAntonio Borneo4-21/+21
2021-07-20target/mips: rename CamelCase symbolsAntonio Borneo5-35/+35