summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Michael Bruck spotted an omission in svn 322oharboe2008-02-252-4/+3
* - added "xscale fast_memory_access" which speeds up memoryoharboe2008-02-243-9/+122
* move options handling to separate file to better support embedded implementat...oharboe2008-02-243-91/+124
* - added -c option that will execute an openocd commandoharboe2008-02-245-229/+273
* - fixed target->type->poll() return valueoharboe2008-02-2415-84/+113
* disable cfi_write_words(). Broken for spansion, fallbackoharboe2008-02-241-2357/+2360
* debug_level 3 now prints seconds since start of openocdoharboe2008-02-241-1/+4
* - concretize JTAG state transition rules (previously implied behaviour is now...drath2008-02-241-3/+16
* sharpend JTAG docs w.r.t. hw fifo implementations and retired jtag_cancel_que...oharboe2008-02-243-14/+31
* cosmetic fixes to debug output + phasing out printf() in favour of logging sy...oharboe2008-02-245-3257/+3257
* - fixes possible crash when GDB connection is closed while target is running ...drath2008-02-242-39/+24
* - fix for feroceon CP15 register access (thanks to Niolas Pitre for this patch)drath2008-02-233-32/+94
* - Use NAND extended geometry information (thanks to Ben Dooks for this patch)drath2008-02-231-4/+42
* - added a test document as a starting pointmifi2008-02-231-1/+1
* - added time commandoharboe2008-02-232-2/+34
* - added patch to remove count and time information from log_printfmifi2008-02-221-1/+11
* - cosmetic changes to print out version without line number/timemifi2008-02-221-2/+5
* - fix read/write size for small unaligned accesses (thanks Michael Bruck)vpalatin2008-02-221-0/+6
* - added patch to solve problem with AT91SAM7SE MCU have 3, rather than just 2...mifi2008-02-221-3/+3
* - added patch to make single-stepping more resilientmifi2008-02-221-10/+22
* - add support for Marvell Feroceon (thanks to Nicolas Pitre for this patch)vpalatin2008-02-216-1/+628
* - fix bug when using full paths to config files. Thanks Ted Rothntfreak2008-02-201-3/+5
* - added patch which fixed big/small endian problems on non-x86 host CPUs.mifi2008-02-191-45/+32
* - add search paths via new arg -s (-search). Thanks Ted Rothntfreak2008-02-196-18/+88
* - add support for the majority of the Samsung ARM SoC family, S3C2410, S3C241...drath2008-02-1910-52/+877
* - Fixed bug in pathmove for XScalentfreak2008-02-199-53/+176
* - reapply fix with telnet prompt while running/halting gdbntfreak2008-02-182-11/+18
* - Fix problems with stuck telnet sessions. Thanks to Øyvind Harboe for this ...drath2008-02-182-49/+67
* - ignore data aborts during gdb memory read packets by default, and return 0x...drath2008-02-181-10/+37
* - arg list now correctly released on error. Thanks Øyvind Harboentfreak2008-02-181-0/+1
* - fix broken JTAG error handlingntfreak2008-02-182-26/+29
* - removed a raft of unecessary exit() calls. Issuing a reset will solve these...ntfreak2008-02-181-20/+38
* - add new non-cfi SST flash device. Thanks Øyvind Harboentfreak2008-02-182-1/+19
* - Added a "User:" debug level. These are messages that are intended for the u...ntfreak2008-02-184-99/+62
* - combine similar functions in telnet_server.cntfreak2008-02-173-13/+5
* - solve lots of problems with stuck GDB connections, making it impossible to ...ntfreak2008-02-162-99/+183
* - cleanup and remove time() warningntfreak2008-02-162-28/+25
* - fix issue with telnet prompt while gdb runningntfreak2008-02-162-6/+15
* - fix xscale memory leak and warnings. Thanks Øyvind Harboentfreak2008-02-151-3/+3
* - fix programming issue with lpc2101/2ntfreak2008-02-142-4/+13
* - added patch to stop DEBUG messages to be forwarded to telnet/gdb.mifi2008-02-141-6/+15
* - added check for revA silicon in stm32 flash driverntfreak2008-02-141-0/+9
* - added patch to Improving progress/error output for telnet & GDB monitormifi2008-02-135-41/+158
* - add autoprobe support to flash info commandntfreak2008-02-121-3/+5
* - removed "starting point" for ngw100, will add it again if it is workingmifi2008-02-112-35/+1
* - telnet prompt behaves correctly for new synchronous halt/resume/reset commandsntfreak2008-02-113-22/+3
* - added starting point for development on a ngw100 eval boardmifi2008-02-102-1/+35
* - stm32 flash driver now checks for correct targetntfreak2008-02-101-0/+11
* - add autoprobe support to the stm32 flash driverntfreak2008-02-102-44/+38
* - added patch to change pathmove handlingmifi2008-02-1010-63/+11