summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - added "xscale fast_memory_access" which speeds up memoryoharboe2008-02-243-9/+122
* - added -c option that will execute an openocd commandoharboe2008-02-243-22/+65
* - fixed target->type->poll() return valueoharboe2008-02-2414-79/+100
* - fix for feroceon CP15 register access (thanks to Niolas Pitre for this patch)drath2008-02-233-32/+94
* - fix read/write size for small unaligned accesses (thanks Michael Bruck)vpalatin2008-02-221-0/+6
* - 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
* - add search paths via new arg -s (-search). Thanks Ted Rothntfreak2008-02-191-1/+1
* - Fixed bug in pathmove for XScalentfreak2008-02-196-46/+164
* - removed a raft of unecessary exit() calls. Issuing a reset will solve these...ntfreak2008-02-181-20/+38
* - Added a "User:" debug level. These are messages that are intended for the u...ntfreak2008-02-181-16/+34
* - fix xscale memory leak and warnings. Thanks Øyvind Harboentfreak2008-02-151-3/+3