summaryrefslogtreecommitdiff
path: root/src/target/etm.h
Commit message (Expand)AuthorAgeFilesLines
* warnings: use more 'const' for char *Øyvind Harboe2010-12-291-1/+1
* ETM: more ETM_CTRL bit cleanupDavid Brownell2009-12-191-21/+9
* ETM: start cleaning up ETM_CTRL bit handlingDavid Brownell2009-12-191-16/+41
* ETM trigger_percent becomes an ETB commandDavid Brownell2009-12-191-1/+0
* target files shouldn't #include <target/...h>David Brownell2009-12-131-2/+2
* ARM: misc generic cleanupDavid Brownell2009-12-041-1/+1
* ARM: rename armv4_5_state_* as arm_state_*David Brownell2009-12-041-1/+1
* change #include "trace.h" to <target/trace.h>Zachary T Welch2009-12-031-1/+1
* change #include "arm_jtag.h" to <target/arm_jtag.h>Zachary T Welch2009-12-031-1/+1
* remove register_commands from etm_capture_driverZachary T Welch2009-11-241-1/+1
* remove target_type register_command callbackZachary T Welch2009-11-241-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-2/+2
* target_t -> struct targetZachary T Welch2009-11-131-3/+3
* image_t -> struct imageZachary T Welch2009-11-131-2/+2
* etm_context_t -> struct etm_contextZachary T Welch2009-11-131-9/+9
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-2/+2
* etmv1_trace_data_t -> struct etmv1_trace_dataZachary T Welch2009-11-131-3/+3
* etm_capture_driver_t -> struct etm_capture_driverZachary T Welch2009-11-131-3/+3
* etm_reg_t -> struct etm_regZachary T Welch2009-11-131-2/+2
* arm_jtag_t -> struct arm_jtagZachary T Welch2009-11-131-2/+2
* ETM: start support for ETMv2+David Brownell2009-11-121-1/+9
* ETM: remove old mid-level ETM handleDavid Brownell2009-11-111-2/+1
* ETM cleanupDavid Brownell2009-11-111-7/+7
* src/target: remove 'extern' and wrap headersZachary T Welch2009-11-091-2/+4
* When setting up an ETM, cache its ETM_CONFIG register. Thendbrownell2009-09-231-0/+2
* Start cleaning up ETM register handling. On one ARM926 ETM+ETBdbrownell2009-09-231-7/+16
* Initial ETM cleanups. Most of these are cosmetic:dbrownell2009-09-231-30/+19
* - Fixes '>=' whitespacezwelch2009-06-231-1/+1
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-14/+14
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-1/+1
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-3/+3
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-5/+3
* whitespace fixesoharboe2009-05-081-6/+6
* Update Embedded ICE registers explicitly during target->type->examine() insteadoharboe2008-04-161-0/+1
* - convert all files to unix line-endingdrath2008-02-251-214/+214
* - update jtag_speed setting when changing it during runtime with a FT2232 bas...drath2007-08-161-0/+1
* - calculate cycles since last executed instruction when cycle-accurate tracin...drath2007-07-311-0/+2
* - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath2007-07-151-1/+2
* - added manpage for OpenOCD (thanks to Uwe Hermann)drath2007-06-141-4/+14
* - reworked image handling to support multiple sections (tested with ihex file...drath2007-05-301-1/+2
* - split fileio handling into fileio part and image handlingdrath2007-05-291-4/+127
* - str9x flash support (Thanks to Spencer Oliver)drath2006-09-281-1/+1
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+76