summaryrefslogtreecommitdiff
path: root/src/target/etb.c
Commit message (Expand)AuthorAgeFilesLines
* Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - leftover ch...Freddie Chopin2011-06-071-10/+0
* warnings: fix alignment warningsØyvind Harboe2010-09-201-1/+1
* jtag: make out_value constØyvind Harboe2010-03-211-35/+33
* jtag: retire jtag_get/set_end_state()Øyvind Harboe2010-03-191-3/+0
* jtag: remove unecessary usage of jtag_get_end_state().Øyvind Harboe2010-03-191-2/+2
* jtag: cut down on usage of unintended modification of global end stateØyvind Harboe2010-03-181-4/+4
* jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe2010-03-081-1/+1
* jtag: retire tap fieldØyvind Harboe2010-03-081-17/+6
* ARM ETM/ETB/trace: help/usage updatesDavid Brownell2010-01-071-4/+8
* ETM: start cleaning up ETM_CTRL bit handlingDavid Brownell2009-12-191-7/+7
* ETM trigger_percent becomes an ETB commandDavid Brownell2009-12-191-2/+55
* ARM: use <target/arm.h> not armv4_5.hDavid Brownell2009-12-071-1/+1
* remove register_commands from etm_capture_driverZachary T Welch2009-11-241-6/+1
* etb: use register_commands()Zachary T Welch2009-11-241-8/+20
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-2/+2
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-2/+2
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-5/+5
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-1/+1
* target: simplify register get/set opsDavid Brownell2009-11-171-7/+6
* target: less implicit inclusion of "etm.h"David Brownell2009-11-161-0/+1
* rename CEIL as DIV_ROUND_UPZachary T Welch2009-11-161-2/+2
* target: no implicit #includes of "register.h"David Brownell2009-11-161-0/+1
* target: remove unused "bitfield" infrastructureDavid Brownell2009-11-131-2/+0
* command_t -> struct commandZachary T Welch2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* target_t -> struct targetZachary T Welch2009-11-131-1/+1
* reg_t -> struct regZachary T Welch2009-11-131-15/+15
* etm_context_t -> struct etm_contextZachary T Welch2009-11-131-5/+5
* etb_t -> struct etbZachary T Welch2009-11-131-10/+10
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-2/+2
* etmv1_trace_data_t -> struct etmv1_trace_dataZachary T Welch2009-11-131-1/+1
* etm_capture_driver_t -> struct etm_capture_driverZachary T Welch2009-11-131-1/+1
* etb_reg_t -> struct etb_regZachary T Welch2009-11-131-4/+4
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-5/+5
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-2/+2
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-1/+1
* ETM: remove old mid-level ETM handleDavid Brownell2009-11-111-1/+1
* ETM: update port driversDavid Brownell2009-11-111-6/+6
* remove more useless declarationsZachary T Welch2009-11-111-13/+12
* Minor ETB and ETM bugfixes and doc updatesdbrownell2009-10-021-47/+46
* ETB: cleanup needless symbol exports and forward decls.dbrownell2009-09-291-34/+35
* Remove whitespace that occurs before ')'.zwelch2009-06-231-2/+2
* Remove whitespace that occurs after '('.zwelch2009-06-231-1/+1
* - Fixes '+' whitespacezwelch2009-06-231-26/+26
* - Fixes '=' whitespacezwelch2009-06-231-2/+2
* - Fixes '==' whitespacezwelch2009-06-231-1/+1
* C99 printf() -Werror fixesduane2009-06-211-3/+3
* fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe2009-06-191-2/+3
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-10/+10
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-7/+7