Add extra Coresight component ROM identifiers for the Cortex-M4
[fw/openocd] / src / target / arm_adi_v5.c
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
2010-01-02 David BrownellARM: ADIv5 export cleanup
2010-01-02 David BrownellARM: ADIv5 symbol and comment cleanup
2009-12-03 Zachary T Welchchange #include "time_support.h" to <helper/time_support.h>
2009-11-26 David BrownellARM: comment tweaks in ADIv5
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welcharm_jtag_t -> struct arm_jtag
2009-11-13 Zachary T Welchswjdp_common_t -> struct swjdp_common
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welcharm_adi,armv7[am]: use COMMAND_HELPER for helpers
2009-11-06 Zachary T WelchImprove arm_adi_v5 command argument parsing.
2009-10-26 David BrownellARM ADIv5: "dap info" gets more readable
2009-07-23 oharboeFerdinand Postema <ferdinand@postema.eu> fix cygwin...
2009-07-16 zwelchMagnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe ...
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelch- Fixes '[<>]' whitespace
2009-06-23 zwelch- Fixes '[|]' whitespace
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-23 zwelch- Fixes '<<' whitespace
2009-06-23 zwelch- Fixes '>>' whitespace
2009-06-23 zwelch- Fixes '&&' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-19 oharboefix jtag_add_callback() args. The first argument is...
next