summaryrefslogtreecommitdiff
path: root/src/target/etm.c
Commit message (Expand)AuthorAgeFilesLines
...
* arm_jtag_t -> struct arm_jtagZachary T Welch2009-11-131-2/+2
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-2/+2
* fileio_t -> struct fileioZachary T Welch2009-11-131-2/+2
* use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch2009-11-131-1/+1
* use COMMAND_HELPER for command helper functionsZachary T Welch2009-11-131-4/+3
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-22/+11
* ETM: start support for ETMv2+David Brownell2009-11-121-22/+120
* ETM: remove old mid-level ETM handleDavid Brownell2009-11-111-2/+1
* ETM: use new toplevel ETM handleDavid Brownell2009-11-111-58/+50
* ARM: start generalized base typeDavid Brownell2009-11-111-14/+3
* ETM cleanupDavid Brownell2009-11-111-93/+109
* ARM: other code uses the new inheritance/nesting schemeDavid Brownell2009-11-051-2/+1
* Improve ETM tracemode update command.Zachary T Welch2009-11-051-88/+84
* Improve etm command argument parsing.Zachary T Welch2009-11-051-4/+9
* ETM: rename registers, doc tweaksDavid Brownell2009-10-221-47/+54
* 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