fw/openocd
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
2009-11-28 Zachary T Welchimprove command handler wrapper script
2009-11-28 Zachary T Welchadd 'command type' introspective handler
2009-11-28 David BrownellARM11: fix warning on amd64
2009-11-28 David BrownellARM11: fix dbgtap JTAG_DEBUG
2009-11-28 David Brownelltarget: uplevel add_{break,watch}point() error checks
2009-11-28 David Brownelltarget: remove unused TARGET_EVENT_OLD_* symbols
2009-11-28 David BrownellNEWS: mention new reset-assert event
2009-11-28 David Brownellomap3530.cfg: use new "reset-assert" event
2009-11-28 David BrownellCortex-A8: support "reset-assert" event
2009-11-28 David Brownelltarget: groundwork for "reset-assert" event
2009-11-28 David BrownellARM11: write_memory() avoids increment check
2009-11-27 Zachary T Welchfix regression causing duplicated output
2009-11-27 Øyvind Harboezy1000: keep up with new command registration stuff
2009-11-27 Zachary T Welchupdate minidummy interface driver command handling
2009-11-27 Zachary T Welchfix 'nand info' command
2009-11-27 Øyvind Harboezy1000: keep up with changes to log_init()
2009-11-27 Øyvind Harboeminidummy: fix compilation error
2009-11-27 Dean GlazeskiARM NAND I/O header documentation update.
2009-11-27 Dean GlazeskiARM NAND I/O documentation update.
2009-11-27 Dean GlazeskiARM NAND I/O refactor code copying.
2009-11-27 Dean GlazeskiARM NAND I/O read function.
2009-11-27 Dean GlazeskiNAND Flash documentation update.
2009-11-26 David BrownellXScale: add stub {read,write}_phys routines
2009-11-26 Uwe Hermannupdate bug reporting information
2009-11-26 Uwe Hermannfix typos in documentation
2009-11-26 Uwe Hermannfix typos in source files
2009-11-26 Øyvind Harboestyleguide: add some embedded style rules.
2009-11-26 Eric Wetzelfix 'flash protect' and 'flash erase_sector'
2009-11-26 David Brownelltarget: create and use target_name()
2009-11-26 David Brownelltarget: target_get_name() --> target_type_name()
2009-11-26 David Brownellomap3530.cfg: yes we have SRAM!
2009-11-26 David BrownellARM: minor armv4/armv5 cleanup
2009-11-26 David BrownellARM: comment tweaks in ADIv5
2009-11-26 David BrownellARM7/9: shrink run_algorithm_inner() lines
2009-11-26 David BrownellNEWS updates
2009-11-25 Zachary T Welchupdate NEWS with recent developments
2009-11-25 Zachary T Welchuse ARRAY_SIZE macro
2009-11-25 Zachary T Welchsupport OPENOCD_DEBUG_LEVEL environment setting
2009-11-25 Zachary T Welchlog: improve initialization
2009-11-25 Zachary T Welchupdate command handler documentation
2009-11-25 Zachary T Welchadd 'testee' target type
2009-11-25 Zachary T Welchimprove command handling examples
2009-11-25 Zachary T Welchadd script_command_run helper
2009-11-25 Zachary T Welchencapsulate and re-use log capture, retval setup
2009-11-25 Zachary T Welchcombine help and usage command handlers
2009-11-25 Zachary T Welchimprove usage and help command output
2009-11-25 Zachary T Welchallow scripts to update usage information
2009-11-25 Zachary T Welchhttpd: use register_commands()
2009-11-25 Zachary T Welchadd jim_handler to command_registration
2009-11-25 Zachary T Welchrefactor command_new to use command_registration
2009-11-25 Zachary T Welchremove register_commands from etm_capture_driver
2009-11-25 Zachary T Welchremove target_type register_command callback
2009-11-25 Zachary T Welchxscale: use register_commands()
2009-11-25 Zachary T Welchtrace: use register_commands()
2009-11-25 Zachary T Welchtarget_request: use register_commands()
2009-11-25 Zachary T Welchtarget: use register_commands()
2009-11-25 Zachary T Welchoocd_trace: use register_commands()
2009-11-25 Zachary T Welchetm_dummy: use register_commands()
2009-11-25 Zachary T Welchetm: use register_commands()
2009-11-25 Zachary T Welchetb: use register_commands()
2009-11-25 Zachary T Welchcortex_m3: use register_commands()
2009-11-25 Zachary T Welchcortex_a8: use register_commands()
2009-11-25 Zachary T Welcharmv7m: use register_commands()
2009-11-25 Zachary T Welcharmv7a: use register_commands()
2009-11-25 Zachary T Welcharmv4_5: use register_commands()
2009-11-25 Zachary T Welcharm9tdmi: use register_commands()
2009-11-25 Zachary T Welcharm966e: use register_commands()
2009-11-25 Zachary T Welcharm926ejs: use register_commands()
2009-11-25 Zachary T Welcharm920t: use register_commands()
2009-11-25 Zachary T Welcharm7_9_common: use register_commands()
2009-11-25 Zachary T Welcharm720t: use register_commands()
2009-11-25 Zachary T Welcharm11: use register_commands()
2009-11-25 Zachary T Welchremove nand_controller->register_callbacks
next