openocd: fix SPDX tag format for files .c
[fw/openocd] / src / target / etb.c
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c
2022-07-23 Antonio Borneoopenocd: src/target: replace the GPL-2.0-or-later licen...
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2020-03-07 Tomas Vanekhelper/binarybuffer: fix clang static analyzer warnings
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma...
2019-04-07 Antonio Borneocommand_registration: add empty usage field to chained...
2019-03-06 Marc Schinktarget/etb: Use 'bool' data type
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2015-01-30 Paul FertserUse (uint8_t *) for buf_(set|get)_u(32|64) instead...
2014-10-06 Spencer Olivertarget: constify structures
2014-01-19 Spencer Olivertarget: fix typos
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2011-08-01 Jie Zhangetb: fix incorrect previous patchset
2011-06-07 Freddie ChopinFix "unused variable" warnings (errors) detected with...
2010-09-20 Øyvind Harboewarnings: fix alignment warnings
2010-03-21 Øyvind Harboejtag: make out_value const
2010-03-19 Øyvind Harboejtag: retire jtag_get/set_end_state()
2010-03-19 Øyvind Harboejtag: remove unecessary usage of jtag_get_end_state().
2010-03-18 Øyvind Harboejtag: cut down on usage of unintended modification...
2010-03-08 Øyvind Harboejtag: jtag_add_ir_scan() now takes a single field
2010-03-08 Øyvind Harboejtag: retire tap field
2010-01-07 David BrownellARM ETM/ETB/trace: help/usage updates
2009-12-19 David BrownellETM: start cleaning up ETM_CTRL bit handling
2009-12-19 David BrownellETM trigger_percent becomes an ETB command
2009-12-07 David BrownellARM: use <target/arm.h> not armv4_5.h
2009-11-25 Zachary T Welchremove register_commands from etm_capture_driver
2009-11-25 Zachary T Welchetb: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-17 David Brownelltarget: simplify register get/set ops
2009-11-16 David Brownelltarget: less implicit inclusion of "etm.h"
2009-11-16 Zachary T Welchrename CEIL as DIV_ROUND_UP
2009-11-16 David Brownelltarget: no implicit #includes of "register.h"
2009-11-14 David Brownelltarget: remove unused "bitfield" infrastructure
2009-11-13 Zachary T Welchcommand_t -> struct command
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchreg_t -> struct reg
2009-11-13 Zachary T Welchetm_context_t -> struct etm_context
2009-11-13 Zachary T Welchetb_t -> struct etb
2009-11-13 Zachary T Welchreg_cache_t -> struct reg_cache
2009-11-13 Zachary T Welchetmv1_trace_data_t -> struct etmv1_trace_data
2009-11-13 Zachary T Welchetm_capture_driver_t -> struct etm_capture_driver
2009-11-13 Zachary T Welchetb_reg_t -> struct etb_reg
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-12 David BrownellETM: remove old mid-level ETM handle
2009-11-12 David BrownellETM: update port drivers
2009-11-11 Zachary T Welchremove more useless declarations
2009-10-02 dbrownellMinor ETB and ETM bugfixes and doc updates
2009-09-29 dbrownellETB: cleanup needless symbol exports and forward decls.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-19 oharboefix jtag_add_callback() args. The first argument is...
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-05 zwelchEliminate MixedCaps symbol from public JTAG TAP API:
2009-06-04 oharboeRename jtag_add_end_state to jtag_set_end_state since...
2009-06-04 oharboeIntroduce jtag_get_end_state() fn to clarify code a...
2009-06-04 oharboeremove TAP_INVALID as argument to jtag_add_xxx() fn's
2009-05-18 kc8apfConsolidate target selection code into single get_targe...
2009-05-11 oharboeswitch to jtag_add_dr_scan_check() - USB performance fix
2009-05-11 oharboeswitch to jtag_add_callback() - USB performance fix
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-08 oharboewhitespace fixes
2009-05-08 oharboein_handler in_check_mask and in_check_value now removed...
2009-05-08 oharboeretire jtag_set_check_value
2009-05-07 oharboeremove in_handler usage
2009-05-06 oharboeremove unecessary setting of deprecated fields to NULL
2009-05-06 oharboeretire out_mask - not used anywhere
2009-05-05 oharboemark usage of in_handler that can be converted into...
2009-05-04 oharboeMariano Alvira <mar@devl.org> fixes warnings
2009-04-30 zwelchAdd static keywords to core target source file data...
2009-04-29 zwelchRemove redundant declarations to allow building with...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2009-04-18 mifiThe following patches was applied:
2008-12-13 kc8apfChange tap_state naming to be consistent with SVF docum...
2008-11-30 duanejtag newtap change & huge manual update
2008-11-19 oharboejtag_get_device() now returns NULL and reports error...
2008-11-19 oharboeerror checking - no reported errors, but catched a...
2008-10-15 oharboeLaurentiu Cocanu - memory read/write and exit() error...
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboeFrom Michael Bruck
2008-01-07 mifi- added gdb flash fixes patch
2007-08-25 drath- added support for setting JTAG frequency on ASIX...
2007-08-16 drath- update jtag_speed setting when changing it during...
2007-06-14 drath- added manpage for OpenOCD (thanks to Uwe Hermann)
2007-05-29 drath- split fileio handling into fileio part and image...
2007-05-05 drath- further work on ETB decoding (not yet functional)
2007-04-26 drath- improved ETB trace output
2007-04-25 drath- added support for error handlers to JTAG scan command...
next