summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fixed newline gaffe in OUTPUT()oharboe2008-02-281-1/+1
* Pavel Chromy spotted duplicated newlines gaffe from yours sincerely.oharboe2008-02-282-1/+6
* Pavel Chromy spotted a leakoharboe2008-02-281-0/+2
* small line ending cleanup.oharboe2008-02-281-12/+12
* Pavel Chromy - cleanup error messagesoharboe2008-02-281-37/+14
* fix gaffe.oharboe2008-02-281-1/+0
* Pavel Chromy cleaned up checks for halted, error messages, etc.oharboe2008-02-2812-99/+186
* fix from Pavel Chromy oharboe2008-02-281-1/+0
* - added svn propsntfreak2008-02-289-783/+783
* code to be used in upcoming minidriver work.oharboe2008-02-281-0/+13
* added some code that will be used in upcoming minidriver work.oharboe2008-02-281-0/+10
* jtag_add_shift() fn - minidriver work in progress.oharboe2008-02-282-0/+67
* lingering change for eCos flash driveroharboe2008-02-281-1/+5
* eCos flash driver.oharboe2008-02-283-1/+484
* - Added TARGET_REQ_DEBUGCHAR target_request debugmsg. This oharboe2008-02-289-71/+111
* - fix line-endingsdrath2008-02-286-1998/+1998
* Uwe Hermann fixed some warnings.oharboe2008-02-286-2002/+1998
* - 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