summaryrefslogtreecommitdiff
path: root/src/target/arm_adi_v5.c
Commit message (Expand)AuthorAgeFilesLines
* wipHEADmasterTrygve Laugstøl2012-02-221-6/+15
* target/arm_adi: Cleaned up the mem_ap_read_buf_u32_swd(), found practical way...Tomek CEDRO2011-12-101-88/+40
* target/arm_adi: imagine that this mess worksgit add arm_adi_v5.c now we need ...Tomek CEDRO2011-12-101-46/+132
* Minor change in sticky bitnames of ABORT register.Tomek CEDRO2011-11-151-2/+2
* target/arm_adi_v5: Split mem_ap_read_buf_u32 into mem_ap_read_buf_u32_jtag() ...Tomek CEDRO2011-11-151-32/+97
* target/arm_adi_v5: ahbap_debugport_init() returns error when both CDBGPWRUPAC...Tomek CEDRO2011-11-061-3/+6
* Merge branch 'master' of ssh://repo.or.cz/srv/git/openocd/libswdTomek CEDRO2011-11-041-3/+3
|\
| * target/arm_adi_v5.c: Fixed compiler warnings (-Werror=uninitialized) producin...Tomek CEDRO2011-11-031-3/+3
* | target/arm_adi_v5: Added SW-DP style sticky error flag hanfling in ahbap_debu...Tomek CEDRO2011-11-041-3/+19
|/
* SWD: swd tcl commands are now available from CLI and initialized at program s...Tomek CEDRO2011-10-131-1/+0
* target/arm_adi_v5.c: experimental change in mem_ap_read_buf_u32() to work wit...Tomek CEDRO2011-09-111-15/+78
* TARGET/ARMADIV5: DAP operations are set to SWD if transport name is swd.Tomek CEDRO2011-07-281-3/+1
* TRANSPORT/TARGET: Updated source tree to build and use new swd infrastructure...Tomek CEDRO2011-06-251-1/+3
* ARM_ADI_V5: DAP initialization will select and initialize transport and its f...Tomek CEDRO2011-06-221-5/+33
* Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin2011-06-041-4/+2
* cortex_a: remove broken dbgbase patchup codeØyvind Harboe2011-04-011-25/+0
* types: write memory now uses constØyvind Harboe2011-04-011-9/+9
* omap4430: tried to add in workaround for broken dbgbase queryØyvind Harboe2011-03-221-0/+1
* arm_adi_v5: add/move apsel member in struct adiv5_dapLuca Ellero2011-02-171-57/+50
* arm_adi_v5: add wrapping transfer functions with selection of apLuca Ellero2011-02-141-0/+74
* add cortex-r4 etm id to dap infoMathias K2011-01-271-2/+7
* fix segfault from stack corruption in ahbap_debugport_initAndreas Fritiofson2011-01-261-5/+4
* CORTEX A8: Fix broken CPU identificationMarek Vasut2010-12-301-3/+17
* initial SWD transport (SWD infrastructure #2)David Brownell2010-12-241-2/+6
* ADIv5: Implement function to lookup CoreSight componentMarek Vasut2010-11-051-0/+41
* ADIv5: Introduce function to detect ROM Table locationMarek Vasut2010-11-051-26/+53
* warnings: fix alignment warningsØyvind Harboe2010-09-201-1/+1
* arm_adi_v5: dap_run() error propagationØyvind Harboe2010-07-191-15/+28
* arm_adi_v5: mem_ap_write error propagationØyvind Harboe2010-07-191-5/+7
* arm_adi_v5: error propagation of mem_ap_read_atomic_u32 failureØyvind Harboe2010-07-191-11/+33
* mem_ap_read_u32 error propagationØyvind Harboe2010-07-191-5/+15
* arm_adi_v5: add error propagation for dap_setup_accessportØyvind Harboe2010-07-191-11/+33
* ARM ADI-V5: cleanup CID/PID addressingDavid Brownell2010-07-161-21/+23
* ARM ADI-V5: PIDs and CIDs are 8 bitsDavid Brownell2010-07-131-21/+41
* arm_adi_v5: error propagation fixesØyvind Harboe2010-06-221-18/+22
* arm_adi: -Wshadow warning fixØyvind Harboe2010-06-151-3/+3
* arm_adi_v5: correct ahbap_debugport_init mem-ap id (bug #23)Spencer Oliver2010-05-211-0/+3
* change %x and %d to PRIx32 and PRId32 where needed for cygwinDaniel Bäder2010-03-251-1/+1
* ADI_v5 - it's not always an "SWJ-DP"David Brownell2010-03-181-140/+140
* remove more duplicationDavid Brownell2010-03-181-25/+0
* linker error: fix problem with duplicate fnØyvind Harboe2010-03-181-33/+0
* ADIv5 transport support moves to separate filesDavid Brownell2010-03-161-423/+11
* jtag: retire tap fieldØyvind Harboe2010-03-081-5/+2
* ADIv5 share DAP command supportDavid Brownell2010-03-051-23/+116
* rename "swjdp_common" as "adiv5_dap"David Brownell2010-03-041-32/+32
* ADIv5: use new DAP ops for AP read/writeDavid Brownell2010-03-021-98/+67
* ADIv5: use new DAP ops for DP read/writeDavid Brownell2010-03-021-32/+38
* ADIv5: use new dap_run() operationDavid Brownell2010-03-021-26/+59
* ARM: start abstracting ADIv5 transports (JTAG/SWD)David Brownell2010-03-021-0/+115
* ADIv5: use right ID for Cortex-M3 ETMDavid Brownell2010-03-021-4/+4