summaryrefslogtreecommitdiff
path: root/src/target/etb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe2009-05-081-11/+11
* retire jtag_set_check_valueoharboe2009-05-081-2/+2
* remove in_handler usageoharboe2009-05-071-48/+37
* remove unecessary setting of deprecated fields to NULLoharboe2009-05-061-33/+33
* retire out_mask - not used anywhereoharboe2009-05-061-11/+11
* mark usage of in_handler that can be converted into user codeoharboe2009-05-051-1/+1