aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_adi_v5.c
AgeCommit message (Expand)Author
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-11-30arm: Mis-aligned data issue fix.Jason Moehlman
2012-09-27Add extra Coresight component ROM identifiers for the Cortex-M4Evan Hunter
2012-08-24target: catch dap_lookup read errorSpencer Oliver
2012-05-14stlink: add armv7m stlink handlingSpencer Oliver
2012-04-10topic: add reset functions for SWDSimon Qian
2012-03-14stm32: determine all cpu types and use common examineMathias K
2012-02-06build: cleanup src/target directorySpencer Oliver
2012-01-18cmd: add missing usage varsSpencer Oliver
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe
2011-10-24warning: silence gcc by initializing local variablesØyvind Harboe
2011-09-23kinetis : fix deadlock on device having hasidcode false.Michel Jaouen
2011-09-16kinetis auto mass erase on secured devicesMathias K
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin
2011-04-01cortex_a: remove broken dbgbase patchup codeØyvind Harboe
2011-04-01types: write memory now uses constØyvind Harboe
2011-03-22omap4430: tried to add in workaround for broken dbgbase queryØ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-01-27add cortex-r4 etm id to dap infoMathias K
2011-01-26fix segfault from stack corruption in ahbap_debugport_initAndreas Fritiofson
2010-12-30CORTEX A8: Fix broken CPU identificationMarek Vasut
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-09-20warnings: fix alignment warningsØyvind Harboe
2010-07-19arm_adi_v5: dap_run() error propagationØyvind Harboe
2010-07-19arm_adi_v5: mem_ap_write error propagationØyvind Harboe
2010-07-19arm_adi_v5: error propagation of mem_ap_read_atomic_u32 failureØyvind Harboe
2010-07-19mem_ap_read_u32 error propagationØyvind Harboe
2010-07-19arm_adi_v5: add error propagation for dap_setup_accessportØyvind Harboe
2010-07-16ARM ADI-V5: cleanup CID/PID addressingDavid Brownell
2010-07-13ARM ADI-V5: PIDs and CIDs are 8 bitsDavid Brownell
2010-06-22arm_adi_v5: error propagation fixesØyvind Harboe
2010-06-15arm_adi: -Wshadow warning fixØyvind Harboe
2010-05-21arm_adi_v5: correct ahbap_debugport_init mem-ap id (bug #23)Spencer Oliver
2010-03-25change %x and %d to PRIx32 and PRId32 where needed for cygwinDaniel Bäder
2010-03-18ADI_v5 - it's not always an "SWJ-DP"David Brownell
2010-03-18remove more duplicationDavid Brownell
2010-03-18linker error: fix problem with duplicate fnØyvind Harboe
2010-03-16ADIv5 transport support moves to separate filesDavid Brownell
2010-03-08jtag: retire tap fieldØyvind Harboe
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 ops for DP read/writeDavid Brownell
2010-03-02ADIv5: use new dap_run() operationDavid Brownell