aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_adi_v5.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-30arm_adi_v5: Adding Nuvoton NPCX quirkBen Bender1-0/+4
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-06-24arm_adi_v5: add option 'root' to 'dap info' commandAntonio Borneo1-0/+6
2022-06-24adiv6: use struct adiv5_ap->ap_num to contain the AP base addressAntonio Borneo1-11/+16
2022-06-24adiv6: add low level jtag transportKevin Burke1-1/+1
2022-06-24adiv6: read ROM Table address sizeKevin Burke1-0/+3
2022-06-24adiv6: re-organize mem_ap registers definitionKevin Burke1-13/+52
2022-06-24adiv6: add dap flags -adiv5 and -adiv6Kevin Burke1-0/+15
2022-06-24arm_adi_v5: add ap refcount and add get/put around ap useAntonio Borneo1-6/+24
2022-05-14arm_adi_v5: let dap_lookup_cs_component() to get AP dbgbaseAntonio Borneo1-5/+1
2021-12-11adi_v5_swd: add jtag-to-swd through dormantAntonio Borneo1-0/+5
2021-11-20target/adi_v5_swd: add support for SWD multidropTomas Vanek1-0/+6
2021-11-20target/arm_adi_v5,arm_dap: introduce multidrop_targetsel and its configurationTomas Vanek1-0/+18
2021-11-20arm_adi_v5: add missing enum DORMANT_TO_JTAGAntonio Borneo1-0/+1
2021-09-25arm_adi_v5: simplify handling of AP typeAntonio Borneo1-20/+34
2021-08-14arm_adi_v5: fix access to 64-bit MEM-APAntonio Borneo1-3/+4
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-2/+2
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-6/+6
2021-07-02target/adiv5: Large Physical Address ExtensionKevin Burke1-11/+33
2021-06-04helper/jim-nvp: comply with coding style [2/2]Antonio Borneo1-2/+2
2021-04-25target/arm_adi_v5: move DP register definitions to one blockTomas Vanek1-8/+9
2021-04-25target/arm_adi_v5: add JTAG_TO_DORMANT sequenceTomas Vanek1-0/+1
2020-12-02arm_adi_v5: prevent possibly endless recursion in dap_dp_init()Tomas Vanek1-0/+1
2020-11-04target/arm_adi_v5: add helper to get mem_ap spot in configure/cgetAntonio Borneo1-0/+10
2020-09-05adi_v5: use macro DP_APSEL_MAX to allocate struct adiv5_apAntonio Borneo1-1/+1
2020-01-14stlink: add DAP direct driverAntonio Borneo1-0/+6
2020-01-02arm_adi_v5: add API send_sequence() and use itAntonio Borneo1-0/+28
2019-10-18adi_v5_jtag: avoid RAM exhaustion by limiting jtag queue sizeBohdan Tymkiv1-0/+6
2019-06-19target/arm_adiv5: Add type for AHB5-APMarc Schink1-1/+2
2019-05-25arm_adi_v5: Split CSW bits into AHB/APB/AXILeonard Crestez1-6/+25
2019-05-14target/arm_adi_v5: change prototype of dap_rom_display()Paul Fertser1-1/+1
2019-01-30arm_adi_v5: rewrite dap_to_jtag and dap_to_swdAntonio Borneo1-2/+2
2018-09-07adi_v5: enforce check on AP number valueAntonio Borneo1-0/+3
2018-07-24arm_adi_v5: put SWJ-DP back to JTAG mode at exitAntonio Borneo1-0/+3
2018-04-07target/arm_adi_v5: extend apcsw command to accept arbitrary bitsTomas Vanek1-3/+6
2018-04-07arm_adi_v5: Add ability to ignore the CSYSPWRUPACK bitMatthias Welwarsky1-0/+4
2018-03-30target: restructure dap supportMatthias Welwarsky1-4/+15
2018-01-05arm_adi_v5: fix wrong addressing after change of CSW_ADDRINCTomas Vanek1-0/+7
2016-12-08cortex_m: allow setting debug ap during createMatthias Welwarsky1-0/+6
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-17arm_adi_v5: Update DP (Debug Port) registers defined in ADIv5.2.Andreas Fritiofson1-11/+14
2016-02-22adi_v5: Remove forgotten FIXME definitionAlamy Liu1-6/+0
2016-01-22adiv5: introduce optional dap_sync() functionMatthias Welwarsky1-0/+12
2016-01-22adi_v5_jtag: implement DAP WAIT supportMatthias Welwarsky1-0/+4
2015-12-29arm_adi_v5: Make the DAP API statelessAndreas Fritiofson1-35/+12
2015-12-29arm_adi_v5: dap_queue_ap_* DAP->AP parameterAndreas Fritiofson1-11/+18
2015-12-29arm_adi_v5: Remove all mem_ap_sel_* functionsAndreas Fritiofson1-13/+12
2015-12-29arm_adi_v5: Rename TAR and CSW setters and make them AP-specificAndreas Fritiofson1-4/+0
2015-12-29arm_adi_v5: Split ahbap_debugport_initAndreas Fritiofson1-1/+2