aboutsummaryrefslogtreecommitdiff
path: root/src/target/xscale.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch1-1/+0
2009-05-08in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe1-9/+9
2009-05-08retire jtag_set_check_valueoharboe1-44/+35
2009-05-07remove in_handler usageoharboe1-51/+47
2009-05-06Fix pointer cast alignment warning in XScale miniIC loader parity calc.zwelch1-1/+5
2009-05-06remove unecessary setting of deprecated fields to NULLoharboe1-27/+27
2009-05-06retire out_mask - not used anywhereoharboe1-20/+20
2009-05-05mark usage of in_handler that can be converted into user codeoharboe1-2/+2
2009-05-04Mariano Alvira <mar@devl.org> fixes warningsoharboe1-1/+1
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-3/+3
2009-04-18The following patches was applied:mifi1-8/+8
2009-03-17- remove build warningsntfreak1-3/+4
2009-02-03- Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf1-3/+3
2008-12-13- remove target specific variant and use target->variant memberntfreak1-16/+1
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf1-32/+32
2008-12-05Karl Beldan <karl.beldan@gmail.com> - The ibcr count for hw instruction break...oharboe1-4/+5
2008-12-04Karl Beldan <karl.beldan@gmail.com> - fix vector_catch commandoharboe1-1/+1
2008-11-30jtag newtap change & huge manual updateduane1-40/+39
2008-11-19jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe1-0/+2
2008-11-19error checking - no reported errors, but catched a couple of exit()'s and con...oharboe1-37/+37
2008-11-02more error handling and removed force breakpoints as that is handled by a mor...oharboe1-87/+79
2008-10-15Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe1-6/+26
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-9/+1
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe1-19/+14
2008-08-24duan ellis target tcl work in progressoharboe1-3/+5
2008-08-19better polling debug_level 3 handlingoharboe1-4/+10
2008-08-19tinker with Xscale performance, anti-log spamming is now only for debug_level...oharboe1-53/+51
2008-08-19tinker with Xscale performance. Poll a bit more before sleeping.oharboe1-1/+1
2008-08-05Duane Ellis: fix warningsoharboe1-3/+3
2008-08-05define resetting the target into the halted or runningoharboe1-0/+7
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe1-0/+3
2008-07-21- jtag_khz/speed are now single parameter only. These are usedoharboe1-1/+1
2008-05-29- added checksum_memory and blank_check_memory for xscalentfreak1-8/+3
2008-05-27- moved flash erase_check target code to target.cntfreak1-1/+2
2008-05-19Fix crash when mode number fetched from the target is invalid.oharboe1-0/+4
2008-04-14retired fast_memory_access. It's always fast now.oharboe1-124/+37
2008-04-14TRST is asserted *before* target->type->assert_reset() is invoked. Removed ol...oharboe1-9/+0
2008-04-11Improved XScale performance for embedded hosted OpenOCDoharboe1-35/+36
2008-04-04- reverted some of the changes that possibly broke arm926ejs. Waitingoharboe1-1/+1
2008-04-03- Work on fixing erase check. Many implementations are plain broken.oharboe1-10/+0
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-102/+102
2008-03-13XScale excessive waiting fix.oharboe1-46/+58
2008-03-12fixed regression in XScale introduce in 297oharboe1-5/+4
2008-03-11With the recent changes the TRST needs to happen for every reset.oharboe1-12/+9
2008-03-11retire unused code.oharboe1-20/+0
2008-03-07- Improves error handling upon GDB connectoharboe1-1/+1
2008-03-07Added some timeout handling to XScale so OpenOCD doesn't getoharboe1-23/+58
2008-03-05warnings & comments fixes.oharboe1-1/+1
2008-03-03I fixed all the targets even thoughoharboe1-0/+1
2008-03-01fix memory corruption regression introduced in 335oharboe1-1/+2