target: constify structures
[fw/openocd] / src / target / arm_adi_v5.c
2014-10-06 Spencer Olivertarget: constify structures
2014-10-06 Paul Fertserarm_adi_v5: make dap_lookup_cs_component() traverse...
2014-06-28 Andreas Fritiofsonadi_v5_swd: Read RDBUFF once after a sequence of AP...
2014-06-28 Andreas Fritiofsonadi_v5: Remove strange IDCODE check from dap info handler
2014-06-28 Fatih Aşıcıadi_v5_swd: Improve SWD support
2014-06-22 Jiri Kastnertarget: arm_adi_v5: added types and subtypes based...
2014-06-01 Andrey Smirnovarm_adi_v5: Do not ignore register polling timeout
2014-05-10 Andrey Smirnovkinetis: Revise CPU un-securing code
2014-05-05 Paul FertserFix some C99 format specifiers
2014-04-14 Seth LaForgecortex_a: fix endiannes issues on TI TMS570
2014-03-29 Spencer Olivertarget: remove memory leaks
2014-03-07 Paul Fertsertarget: add CoreSight PMU and an unidentified component...
2014-03-07 Brad Rienschetarget: "dap info" command cosmetic output changes
2014-03-07 Chris Johnstargets: Print nested ROM tables with the 'dap info...
2014-01-11 Andreas Fritiofsonadi_v5: Remove unnecessary MEM-AP access functions
2013-12-22 Per Ekmankinetis : Add timeouts to flash status checking in...
2013-11-08 Per Ekmankinetis : Fix broken check for mass erase.
2013-10-31 Paul FertserClean up many C99 integer types format specifiers
2013-10-02 Andreas Fritiofsonarm_adi_v5: Rewrite MEM-AP transfer implementation
2013-10-02 Andreas Fritiofsonarm_adi_v5: Fix packed transfers crossing TAR auto...
2013-10-02 Andreas Fritiofsonarm_adi_v5: Fix packed and unaligned memory writes
2013-09-20 Spencer Oliveradiv5: check packed transfers are supported
2013-06-05 Spencer Oliverupdate files to correct FSF address
2013-04-11 Michel JAOUENarm_adi_v5: fix for csw nonsecure access.
2013-04-02 mike brownarm_adi_v5: fix mem_ap_read_buf_u32() JTAG nastiness..
2013-03-15 Evan Hunteradi_v5: search for Debug and Memory AP support
2013-03-15 Evan Huntercortex_a : optimize apb read/write access.
2012-11-30 Jason Moehlmanarm: Mis-aligned data issue fix.
2012-09-27 Evan HunterAdd extra Coresight component ROM identifiers for the...
2012-08-24 Spencer Olivertarget: catch dap_lookup read error
2012-05-14 Spencer Oliverstlink: add armv7m stlink handling
2012-04-10 Simon Qiantopic: add reset functions for SWD
2012-03-14 Mathias Kstm32: determine all cpu types and use common examine
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2012-01-18 Spencer Olivercmd: add missing usage vars
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2011-10-24 Øyvind Harboewarning: silence gcc by initializing local variables
2011-09-23 Michel Jaouenkinetis : fix deadlock on device having hasidcode false.
2011-09-16 Mathias Kkinetis auto mass erase on secured devices
2011-06-04 Freddie ChopinFix "unused variable" warnings (errors) detected with...
2011-04-01 Øyvind HarboeMerge remote branch 'origin/master' into HEAD
2011-04-01 Øyvind Harboecortex_a: remove broken dbgbase patchup code
2011-04-01 Øyvind Harboetypes: write memory now uses const
2011-03-22 Øyvind Harboeomap4430: tried to add in workaround for broken dbgbase...
2011-02-17 Luca Elleroarm_adi_v5: add/move apsel member in struct adiv5_dap
2011-02-14 Luca Elleroarm_adi_v5: add wrapping transfer functions with select...
2011-01-27 Mathias Kadd cortex-r4 etm id to dap info
2011-01-26 Andreas Fritiofsonfix segfault from stack corruption in ahbap_debugport_init
2010-12-30 Marek VasutCORTEX A8: Fix broken CPU identification
2010-12-25 David Brownellinitial SWD transport (SWD infrastructure #2)
2010-11-05 Marek VasutADIv5: Implement function to lookup CoreSight component
2010-11-05 Marek VasutADIv5: Introduce function to detect ROM Table location
2010-09-20 Øyvind Harboewarnings: fix alignment warnings
2010-07-19 Øyvind Harboearm_adi_v5: dap_run() error propagation
2010-07-19 Øyvind Harboearm_adi_v5: mem_ap_write error propagation
2010-07-19 Øyvind Harboearm_adi_v5: error propagation of mem_ap_read_atomic_u32...
2010-07-19 Øyvind Harboemem_ap_read_u32 error propagation
2010-07-19 Øyvind Harboearm_adi_v5: add error propagation for dap_setup_accessport
2010-07-16 David BrownellARM ADI-V5: cleanup CID/PID addressing
2010-07-13 David BrownellARM ADI-V5: PIDs and CIDs are 8 bits
2010-06-22 Øyvind Harboearm_adi_v5: error propagation fixes
2010-06-15 Øyvind Harboearm_adi: -Wshadow warning fix
2010-05-21 Spencer Oliverarm_adi_v5: correct ahbap_debugport_init mem-ap id...
2010-03-25 Daniel Bäderchange %x and %d to PRIx32 and PRId32 where needed...
2010-03-18 David BrownellADI_v5 - it's not always an "SWJ-DP"
2010-03-18 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2010-03-18 David Brownellremove more duplication
2010-03-18 Øyvind Harboelinker error: fix problem with duplicate fn
2010-03-16 David BrownellADIv5 transport support moves to separate files
2010-03-08 Øyvind Harboejtag: retire tap field
2010-03-05 David BrownellADIv5 share DAP command support
2010-03-05 David Brownellrename "swjdp_common" as "adiv5_dap"
2010-03-03 David BrownellADIv5: use new DAP ops for AP read/write
2010-03-03 David BrownellADIv5: use new DAP ops for DP read/write
2010-03-03 David BrownellADIv5: use new dap_run() operation
2010-03-03 David BrownellARM: start abstracting ADIv5 transports (JTAG/SWD)
2010-03-02 David BrownellADIv5: use right ID for Cortex-M3 ETM
2010-02-27 David BrownellADIv5 DAP ops switching to JTAG or SWD modes
2010-02-25 David BrownellARM ADIv5 doxygen and cleanup
2010-02-24 David BrownellARM ADIv5: rename more JTAG-specific routines
2010-02-21 David BrownellADIv5: relocate memacess_tck cycles
2010-02-21 David BrownellADIv5: remove ATOMIC/COMPOSITE interface mode
2010-02-21 David BrownellARM: ADIv5, deadcode cleanup
2010-02-21 David BrownellARM: ADIv5 code shrinkage, cleanup
2010-02-21 David BrownellADIv5 clean up AP fault handling
2010-02-21 David BrownellADIv5 clean up AP selection and register caching
2010-02-07 David BrownellADIv5: doxygen
2010-01-31 David BrownellADIv5: more messaging cleanup, docs
2010-01-31 David BrownellSubject: ADIv5: fix more diagnostics
2010-01-31 David BrownellADIv5 error checking for Tcl commands
2010-01-31 David BrownellARM ADIv5: fix diagnostics for block writes
2010-01-29 David BrownellADIv5: cleanup, rename swjdp_transaction_endcheck()
2010-01-27 David BrownellARM ADIv5: messaging tweaks
2010-01-15 David BrownellADIv5 improved diagnostic
2010-01-14 David BrownellARM ADIv5: add comments
2010-01-08 David BrownellARMv7: help/usage updates
2010-01-05 David BrownellARM: add #defines for JTAG ack codes
2010-01-05 David BrownellARM: add comments re DAP assumptions
2010-01-02 David BrownellARM: ADIv5 JTAG symbol cleanup
2010-01-02 David BrownellARM: dap info fix + tweaks
next