aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_adi_v5.h
AgeCommit message (Expand)Author
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
2013-09-20adiv5: check packed transfers are supportedSpencer Oliver
2013-06-05update files to correct FSF addressSpencer Oliver
2013-04-11arm_adi_v5: fix for csw nonsecure access.Michel JAOUEN
2013-04-02arm_adi_v5: fix mem_ap_read_buf_u32() JTAG nastiness..mike brown
2013-03-15adi_v5: search for Debug and Memory AP supportEvan Hunter
2013-03-15cortex_a : optimize apb read/write access.Evan Hunter
2012-02-06build: cleanup src/target directorySpencer Oliver
2011-04-01types: write memory now uses constØyvind Harboe
2011-02-17arm_adi_v5: add/move apsel member in struct adiv5_dapLuca Ellero
2011-02-14arm_adi_v5: add wrapping transfer functions with selection of apLuca Ellero
2011-02-14arm_adi_v5: add transfer functions prototypes with selection of apLuca Ellero
2010-12-24initial SWD transport (SWD infrastructure #2)David Brownell
2010-11-05ADIv5: Implement function to lookup CoreSight componentMarek Vasut
2010-11-05ADIv5: Introduce function to detect ROM Table locationMarek Vasut
2010-06-19cortex a8: fix segfault for unexamined targetsØyvind Harboe
2010-03-16ADIv5 transport support moves to separate filesDavid Brownell
2010-03-05ADIv5 share DAP command supportDavid Brownell
2010-03-04rename "swjdp_common" as "adiv5_dap"David Brownell
2010-03-02ADIv5: use new DAP ops for AP read/writeDavid Brownell
2010-03-02ADIv5: use new dap_run() operationDavid Brownell
2010-03-02ARM: start abstracting ADIv5 transports (JTAG/SWD)David Brownell
2010-02-27ADIv5 DAP ops switching to JTAG or SWD modesDavid Brownell
2010-02-21ADIv5: remove ATOMIC/COMPOSITE interface modeDavid Brownell
2010-02-21ADIv5 clean up AP selection and register cachingDavid Brownell
2010-02-06ADIv5: doxygenDavid Brownell
2010-01-29ADIv5: cleanup, rename swjdp_transaction_endcheck()David Brownell
2010-01-21ADIv5 header cleanup (+ #defines)David Brownell
2010-01-05ARM: add #defines for JTAG ack codesDavid Brownell
2010-01-02ARM: ADIv5 JTAG symbol cleanupDavid Brownell
2010-01-02ARM: ADIv5 export cleanupDavid Brownell
2010-01-02ARM: ADIv5 symbol and comment cleanupDavid Brownell
2009-12-13target files shouldn't #include <target/...h>David Brownell
2009-12-03change #include "arm_jtag.h" to <target/arm_jtag.h>Zachary T Welch
2009-11-16#include "target.h" less wildlyDavid Brownell
2009-11-16target: no implicit #includes of "register.h"David Brownell
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13arm_jtag_t -> struct arm_jtagZachary T Welch