aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_adi_v5.h
AgeCommit message (Expand)Author
2020-01-14stlink: add DAP direct driverAntonio Borneo
2020-01-02arm_adi_v5: add API send_sequence() and use itAntonio Borneo
2019-10-18adi_v5_jtag: avoid RAM exhaustion by limiting jtag queue sizeBohdan Tymkiv
2019-06-19target/arm_adiv5: Add type for AHB5-APMarc Schink
2019-05-25arm_adi_v5: Split CSW bits into AHB/APB/AXILeonard Crestez
2019-05-14target/arm_adi_v5: change prototype of dap_rom_display()Paul Fertser
2019-01-30arm_adi_v5: rewrite dap_to_jtag and dap_to_swdAntonio Borneo
2018-09-07adi_v5: enforce check on AP number valueAntonio Borneo
2018-07-24arm_adi_v5: put SWJ-DP back to JTAG mode at exitAntonio Borneo
2018-04-07target/arm_adi_v5: extend apcsw command to accept arbitrary bitsTomas Vanek
2018-04-07arm_adi_v5: Add ability to ignore the CSYSPWRUPACK bitMatthias Welwarsky
2018-03-30target: restructure dap supportMatthias Welwarsky
2018-01-05arm_adi_v5: fix wrong addressing after change of CSW_ADDRINCTomas Vanek
2016-12-08cortex_m: allow setting debug ap during createMatthias Welwarsky
2016-05-24Make #include guard naming consistentMarc Schink
2016-05-24Remove FSF address from GPL noticesMarc Schink
2016-05-17arm_adi_v5: Update DP (Debug Port) registers defined in ADIv5.2.Andreas Fritiofson
2016-02-22adi_v5: Remove forgotten FIXME definitionAlamy Liu
2016-01-22adiv5: introduce optional dap_sync() functionMatthias Welwarsky
2016-01-22adi_v5_jtag: implement DAP WAIT supportMatthias Welwarsky
2015-12-29arm_adi_v5: Make the DAP API statelessAndreas Fritiofson
2015-12-29arm_adi_v5: dap_queue_ap_* DAP->AP parameterAndreas Fritiofson
2015-12-29arm_adi_v5: Remove all mem_ap_sel_* functionsAndreas Fritiofson
2015-12-29arm_adi_v5: Rename TAR and CSW setters and make them AP-specificAndreas Fritiofson
2015-12-29arm_adi_v5: Split ahbap_debugport_initAndreas Fritiofson
2015-12-29arm_adi_v5: Clean up dap info commandAndreas Fritiofson
2015-12-29arm_adi_v5: Change mem_ap calls to take pointer to AP and not DAPAndreas Fritiofson
2015-12-29arm_adi_v5: Convert the AP references from numbers to pointersAndreas Fritiofson
2015-12-29cortex_m: Discover the AP to use, just like Cortex-AAndreas Fritiofson
2015-12-29arm_adi_v5: Add a back-pointer from an AP to its DAPAndreas Fritiofson
2015-12-29arm_adi_v5: Remove unused is_swd flagAndreas Fritiofson
2015-12-29target/arm: Remove usage of struct arm_jtag in ARMv7 targetsAndreas Fritiofson
2015-12-29arm_debug: Support multiple APs per DAP and remove DAP from armv7* structsPatrick Stewart
2015-12-29cortex_m: Select an AP when accessing the DAPPatrick Stewart
2015-12-29adi_v5: return proper value on timeoutAlamy Liu
2015-12-29adi_v5: Rename AP_REG_* to MEM_AP_REG_* and add LA supportAlamy Liu
2015-09-30ADIv5: Fix typo in log messageEvan Hunter
2015-01-09swd: handle various failure conditionsPaul Fertser
2014-10-06arm_adi_v5: make dap_lookup_cs_component() traverse subtables and handle mult...Paul Fertser
2014-06-28adi_v5: Make sure all bit masks are unsigned and wide enough.Andreas Fritiofson
2014-06-28swd: Convert API to asynchronousAndreas Fritiofson
2014-06-28adi_v5: Remove unused features of the DAP and SWD interfacesAndreas Fritiofson
2014-06-28adi_v5_swd: Read RDBUFF once after a sequence of AP readsAndreas Fritiofson
2014-06-28adi_v5_swd: Improve SWD supportFatih Aşıcı
2014-06-01arm_adi_v5: Do not ignore register polling timeoutAndrey Smirnov
2014-06-01arm_adi_v5: Add convenience "atomic"" function for DP readsAndrey Smirnov
2014-04-14cortex_a: fix endiannes issues on TI TMS570Seth LaForge
2014-01-11adi_v5: Remove unnecessary MEM-AP access functionsAndreas Fritiofson
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser
2013-10-02arm_adi_v5: Rewrite MEM-AP transfer implementationAndreas Fritiofson