summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* - Improves error handling upon GDB connectoharboe2008-03-0711-41/+32
* - fix cross endian ELF loadingvpalatin2008-03-071-3/+1
* - The elf loader incorrectly assumed that the program header always follows t...ntfreak2008-03-071-0/+9
* Michael Bruck: fixed warningsoharboe2008-03-071-0/+5
* Edgar Grimberg, fix arm926ejs_examine_debug_reason return value.oharboe2008-03-071-1/+3
* Added some timeout handling to XScale so OpenOCD doesn't getoharboe2008-03-071-23/+58
* minor corrections for target scripts.oharboe2008-03-074-78/+78
* wi-9c target scriptsoharboe2008-03-072-0/+92
* - added str912/str710_program.scriptmifi2008-03-072-0/+17
* removed excessive debug output. Perhaps a debug_level 4 should be introduced?...oharboe2008-03-071-2/+0
* use jtag_execute_queue() instead of jtag->execute_queue()oharboe2008-03-061-1/+1
* Michael Bruck:oharboe2008-03-062-7/+31
* warnings & comments fixes.oharboe2008-03-052-5/+3
* - This speeds up dcc arm7_9 bulk write a little bit and exercises the jtag_ad...oharboe2008-03-053-8/+41
* added jtag_add_dr_out(). Better for hw fifo, same for software fifo.oharboe2008-03-052-43/+60
* * fixed malloc corruption in target->debug_reasonoharboe2008-03-052-3/+9
* Fixed GDB timeout crash - regression introduced back when log_add/remove_call...oharboe2008-03-041-2/+0
* Michael Bruck - fix warnings.oharboe2008-03-041-6/+3
* Michael Bruck: fix warnings.oharboe2008-03-043-7/+20
* Michael Bruck:oharboe2008-03-043-51/+77
* - added svn prop svn:eol-style nativentfreak2008-03-037-260/+260
* I fixed all the targets even thoughoharboe2008-03-039-0/+9
* added at91sam9260.cfg, nslu2.cfg, pxa255.cfg, pxa255_sst.cfgoharboe2008-03-038-1/+263
* some comments from Dominicoharboe2008-03-031-1/+10
* Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe2008-03-028-30/+37
* target scripts for test suite.oharboe2008-03-0113-2/+196
* fix memory corruption regression introduced in 335oharboe2008-03-011-1/+2
* - removed warnings "xxxxx" might be used uninitialized in this function (arm_...mifi2008-03-011-2/+2
* backed out jtag_add_shift()oharboe2008-03-012-22/+43
* improve DCC bulk write performance by using jtag_add_shift() + tweaked embedd...oharboe2008-03-011-4/+21
* Now uses jtag_add_shift() via embeddedice_write_reg_inner().oharboe2008-03-011-39/+1
* added an #error in case anybody tries to compile that broken code.oharboe2008-02-291-0/+1
* fixed stack corruption. Introduced when _check_value was phased out.oharboe2008-02-291-3/+6
* - fix bug with emulated cortex_m3 dcc channelntfreak2008-02-291-3/+8
* Tweaked logging output.oharboe2008-02-291-13/+0
* Uwe Hermann: oharboe2008-02-2910-25/+26
* remove warnings.oharboe2008-02-293-13/+9
* - image.c and fileio.c now uses logging to propagate error strings.oharboe2008-02-295-204/+173
* - clean up target output strings a bitoharboe2008-02-291-9/+9
* Summary: passing of variable argument list reduced, strings sent to logging a...oharboe2008-02-291-1/+1
* Michael Bruck:oharboe2008-02-295-96/+565
* - added svn propsntfreak2008-02-284-65/+65
* code to be used in upcoming minidriver work.oharboe2008-02-281-0/+13
* - Added TARGET_REQ_DEBUGCHAR target_request debugmsg. This oharboe2008-02-282-0/+11
* - fix issue when target is already haltedntfreak2008-02-261-0/+1
* - convert all files to unix line-endingdrath2008-02-2521-18227/+18227
* From Michael Bruckoharboe2008-02-2516-15613/+17832
* - using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe2008-02-251-36/+5
* - "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe2008-02-251-0/+3
* Michael Bruck spotted an omission in svn 322oharboe2008-02-252-4/+3