summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* 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
* - added synchronous wait/resume patch. Thanks Øyvind Harboentfreak2008-02-091-23/+36
* - added synchronous reset patch, Thanks Øyvind Harboentfreak2008-02-072-7/+80
* - added patch to access cp15 register (XScale)mifi2008-02-061-0/+92
* - added patch to solve problem with AT91SAM9260 (dirty register)mifi2008-02-064-32/+32
* - fixes issue with reset and arm926ejs core. Thanks Øyvind Harboentfreak2008-02-041-7/+7
* - added patch to solve the reset problem with arm9 and cortex which Spen had ...mifi2008-02-021-17/+1
* fixed incorrect elf segment size - Thanks Øyvind Harboentfreak2008-01-252-3/+4
* - added patch to check some malloc problems.mifi2008-01-241-4/+14
* - added patch to fix crash in load_image on corrupt elf file or out of memory.mifi2008-01-231-0/+5
* - Eleminated leading tabs/white spacebodylove2008-01-212-108/+111
* - Eleminated leading tabs/white spacebodylove2008-01-211-14/+14
* - added patch "remove error handler as planned"mifi2008-01-205-72/+36
* - add support for cortex_m3 target_request debugmsgsntfreak2008-01-177-15/+123
* - fixed 'make distcheck' (thanks to Theodore A. Roth for this patchdrath2008-01-171-2/+2
* - use correct SCAN_N check value (disabled by default)drath2008-01-141-1/+1
* - debug handler file not closed - (thanks to oyvind harboe for the patch)ntfreak2008-01-112-3/+8
* - added gdb flash fixes patch mifi2008-01-076-70/+53
* - minimum autoconf 2.59 is now required and verified - due to issues with AS_...ntfreak2007-12-293-25/+25
* - removed flash write_image - binary compare function has been moved to verif...ntfreak2007-12-202-39/+70
* - added patch by Øyvind Harboe to Intel Hex Start Segment Address Record (Ty...ntfreak2007-12-181-0/+25
* - added patch for new flash functionality like:mifi2007-12-184-1/+29
* - fixed relocation problems with image loading. Relocation is handledmifi2007-12-171-9/+17
* - fixed ETM configuration register decodingdrath2007-12-161-2/+2