aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)Author
2011-11-02arm11: print next address to debugØyvind Harboe
2011-11-01cortex_m: add missing error checkingØyvind Harboe
2011-11-01target: fix null pointer exceptionØyvind Harboe
2011-11-01target: rename cortex_m3.[ch] to cortex_m.[ch]Spencer Oliver
2011-10-31warning fix: remove senseless assignment before bailing out of fn w/errorØyvind Harboe
2011-10-31warnings: null pointer check fixØyvind Harboe
2011-10-31bugfixes: tinker a bit with the targets commandØyvind Harboe
2011-10-31dsp563xxx: fix missing error propagation found by clangØyvind Harboe
2011-10-27bugfixes: numerous bugs in error propagation found by clangØyvind Harboe
2011-10-26clang: fix warning about use of unitialized variableØyvind Harboe
2011-10-25armv7a: fix scan-build warningsAndreas Fritiofson
2011-10-25armv7a: make local functions staticAndreas Fritiofson
2011-10-25armv7m: improve error handlingAndreas Fritiofson
2011-10-24warning: silence gcc by initializing local variablesØyvind Harboe
2011-10-23clang: fix warning w/assert so that clang knows that there will be no divisio...Øyvind Harboe
2011-10-23clang: fix malloc() warning with assertØyvind Harboe
2011-10-19Unused variablesFreddie Chopin
2011-10-18xscale: fix bug in xscale_receive()Matt Reimer
2011-10-17target_request: add target_got_message() that can be used to improve DCC perf...Øyvind Harboe
2011-10-13target: whitespace cleanupSpencer Oliver
2011-10-13breakpoint : smp software breakpoint issueMichel Jaouen
2011-10-11breakpoint : indentationMichel Jaouen
2011-10-09cortex_m3: use armv7m's async algorithm implementationAndreas Fritiofson
2011-10-09armv7m: implement async algorithm functionsAndreas Fritiofson
2011-10-09target: add async algorithm entries to the target typeAndreas Fritiofson
2011-09-30armv7a ,cortex a : add L1, L2 cache support, va to pa supportMichel Jaouen
2011-09-23add target events, run algorithm and default r/w buffer apiMathias K
2011-09-23kinetis : fix deadlock on device having hasidcode false.Michel Jaouen
2011-09-16kinetis auto mass erase on secured devicesMathias K
2011-08-31usleep to jtag_sleepRodrigo L. Rosa
2011-08-31static for some functionsRodrigo L. Rosa
2011-08-31speed up, relocate functionRodrigo L. Rosa
2011-08-30removed trailing whitespacesRodrigo L. Rosa
2011-08-30fix enter debug mode for lockingRodrigo L. Rosa
2011-08-30fix irlen handlingRodrigo L. Rosa
2011-08-30fix debug mode,lock,unlockRodrigo L. Rosa
2011-08-30fix error handling during haltRodrigo L. Rosa
2011-08-30optional crc for flash writingRodrigo L. Rosa
2011-08-30def syntax to match tap irlenRodrigo L. Rosa
2011-08-30cortex_a hybrid & context breakpointsHeythem Bouhaja
2011-08-24remove target argument from gdb packet handling functionsJie Zhang
2011-08-17remove white space before TABJie Zhang
2011-08-12mips: fix potential alignment errorStefan Mahr
2011-08-12mips: fix reading uint32 and uint16 when running on big endian hostStefan Mahr
2011-08-12target: add helper functions to get/set u16 or u32 array from/to bufferStefan Mahr
2011-08-10fix return code from dsp5680xx_readRodrigo L. Rosa
2011-08-10renamed for clarityRodrigo L. Rosa
2011-08-09mips32 : Fixed memory byte accessDrasko DRASKOVIC
2011-08-09mips32: Sync Caches to Make Instr Writes EffectiveDrasko DRASKOVIC
2011-08-09mips32: Added CP0 coprocessor R/W routinesDrasko DRASKOVIC