summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* JIM: Add "-n" option to "echo"Antonio Borneo2010-11-091-1/+8
* stm32: return early upon block write failureØyvind Harboe2010-11-091-0/+3
* stm32: return error when failing to readØyvind Harboe2010-11-091-9/+25
* stm32: add error propagation on writesØyvind Harboe2010-11-091-42/+111
* stm32: sharpen error handling for timeoutsØyvind Harboe2010-11-091-108/+69
* CortexA8: Implement debug base autodetectionMarek Vasut2010-11-051-7/+12
* ADIv5: Implement function to lookup CoreSight componentMarek Vasut2010-11-052-0/+45
* ADIv5: Introduce function to detect ROM Table locationMarek Vasut2010-11-052-27/+56
* arm964e: Add support for ARM946E target.ddraskovic2010-11-044-0/+769
* jim tests: use installedØyvind Harboe2010-10-2914-14903/+79
* src: add loader src descriptionSpencer Oliver2010-10-288-0/+17
* help: help now works on configuration commandsØyvind Harboe2010-10-271-3/+0
* Make systesetreq typos read sysresetreq insteadPeter Stuge2010-10-251-1/+1
* buspirate: change handling of communication speed setting + create serial por...Michal Demin2010-10-251-11/+16
* buspirate: Serial port was not correctly closed.Michal Demin2010-10-251-0/+9
* TARGET: review handle_load_image_command()Antonio Borneo2010-10-121-16/+8
* TARGET: fix segfault in handle_dump_image_command()Antonio Borneo2010-10-121-3/+3
* add JLINK protocol doc refDavid Brownell2010-10-101-0/+3
* build: remove warn_unused_result errorsSpencer Oliver2010-10-052-2/+2
* gdbderver: fix gdb pipe startup overflowSpencer Oliver2010-10-051-3/+5
* gdbserver: fix gdb_port memory leakSpencer Oliver2010-10-041-1/+3
* server: fix server pipe windows supportSpencer Oliver2010-10-041-10/+14
* zy1000: add : port number syntax for tftp filing systemØyvind Harboe2010-10-011-1/+11
* pipes: add documentation for pipesØyvind Harboe2010-10-013-5/+9
* server: add support for pipesØyvind Harboe2010-10-016-86/+79
* server: specify port as a stringØyvind Harboe2010-10-015-41/+104
* server: read/write now goes through connection fn'sØyvind Harboe2010-10-015-5/+35
* server: split file descriptors in in/out fd'sØyvind Harboe2010-10-015-19/+15
* server: rely on ctrl-c to stop openocdØyvind Harboe2010-10-011-26/+2
* log: remove hack to redirect logs when pipes are in useØyvind Harboe2010-10-011-17/+2
* Update ep93xx and at91rm9200 driversLuca Bruno2010-09-302-26/+12
* fileio: fileio_size() can now failØyvind Harboe2010-09-299-20/+92
* fileio: refactor struct fileio to be an opaque structureØyvind Harboe2010-09-299-39/+64
* flash: fix error handlingØyvind Harboe2010-09-271-2/+11
* image: fix spelling mistakeØyvind Harboe2010-09-273-19/+19
* zy1000: fix non-JTAG master buildØyvind Harboe2010-09-261-1/+1
* gdb: fix blank line at topØyvind Harboe2010-09-261-1/+0
* jtagdp: remove #if 0'd kludges and explain why the code is correctØyvind Harboe2010-09-211-16/+24
* flash: fix error handlingØyvind Harboe2010-09-212-40/+5
* embeddedice: fix error handlingØyvind Harboe2010-09-212-6/+4
* startup: removed capture_catchØyvind Harboe2010-09-201-7/+0
* helper: fix flaky capture commandØyvind Harboe2010-09-201-0/+16
* tcl_server: switch to ctrl-zØyvind Harboe2010-09-201-11/+11
* logging: turn of stdout/stderr bufferingØyvind Harboe2010-09-201-0/+4
* zy1000: add support for Linux hostØyvind Harboe2010-09-202-6/+45
* jtag: build jtag first because it generates header filesØyvind Harboe2010-09-201-1/+1
* warnings: fix alignment warningsØyvind Harboe2010-09-2013-23/+23
* zy1000: remove obsolete debug codeØyvind Harboe2010-09-201-7/+0
* xscale: check that wp length does not exceed addressMike Dunn2010-09-201-0/+7
* xscale: bp/wp: additional LOG_ERROR on failureMike Dunn2010-09-201-6/+10