]> git.sur5r.net Git - openocd/shortlog
openocd
2009-12-03 Zachary T Welchchange #include "commands.h" to <jtag/commands.h>
2009-12-03 Zachary T Welchchange #include "types.h" to <helper/types.h>
2009-12-03 Zachary T Welchchange #include "time_support.h" to <helper/time_support.h>
2009-12-03 Zachary T Welchchange #include "replacements.h" to <helper/replacements.h>
2009-12-03 Zachary T Welchchange #include "membuf.h" to <helper/membuf.h>
2009-12-03 Zachary T Welchchange #include "log.h" to <helper/log.h>
2009-12-03 Zachary T Welchchange #include "jim.h" to <helper/jim.h>
2009-12-03 Zachary T Welchchange #include "ioutil.h" to <helper/ioutil.h>
2009-12-03 Zachary T Welchchange #include "fileio.h" to <helper/fileio.h>
2009-12-03 Zachary T Welchchange #include "configuration.h" to <helper/configurat...
2009-12-03 Zachary T Welchchange #include "command.h" to <helper/command.h>
2009-12-03 Zachary T Welchchange #include "binarybuffer.h" to <helper/binarybuffer.h>
2009-12-03 Zachary T Welchnormalize headers to make changing easier
2009-12-03 Zachary T Welchchange autoconf #include in configure.in
2009-12-03 Zachary T Welchallow #include directives to use module name
2009-12-03 Nicolas Pitreferoceon.c should be part of ARM7_9_SRC
2009-12-03 Zachary T Welchremove #if HAVE_JTAG_INTERFACE_H from minidriver.h
2009-12-03 Zachary T Welchmove jtag drivers to src/jtag/drivers
2009-12-03 Zachary T Welchmove nor drivers to src/flash/nor
2009-12-03 Zachary T Welchmove nand drivers to src/flash/nand/
2009-12-03 David BrownellARM11: don't expose DSCR
2009-12-03 David BrownellARM11: store a clean copy of DSCR
2009-12-03 David BrownellARM11: don't expose WDTR
2009-12-03 David BrownellARM11: don't expose RDTR
2009-12-03 David BrownellARM11: streamline debug entry
2009-12-03 David BrownellARM11: remove arm11->target
2009-12-03 David BrownellARM DPM: tweak initialization
2009-12-03 Zachary T Welchfix configure problem when building w/o USB
2009-12-03 Zachary T Welchadding files required for distribution
2009-12-03 Zachary T Welchfix 'target init' command registration
2009-12-02 David Brownellstubs: buildfix
2009-12-02 Zachary T Welchremove #if BUILD_HTTPD
2009-12-02 Zachary T Welchremove BUILD_IOUTIL symbol
2009-12-02 Zachary T Welchremove #if logic for openocd_sleep_*lude
2009-12-02 Zachary T Welchtarget: factor init to 'target init'
2009-12-02 Zachary T Welchtarget: factor target_init() into pieces
2009-12-02 Zachary T Welchjtag: factor init into 'jtag init'
2009-12-02 Zachary T Welchflash: factor init to 'flash init'
2009-12-02 Zachary T Welchmflash: factor init to 'mflash init'
2009-12-02 Zachary T Welchnand: factor init to 'nand init'
2009-12-02 Zachary T Welchpld: factor init to 'pld init'
2009-12-02 David BrownellARMv7a/Cortex-A8: report watchpoint trigger insn
2009-12-02 David BrownellARM: label SP and LR correctly
2009-12-02 Øyvind Harboezy1000: keep up with startup refactoring work.
2009-12-02 David BrownellCortex-A8: basic watchpoint support
2009-12-02 David BrownellARM: core DPM support for watchpoints
2009-12-02 David BrownellARMv7a: move constants out of Cortex-A8 header
2009-12-01 David BrownellTcl and doc: update to match new 'arm mcr ...' etc
2009-12-01 Øyvind Harboetarget: at91eb40a.cfg is a board, not a target.
2009-12-01 Øyvind Harboezy1000: keep up with latest changes to command handling
2009-12-01 Øyvind Harboecommand: the Jim interpreter can now be provided rather...
2009-12-01 David BrownellARM11: remove previous mcr()/mrc() methods
2009-12-01 David BrownellCortex-A8: remove previous mcr()/mrc() methods
2009-12-01 David BrownellARM: implement mrc()/mcr() as DPM ops
2009-12-01 David Brownelltarget: "mcr" and "mrc" are ARM-specific
2009-12-01 David BrownellARMv7-A: stop using CP15 ops
2009-12-01 David BrownellCortex-A8: stop using CP15 ops
2009-12-01 Øyvind Harboemain: invoke jtag_interface_quit() explicitly
2009-12-01 Zachary T Welchimprove command prohibition error report
2009-12-01 David BrownellXScale: restore_context() cleanup
2009-12-01 David BrownellXScale: context restore, cleanup/bugfix
2009-12-01 Zachary T Welchremove interp global variable!
2009-12-01 Zachary T Welchcommand output capture: do not use interp global
2009-12-01 Zachary T Welchdo not extern 'interp' from command.c
2009-12-01 Zachary T Welchtarget: avoid using interp global variable
2009-12-01 Zachary T Welchjtag: avoid using interp global variable
2009-12-01 Zachary T Welchfix foo command group help messages
2009-12-01 Zachary T Welchmake syntax errors respond with 'usage'
2009-12-01 Zachary T Welchmove improperly located documentation
2009-12-01 Zachary T Welchimprove command_done() API and docs
2009-12-01 Zachary T Welchonly display usable commands in help
2009-12-01 Zachary T Welchallow deferal of init
2009-12-01 Zachary T Welchmove server_init() to openocd_main()
2009-12-01 Zachary T Welchimprove gdb_init() sequence
2009-11-30 Øyvind Harboezy1000: keep up with changes to command structure
2009-11-29 David BrownellXScale: clean up full_context() (#2)
2009-11-29 David BrownellXScale: clean up full_context() (#1)
2009-11-29 David BrownellXScale: debug entry uses new register mapping
2009-11-29 Marek Vasutcreate target/pxa3xx.cfg
2009-11-29 Marek VasutXScale: initial PXA3xx support
2009-11-29 David BrownellARM11: fix warning on cygwin
2009-11-29 David Brownellbugfix: 'init' changes state, not main()
2009-11-28 lementec fabienfix s3c24xx device command helper
2009-11-28 David BrownellCortex-M3: don't chain "struct arm" commands
2009-11-28 Zachary T Welchadd 'nonce' nand driver
2009-11-28 Zachary T Welchadd more stub handlers to testee target
2009-11-28 Zachary T Welchexplode tcl_target_func into many handlers
2009-11-28 Zachary T Welchsplit jim_target into multiple handlers
2009-11-28 Zachary T Welchsplit jim_newtap_cmd into pieces
2009-11-28 Zachary T Welchimprove jtag_tap_configure
2009-11-28 Zachary T Welchimprove jtag_tap_handle_event indentation
2009-11-28 Zachary T Welchbegin moving JTAG jim handlers/helpers
2009-11-28 Zachary T Welchsplit jim_jtag_command into multiple handlers
2009-11-28 Zachary T Welchremove redundant 'rm' command handler
2009-11-28 Zachary T Welchadd error checking in command_new
2009-11-28 Zachary T Welchinclude mode information in help text.
2009-11-28 Zachary T Welchrefactor command mode detection
2009-11-28 Zachary T Welchadd command private data setter/accessor
2009-11-28 Zachary T Welchadd 'command mode' introspective handler
2009-11-28 Zachary T Welchremove unknown handler
next