summaryrefslogtreecommitdiff
path: root/src/target/xscale.c
Commit message (Expand)AuthorAgeFilesLines
* remove unecessary setting of deprecated fields to NULLoharboe2009-05-061-27/+27
* retire out_mask - not used anywhereoharboe2009-05-061-20/+20
* mark usage of in_handler that can be converted into user codeoharboe2009-05-051-2/+2
* Mariano Alvira <mar@devl.org> fixes warningsoharboe2009-05-041-1/+1
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-3/+3
* The following patches was applied:mifi2009-04-181-8/+8
* - remove build warningsntfreak2009-03-171-3/+4
* - Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf2009-02-031-3/+3
* - remove target specific variant and use target->variant memberntfreak2008-12-131-16/+1
* Change tap_state naming to be consistent with SVF documentation.kc8apf2008-12-131-32/+32
* Karl Beldan <karl.beldan@gmail.com> - The ibcr count for hw instruction break...oharboe2008-12-051-4/+5
* Karl Beldan <karl.beldan@gmail.com> - fix vector_catch commandoharboe2008-12-041-1/+1
* jtag newtap change & huge manual updateduane2008-11-301-40/+39
* jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe2008-11-191-0/+2
* error checking - no reported errors, but catched a couple of exit()'s and con...oharboe2008-11-191-37/+37
* more error handling and removed force breakpoints as that is handled by a mor...oharboe2008-11-021-87/+79
* Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe2008-10-151-6/+26
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-9/+1
* Duane Ellis: "target as an [tcl] object" feature.oharboe2008-09-011-19/+14
* duan ellis target tcl work in progressoharboe2008-08-241-3/+5
* better polling debug_level 3 handlingoharboe2008-08-191-4/+10
* tinker with Xscale performance, anti-log spamming is now only for debug_level...oharboe2008-08-191-53/+51
* tinker with Xscale performance. Poll a bit more before sleeping.oharboe2008-08-191-1/+1
* Duane Ellis: fix warningsoharboe2008-08-051-3/+3
* define resetting the target into the halted or runningoharboe2008-08-051-0/+7
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* - jtag_khz/speed are now single parameter only. These are usedoharboe2008-07-211-1/+1
* - added checksum_memory and blank_check_memory for xscalentfreak2008-05-291-8/+3
* - moved flash erase_check target code to target.cntfreak2008-05-271-1/+2
* Fix crash when mode number fetched from the target is invalid.oharboe2008-05-191-0/+4
* retired fast_memory_access. It's always fast now.oharboe2008-04-141-124/+37
* TRST is asserted *before* target->type->assert_reset() is invoked. Removed ol...oharboe2008-04-141-9/+0
* Improved XScale performance for embedded hosted OpenOCDoharboe2008-04-111-35/+36
* - reverted some of the changes that possibly broke arm926ejs. Waitingoharboe2008-04-041-1/+1
* - Work on fixing erase check. Many implementations are plain broken.oharboe2008-04-031-10/+0
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-102/+102
* XScale excessive waiting fix.oharboe2008-03-131-46/+58
* fixed regression in XScale introduce in 297oharboe2008-03-121-5/+4
* With the recent changes the TRST needs to happen for every reset.oharboe2008-03-111-12/+9
* retire unused code.oharboe2008-03-111-20/+0
* - Improves error handling upon GDB connectoharboe2008-03-071-1/+1
* Added some timeout handling to XScale so OpenOCD doesn't getoharboe2008-03-071-23/+58
* warnings & comments fixes.oharboe2008-03-051-1/+1
* I fixed all the targets even thoughoharboe2008-03-031-0/+1
* fix memory corruption regression introduced in 335oharboe2008-03-011-1/+2
* fixed stack corruption. Introduced when _check_value was phased out.oharboe2008-02-291-3/+6
* - image.c and fileio.c now uses logging to propagate error strings.oharboe2008-02-291-40/+39
* - convert all files to unix line-endingdrath2008-02-251-3799/+3799
* From Michael Bruckoharboe2008-02-251-3799/+3799
* - added "xscale fast_memory_access" which speeds up memoryoharboe2008-02-241-8/+76