aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_adi_v5.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin1-4/+2
2011-04-01cortex_a: remove broken dbgbase patchup codeØyvind Harboe1-25/+0
2011-04-01types: write memory now uses constØyvind Harboe1-9/+9
2011-03-22omap4430: tried to add in workaround for broken dbgbase queryØyvind Harboe1-0/+1
2011-02-17arm_adi_v5: add/move apsel member in struct adiv5_dapLuca Ellero1-57/+50
2011-02-14arm_adi_v5: add wrapping transfer functions with selection of apLuca Ellero1-0/+74
2011-01-27add cortex-r4 etm id to dap infoMathias K1-2/+7
2011-01-26fix segfault from stack corruption in ahbap_debugport_initAndreas Fritiofson1-5/+4
2010-12-30CORTEX A8: Fix broken CPU identificationMarek Vasut1-3/+17
2010-12-24initial SWD transport (SWD infrastructure #2)David Brownell1-2/+6
2010-11-05ADIv5: Implement function to lookup CoreSight componentMarek Vasut1-0/+41
2010-11-05ADIv5: Introduce function to detect ROM Table locationMarek Vasut1-26/+53
2010-09-20warnings: fix alignment warningsØyvind Harboe1-1/+1
2010-07-19arm_adi_v5: dap_run() error propagationØyvind Harboe1-15/+28
2010-07-19arm_adi_v5: mem_ap_write error propagationØyvind Harboe1-5/+7
2010-07-19arm_adi_v5: error propagation of mem_ap_read_atomic_u32 failureØyvind Harboe1-11/+33
2010-07-19mem_ap_read_u32 error propagationØyvind Harboe1-5/+15
2010-07-19arm_adi_v5: add error propagation for dap_setup_accessportØyvind Harboe1-11/+33
2010-07-16ARM ADI-V5: cleanup CID/PID addressingDavid Brownell1-21/+23
2010-07-13ARM ADI-V5: PIDs and CIDs are 8 bitsDavid Brownell1-21/+41
2010-06-22arm_adi_v5: error propagation fixesØyvind Harboe1-18/+22
2010-06-15arm_adi: -Wshadow warning fixØyvind Harboe1-3/+3
2010-05-21arm_adi_v5: correct ahbap_debugport_init mem-ap id (bug #23)Spencer Oliver1-0/+3
2010-03-25change %x and %d to PRIx32 and PRId32 where needed for cygwinDaniel Bäder1-1/+1
2010-03-18ADI_v5 - it's not always an "SWJ-DP"David Brownell1-140/+140
2010-03-18remove more duplicationDavid Brownell1-25/+0
2010-03-18linker error: fix problem with duplicate fnØyvind Harboe1-33/+0
2010-03-16ADIv5 transport support moves to separate filesDavid Brownell1-423/+11
2010-03-08jtag: retire tap fieldØyvind Harboe1-5/+2
2010-03-05ADIv5 share DAP command supportDavid Brownell1-23/+116
2010-03-04rename "swjdp_common" as "adiv5_dap"David Brownell1-32/+32
2010-03-02ADIv5: use new DAP ops for AP read/writeDavid Brownell1-98/+67
2010-03-02ADIv5: use new DAP ops for DP read/writeDavid Brownell1-32/+38
2010-03-02ADIv5: use new dap_run() operationDavid Brownell1-26/+59
2010-03-02ARM: start abstracting ADIv5 transports (JTAG/SWD)David Brownell1-0/+115
2010-03-02ADIv5: use right ID for Cortex-M3 ETMDavid Brownell1-4/+4
2010-02-27ADIv5 DAP ops switching to JTAG or SWD modesDavid Brownell1-0/+113
2010-02-24ARM ADIv5 doxygen and cleanupDavid Brownell1-15/+42
2010-02-23ARM ADIv5: rename more JTAG-specific routinesDavid Brownell1-11/+11
2010-02-21ADIv5: relocate memacess_tck cyclesDavid Brownell1-12/+12
2010-02-21ADIv5: remove ATOMIC/COMPOSITE interface modeDavid Brownell1-84/+27
2010-02-21ARM: ADIv5, deadcode cleanupDavid Brownell1-13/+13
2010-02-21ARM: ADIv5 code shrinkage, cleanupDavid Brownell1-40/+16
2010-02-21ADIv5 clean up AP fault handlingDavid Brownell1-32/+46
2010-02-21ADIv5 clean up AP selection and register cachingDavid Brownell1-22/+21
2010-02-06ADIv5: doxygenDavid Brownell1-27/+131
2010-01-31ADIv5: more messaging cleanup, docsDavid Brownell1-12/+20
2010-01-31Subject: ADIv5: fix more diagnosticsDavid Brownell1-9/+16
2010-01-30ADIv5 error checking for Tcl commandsDavid Brownell1-1/+17
2010-01-30ARM ADIv5: fix diagnostics for block writesDavid Brownell1-5/+14