summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - fix typo in ep93xx jtag driver to allow OpenOCD compilation on ARM (thanks ...drath2008-02-271-1/+1
* - fix bug in ft2232 pathmove (thanks to Michael Bruck for the patch)drath2008-02-271-2/+4
* - fix issue when target is already haltedntfreak2008-02-261-0/+1
* - code reformat (Thanks Pavel Chromy)ntfreak2008-02-262-1147/+1000
* fix naming conflict under Windows.oharboe2008-02-261-13/+13
* oopss.. another jtag minidriver reset gaffe.oharboe2008-02-261-3/+3
* jtag_add_reset() minidriver gaffe fixed.oharboe2008-02-261-23/+20
* Next step in the JTAG minidriver. This should be fairly close to the final th...oharboe2008-02-262-66/+100
* - jtag minidriver work in progressoharboe2008-02-262-64/+133
* - remove build warningsntfreak2008-02-256-10/+6
* - convert all files to unix line-endingdrath2008-02-2542-32837/+32837
* Pavel Chromyoharboe2008-02-257-3635/+3684
* formatting.oharboe2008-02-251-1841/+1841
* Pavel Chromy style fixes.oharboe2008-02-253-1148/+1147
* Fix from Pavel Chromy.oharboe2008-02-252-2156/+2159
* - Fix target library path problem w/Windowsoharboe2008-02-251-0/+21
* From Michael Bruckoharboe2008-02-2521-19378/+21598
* committed bugfix from Michael Bruckoharboe2008-02-251-446/+446
* dos2unix fix.oharboe2008-02-2513-12176/+12176
* - using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe2008-02-258-81/+50
* - "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe2008-02-2515-12377/+12192
* 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