use COMMAND_HANDLER macro to define all commands
[fw/openocd] / src / target / etm.c
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-13 David BrownellETM: start support for ETMv2+
2009-11-12 David BrownellETM: remove old mid-level ETM handle
2009-11-12 David BrownellETM: use new toplevel ETM handle
2009-11-12 David BrownellARM: start generalized base type
2009-11-11 David BrownellETM cleanup
2009-11-06 David BrownellARM: other code uses the new inheritance/nesting scheme
2009-11-06 Zachary T WelchImprove ETM tracemode update command.
2009-11-06 Zachary T WelchImprove etm command argument parsing.
2009-10-22 David BrownellETM: rename registers, doc tweaks
2009-10-12 Øyvind HarboeMerge commit 'origin/master'
2009-10-10 David Brownellprintf format warning fixes
2009-10-02 dbrownellMinor ETB and ETM bugfixes and doc updates
2009-09-29 dbrownellETM: fix build issue on MinGW.
2009-09-23 dbrownellWhen setting up an ETM, cache its ETM_CONFIG register...
2009-09-23 dbrownellStart cleaning up ETM register handling. On one ARM926...
2009-09-23 dbrownellInitial ETM cleanups. Most of these are cosmetic:
2009-08-24 oharboeSteve Grubb <sgrubb@redhat.com> fix various and sundry...
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-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
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-30 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-21 zwelchDavid Brownell <david-b@pacbell.net>: This patch adds...
2009-05-18 kc8apfConsolidate target selection code into single get_targe...
2009-05-11 oharboefix jtag_add_dr_scan() usage a bit... avoid lots of...
2009-05-11 oharboeswitch to jtag_add_dr_scan_check() - 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-06 oharboeremove unecessary setting of deprecated fields to NULL
2009-05-06 oharboeretire out_mask - not used anywhere
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-10-15 oharboeLaurentiu Cocanu - memory read/write and exit() error...
2008-10-14 oharboefixed a few crashes in syntax handling
2008-05-20 oharboeEdgar Grimberg fixes some memory handling issues and
2008-04-13 oharboe- Set up ICE registers after TRST
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-07 oharboeMichael Bruck: fixed warnings
2008-02-29 oharboe- image.c and fileio.c now uses logging to propagate...
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-12-18 mifi- added patch for new flash functionality like:
2007-12-16 drath- fixed ETM configuration register decoding
2007-08-16 drath- update jtag_speed setting when changing it during...
2007-07-31 drath- cleaned up cycle counting in ETM analysis
2007-07-31 drath- calculate cycles since last executed instruction...
2007-07-15 drath- added support for Asix Presto JTAG interface (thanks...
2007-06-28 drath- fixed endianness helper macros (thanks to obilix...
2007-06-21 drath- added support for Intel/Marvel PXA27x (XScale) targets
2007-06-15 drath- added support for pseudo image type "mem", currently...
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-04-25 drath- added support for error handlers to JTAG scan command...
2006-09-28 drath- str9x flash support (Thanks to Spencer Oliver)
2006-07-17 drath- Added support for native MinGW builds (thanks to...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/