Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixes
[fw/openocd] / src / target / arm_adi_v5.c
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...
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target/arm*
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-04 ntfreak- add support for different TAR autotincrement sizes...
2009-06-04 oharboeRename jtag_add_end_state to jtag_set_end_state since...
2009-06-04 oharboeIntroduce jtag_get_end_state() fn to clarify code a...
2009-06-04 oharboeno longer use jtag_add_xxx() to set end state to TAP_ID...
2009-06-04 oharboeremove TAP_INVALID as argument to jtag_add_xxx() fn's
2009-06-02 ntfreak- change signature for adi_jtag_dp_scan and adi_jtag_dp...
2009-05-11 oharboeswitch to jtag_add_callback() - USB performance fix
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
next