summaryrefslogtreecommitdiff
path: root/src/target/etb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mariano Alvira <mar@devl.org> fixes warningsoharboe2009-05-041-1/+1
* Add static keywords to core target source file data and functions.zwelch2009-04-301-15/+15
* Remove redundant declarations to allow building with -Wredundant-decls.zwelch2009-04-291-5/+0
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-1/+1
* The following patches was applied:mifi2009-04-181-7/+7
* Change tap_state naming to be consistent with SVF documentation.kc8apf2008-12-131-3/+3
* jtag newtap change & huge manual updateduane2008-11-301-21/+22
* jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe2008-11-191-1/+2
* error checking - no reported errors, but catched a couple of exit()'s and con...oharboe2008-11-191-94/+94
* Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe2008-10-151-7/+11