aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-02-25- convert all files to unix line-endingdrath42-32837/+32837
2008-02-25Pavel Chromyoharboe7-3635/+3684
2008-02-25formatting.oharboe1-1841/+1841
2008-02-25Pavel Chromy style fixes.oharboe3-1148/+1147
2008-02-25Fix from Pavel Chromy.oharboe2-2156/+2159
2008-02-25- Fix target library path problem w/Windowsoharboe1-0/+21
2008-02-25From Michael Bruckoharboe21-19378/+21598
2008-02-25committed bugfix from Michael Bruckoharboe1-446/+446
2008-02-25dos2unix fix.oharboe13-12176/+12176
2008-02-25- using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe8-81/+50
2008-02-25- "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe15-12377/+12192
2008-02-25Michael Bruck spotted an omission in svn 322oharboe2-4/+3
2008-02-24- added "xscale fast_memory_access" which speeds up memoryoharboe3-9/+122
2008-02-24move options handling to separate file to better support embedded implementat...oharboe3-91/+124
2008-02-24- added -c option that will execute an openocd commandoharboe5-229/+273
2008-02-24- fixed target->type->poll() return valueoharboe15-84/+113
2008-02-24disable cfi_write_words(). Broken for spansion, fallbackoharboe1-2357/+2360
2008-02-24debug_level 3 now prints seconds since start of openocdoharboe1-1/+4
2008-02-24- concretize JTAG state transition rules (previously implied behaviour is now...drath1-3/+16
2008-02-24sharpend JTAG docs w.r.t. hw fifo implementations and retired jtag_cancel_que...oharboe3-14/+31
2008-02-24added svn:ignore for files generated by bootstrap + build process.oharboe0-0/+0
2008-02-24cosmetic fixes to debug output + phasing out printf() in favour of logging sy...oharboe5-3257/+3257
2008-02-24- fixes possible crash when GDB connection is closed while target is running ...drath2-39/+24
2008-02-23- fix for feroceon CP15 register access (thanks to Niolas Pitre for this patch)drath3-32/+94
2008-02-23- Use NAND extended geometry information (thanks to Ben Dooks for this patch)drath1-4/+42
2008-02-23- added a test document as a starting pointmifi2-1/+81
2008-02-23- added time commandoharboe2-2/+34
2008-02-22- added patch to remove count and time information from log_printfmifi1-1/+11
2008-02-22- cosmetic changes to print out version without line number/timemifi1-2/+5
2008-02-22- fix read/write size for small unaligned accesses (thanks Michael Bruck)vpalatin1-0/+6
2008-02-22- added patch to solve problem with AT91SAM7SE MCU have 3, rather than just 2...mifi1-3/+3
2008-02-22- added patch to make single-stepping more resilientmifi1-10/+22
2008-02-21- add support for Marvell Feroceon (thanks to Nicolas Pitre for this patch)vpalatin6-1/+628
2008-02-20- fix bug when using full paths to config files. Thanks Ted Rothntfreak1-3/+5
2008-02-19- added patch which fixed big/small endian problems on non-x86 host CPUs.mifi1-45/+32
2008-02-19- add search paths via new arg -s (-search). Thanks Ted Rothntfreak7-19/+96
2008-02-19- add support for the majority of the Samsung ARM SoC family, S3C2410, S3C241...drath10-52/+877
2008-02-19- Fixed bug in pathmove for XScalentfreak9-53/+176
2008-02-18- reapply fix with telnet prompt while running/halting gdbntfreak2-11/+18
2008-02-18- Fix problems with stuck telnet sessions. Thanks to Øyvind Harboe for this ...drath2-49/+67
2008-02-18- ignore data aborts during gdb memory read packets by default, and return 0x...drath1-10/+37
2008-02-18- arg list now correctly released on error. Thanks Øyvind Harboentfreak1-0/+1
2008-02-18- fix broken JTAG error handlingntfreak2-26/+29
2008-02-18- removed a raft of unecessary exit() calls. Issuing a reset will solve these...ntfreak1-20/+38
2008-02-18- add new non-cfi SST flash device. Thanks Øyvind Harboentfreak2-1/+19
2008-02-18- Added a "User:" debug level. These are messages that are intended for the u...ntfreak4-99/+62
2008-02-17- combine similar functions in telnet_server.cntfreak3-13/+5
2008-02-16- solve lots of problems with stuck GDB connections, making it impossible to ...ntfreak2-99/+183
2008-02-16- cleanup and remove time() warningntfreak2-28/+25
2008-02-16- fix issue with telnet prompt while gdb runningntfreak2-6/+15