aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_adi_v5.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-07target: "dap info" command cosmetic output changesBrad Riensche1-18/+15
2014-03-07targets: Print nested ROM tables with the 'dap info' command.Chris Johns1-344/+382
2014-01-11adi_v5: Remove unnecessary MEM-AP access functionsAndreas Fritiofson1-76/+12
2013-12-22kinetis : Add timeouts to flash status checking in dap_syssec_kinetis_mdmap().Per Ekman1-4/+24
2013-11-08kinetis : Fix broken check for mass erase.Per Ekman1-6/+8
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser1-7/+7
2013-10-02arm_adi_v5: Rewrite MEM-AP transfer implementationAndreas Fritiofson1-472/+224
2013-10-02arm_adi_v5: Fix packed transfers crossing TAR auto-increment blockAndreas Fritiofson1-6/+5
2013-10-02arm_adi_v5: Fix packed and unaligned memory writesAndreas Fritiofson1-68/+37
2013-09-20adiv5: check packed transfers are supportedSpencer Oliver1-4/+27
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-04-11arm_adi_v5: fix for csw nonsecure access.Michel JAOUEN1-1/+43
2013-04-02arm_adi_v5: fix mem_ap_read_buf_u32() JTAG nastiness..mike brown1-39/+1
2013-03-15adi_v5: search for Debug and Memory AP supportEvan Hunter1-0/+54
2013-03-15cortex_a : optimize apb read/write access.Evan Hunter1-9/+34
2012-11-30arm: Mis-aligned data issue fix.Jason Moehlman1-2/+3
2012-09-27Add extra Coresight component ROM identifiers for the Cortex-M4Evan Hunter1-0/+12
2012-08-24target: catch dap_lookup read errorSpencer Oliver1-0/+2
2012-05-14stlink: add armv7m stlink handlingSpencer Oliver1-8/+0
2012-04-10topic: add reset functions for SWDSimon Qian1-4/+2
2012-03-14stm32: determine all cpu types and use common examineMathias K1-0/+8
2012-02-06build: cleanup src/target directorySpencer Oliver1-217/+119
2012-01-18cmd: add missing usage varsSpencer Oliver1-0/+1
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-5/+5
2011-10-24warning: silence gcc by initializing local variablesØyvind Harboe1-1/+1
2011-09-23kinetis : fix deadlock on device having hasidcode false.Michel Jaouen1-3/+1
2011-09-16kinetis auto mass erase on secured devicesMathias K1-0/+182
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