summaryrefslogtreecommitdiff
path: root/src/target/etb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-1/+1
* Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe2009-06-041-3/+3
* Introduce jtag_get_end_state() fn to clarify code a bit.oharboe2009-06-041-6/+6
* remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe2009-06-041-6/+6
* Consolidate target selection code into single get_target() that handles both ...kc8apf2009-05-181-2/+2
* switch to jtag_add_dr_scan_check() - USB performance fixoharboe2009-05-111-4/+10
* switch to jtag_add_callback() - USB performance fixoharboe2009-05-111-5/+12
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-11/+0
* whitespace fixesoharboe2009-05-081-46/+7