aboutsummaryrefslogtreecommitdiff
path: root/src/target/etm.h
AgeCommit message (Expand)Author
2010-12-29warnings: use more 'const' for char *Øyvind Harboe
2009-12-19ETM: more ETM_CTRL bit cleanupDavid Brownell
2009-12-19ETM: start cleaning up ETM_CTRL bit handlingDavid Brownell
2009-12-19ETM trigger_percent becomes an ETB commandDavid Brownell
2009-12-13target files shouldn't #include <target/...h>David Brownell
2009-12-04ARM: misc generic cleanupDavid Brownell
2009-12-04ARM: rename armv4_5_state_* as arm_state_*David Brownell
2009-12-03change #include "trace.h" to <target/trace.h>Zachary T Welch
2009-12-03change #include "arm_jtag.h" to <target/arm_jtag.h>Zachary T Welch
2009-11-24remove register_commands from etm_capture_driverZachary T Welch
2009-11-24remove target_type register_command callbackZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13image_t -> struct imageZachary T Welch
2009-11-13etm_context_t -> struct etm_contextZachary T Welch
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch
2009-11-13etmv1_trace_data_t -> struct etmv1_trace_dataZachary T Welch
2009-11-13etm_capture_driver_t -> struct etm_capture_driverZachary T Welch
2009-11-13etm_reg_t -> struct etm_regZachary T Welch
2009-11-13arm_jtag_t -> struct arm_jtagZachary T Welch
2009-11-12ETM: start support for ETMv2+David Brownell
2009-11-11ETM: remove old mid-level ETM handleDavid Brownell
2009-11-11ETM cleanupDavid Brownell
2009-11-09src/target: remove 'extern' and wrap headersZachary T Welch
2009-09-23When setting up an ETM, cache its ETM_CONFIG register. Thendbrownell
2009-09-23Start cleaning up ETM register handling. On one ARM926 ETM+ETBdbrownell
2009-09-23Initial ETM cleanups. Most of these are cosmetic:dbrownell
2009-06-23- Fixes '>=' whitespacezwelch
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch
2009-05-08whitespace fixesoharboe
2008-04-16Update Embedded ICE registers explicitly during target->type->examine() insteadoharboe
2008-02-25- convert all files to unix line-endingdrath
2007-08-16- update jtag_speed setting when changing it during runtime with a FT2232 bas...drath
2007-07-31- calculate cycles since last executed instruction when cycle-accurate tracin...drath
2007-07-15- added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath
2007-06-14- added manpage for OpenOCD (thanks to Uwe Hermann)drath
2007-05-30- reworked image handling to support multiple sections (tested with ihex file...drath
2007-05-29- split fileio handling into fileio part and image handlingdrath
2006-09-28- str9x flash support (Thanks to Spencer Oliver)drath
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath