aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2011-11-01target: rename cortex_m3.[ch] to cortex_m.[ch]Spencer Oliver4-4/+4
2011-10-31warning fix: remove senseless assignment before bailing out of fn w/errorØyvind Harboe1-1/+0
2011-10-31warnings: null pointer check fixØyvind Harboe1-5/+4
2011-10-31bugfixes: tinker a bit with the targets commandØyvind Harboe1-24/+35
2011-10-31dsp563xxx: fix missing error propagation found by clangØyvind Harboe1-5/+7
2011-10-27bugfixes: numerous bugs in error propagation found by clangØyvind Harboe1-14/+20
2011-10-26clang: fix warning about use of unitialized variableØyvind Harboe1-1/+1
2011-10-25armv7a: fix scan-build warningsAndreas Fritiofson1-2/+3
2011-10-25armv7a: make local functions staticAndreas Fritiofson2-6/+4
2011-10-25armv7m: improve error handlingAndreas Fritiofson1-31/+23
2011-10-24warning: silence gcc by initializing local variablesØyvind Harboe1-1/+1
2011-10-23clang: fix warning w/assert so that clang knows that there will be no divisio...Øyvind Harboe1-1/+2
2011-10-23clang: fix malloc() warning with assertØyvind Harboe1-0/+2
2011-10-19Unused variablesFreddie Chopin2-10/+2
2011-10-18xscale: fix bug in xscale_receive()Matt Reimer1-1/+1
2011-10-17target_request: add target_got_message() that can be used to improve DCC perf...Øyvind Harboe2-0/+19
2011-10-13target: whitespace cleanupSpencer Oliver1-35/+32
2011-10-13breakpoint : smp software breakpoint issueMichel Jaouen2-3/+19
2011-10-11breakpoint : indentationMichel Jaouen1-36/+36
2011-10-09cortex_m3: use armv7m's async algorithm implementationAndreas Fritiofson1-0/+2
2011-10-09armv7m: implement async algorithm functionsAndreas Fritiofson2-40/+84
2011-10-09target: add async algorithm entries to the target typeAndreas Fritiofson3-0/+99
2011-09-30armv7a ,cortex a : add L1, L2 cache support, va to pa supportMichel Jaouen6-230/+911
2011-09-23add target events, run algorithm and default r/w buffer apiMathias K1-7/+173
2011-09-23kinetis : fix deadlock on device having hasidcode false.Michel Jaouen1-3/+1
2011-09-16kinetis auto mass erase on secured devicesMathias K1-0/+182
2011-08-31usleep to jtag_sleepRodrigo L. Rosa1-16/+16
2011-08-31static for some functionsRodrigo L. Rosa1-2/+2
2011-08-31speed up, relocate functionRodrigo L. Rosa1-46/+51
2011-08-30removed trailing whitespacesRodrigo L. Rosa1-96/+96
2011-08-30fix enter debug mode for lockingRodrigo L. Rosa1-13/+55
2011-08-30fix irlen handlingRodrigo L. Rosa1-5/+10
2011-08-30fix debug mode,lock,unlockRodrigo L. Rosa1-13/+210
2011-08-30fix error handling during haltRodrigo L. Rosa1-4/+4
2011-08-30optional crc for flash writingRodrigo L. Rosa2-18/+38
2011-08-30def syntax to match tap irlenRodrigo L. Rosa1-4/+4
2011-08-30cortex_a hybrid & context breakpointsHeythem Bouhaja6-48/+542
2011-08-24remove target argument from gdb packet handling functionsJie Zhang2-4/+6
2011-08-17remove white space before TABJie Zhang1-1/+1
2011-08-12mips: fix potential alignment errorStefan Mahr1-1/+19
2011-08-12mips: fix reading uint32 and uint16 when running on big endian hostStefan Mahr1-37/+20
2011-08-12target: add helper functions to get/set u16 or u32 array from/to bufferStefan Mahr2-0/+37
2011-08-10fix return code from dsp5680xx_readRodrigo L. Rosa1-1/+1
2011-08-10renamed for clarityRodrigo L. Rosa1-142/+140
2011-08-09mips32 : Fixed memory byte accessDrasko DRASKOVIC1-22/+27
2011-08-09mips32: Sync Caches to Make Instr Writes EffectiveDrasko DRASKOVIC2-29/+322
2011-08-09mips32: Added CP0 coprocessor R/W routinesDrasko DRASKOVIC6-5/+355
2011-08-09mips_m4k: common_magic should be unsignedDrasko DRASKOVIC1-1/+1
2011-08-09mips32: Removed Unnecessary JTAG Queue FlushDrasko DRASKOVIC1-7/+1
2011-08-09Revert "dsp5680xx: disable for now, it generates warnings"Øyvind Harboe2-7/+4