summaryrefslogtreecommitdiff
path: root/src/target/etm.c
Commit message (Expand)AuthorAgeFilesLines
* printf format warning fixesDavid Brownell2009-10-101-10/+10
* Minor ETB and ETM bugfixes and doc updatesdbrownell2009-10-021-7/+36
* ETM: fix build issue on MinGW.dbrownell2009-09-291-20/+21
* When setting up an ETM, cache its ETM_CONFIG register. Thendbrownell2009-09-231-51/+176
* Start cleaning up ETM register handling. On one ARM926 ETM+ETBdbrownell2009-09-231-160/+160
* Initial ETM cleanups. Most of these are cosmetic:dbrownell2009-09-231-53/+94
* Steve Grubb <sgrubb@redhat.com> fix various and sundry leaksoharboe2009-08-241-0/+12
* - Fixes '[|]' whitespacezwelch2009-06-231-2/+2
* - Fixes '=' whitespacezwelch2009-06-231-4/+4
* - Fixes '!=' whitespacezwelch2009-06-231-1/+1
* C99 printf() -Werror fixesduane2009-06-211-25/+27
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-21/+21
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-14/+14
* Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe2009-06-041-2/+2
* Introduce jtag_get_end_state() fn to clarify code a bit.oharboe2009-06-041-3/+3
* remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe2009-06-041-3/+3
* David Brownell <david-b@pacbell.net>:zwelch2009-05-301-3/+5
* David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch2009-05-211-1/+1
* Consolidate target selection code into single get_target() that handles both ...kc8apf2009-05-181-3/+2
* fix jtag_add_dr_scan() usage a bit... avoid lots of malloc()'s.oharboe2009-05-111-10/+6
* switch to jtag_add_dr_scan_check() - USB performance fixoharboe2009-05-111-3/+9
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-16/+2
* whitespace fixesoharboe2009-05-081-17/+6
* in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe2009-05-081-6/+6
* retire jtag_set_check_valueoharboe2009-05-081-26/+15
* remove unecessary setting of deprecated fields to NULLoharboe2009-05-061-18/+18
* retire out_mask - not used anywhereoharboe2009-05-061-6/+6
* Mariano Alvira <mar@devl.org> fixes warningsoharboe2009-05-041-3/+3
* Add static keywords to core target source file data and functions.zwelch2009-04-301-23/+25
* Remove redundant declarations to allow building with -Wredundant-decls.zwelch2009-04-291-6/+0
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-4/+4
* The following patches was applied:mifi2009-04-181-4/+4
* Change tap_state naming to be consistent with SVF documentation.kc8apf2008-12-131-2/+2
* jtag newtap change & huge manual updateduane2008-11-301-6/+6
* Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe2008-10-151-7/+11
* fixed a few crashes in syntax handlingoharboe2008-10-141-237/+235
* Edgar Grimberg fixes some memory handling issues andoharboe2008-05-201-0/+8
* - Set up ICE registers after TRSToharboe2008-04-131-20/+33
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-19/+19
* Michael Bruck: fixed warningsoharboe2008-03-071-0/+5
* - image.c and fileio.c now uses logging to propagate error strings.oharboe2008-02-291-3/+3
* - convert all files to unix line-endingdrath2008-02-251-1863/+1863
* From Michael Bruckoharboe2008-02-251-1863/+1863
* - added gdb flash fixes patch mifi2008-01-071-2/+1
* - added patch for new flash functionality like:mifi2007-12-181-0/+2
* - fixed ETM configuration register decodingdrath2007-12-161-2/+2
* - update jtag_speed setting when changing it during runtime with a FT2232 bas...drath2007-08-161-5/+35
* - cleaned up cycle counting in ETM analysisdrath2007-07-311-11/+8
* - calculate cycles since last executed instruction when cycle-accurate tracin...drath2007-07-311-8/+161
* - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath2007-07-151-5/+29