summaryrefslogtreecommitdiff
path: root/src/target/target.c
Commit message (Expand)AuthorAgeFilesLines
* partial support for 568013 and 568037, target integration.Rodrigo L. Rosa2011-05-181-0/+2
* smp : infra for smp minimum supportMichel Jaouen2011-04-281-2/+69
* RTOS Thread awareness support wipBroadcom Corporation (Evan Hunter)2011-04-151-0/+21
* types: write memory now uses constØyvind Harboe2011-04-011-10/+10
* target: add -dbgbase option to target configurationØyvind Harboe2011-03-311-0/+18
* cortex a9: merge cortex a9 and a8 codeØyvind Harboe2011-03-221-2/+0
* target: allow targets to override memory alignmentMathias K2011-03-171-4/+26
* Fix a bunch of typos.Uwe Hermann2011-03-171-1/+1
* 24bit buffer supportMathias K2011-02-031-0/+18
* cortex_a9: add source files for Cortex A9 support.Aaron Carroll2011-01-311-0/+2
* Add '-coreid' target option to support multiple cores per TAP.Aaron Carroll2011-01-311-0/+22
* target: change working area free data typeSpencer Oliver2011-01-041-2/+2
* Compilation Warnings on OS X 10.5Andrew MacIsaac2010-12-291-1/+1
* target: do not expose error numbers to usersØyvind Harboe2010-12-291-6/+0
* profile: use 100Hz as a default sampling frequencyØyvind Harboe2010-12-011-2/+2
* fastload: fix error handling upon running out of memoryØyvind Harboe2010-11-221-6/+16
* arm964e: Add support for ARM946E target.ddraskovic2010-11-041-0/+2
* jim tests: use installedØyvind Harboe2010-10-291-29/+43
* TARGET: review handle_load_image_command()Antonio Borneo2010-10-121-16/+8
* TARGET: fix segfault in handle_dump_image_command()Antonio Borneo2010-10-121-3/+3
* fileio: fileio_size() can now failØyvind Harboe2010-09-291-2/+6
* fileio: refactor struct fileio to be an opaque structureØyvind Harboe2010-09-291-2/+2
* avr32: work-in-progressOleksandr Tymoshenko2010-08-151-0/+2
* tcl: remove silly ocd_ prefix to array2mem and mem2arrayØyvind Harboe2010-08-111-2/+2
* target: if polling fails, back offØyvind Harboe2010-08-091-8/+29
* verify_image: print out a statement that there are no further errorsØyvind Harboe2010-08-021-1/+10
* target: $_TARGET mdw now has a phys optionØyvind Harboe2010-06-221-8/+28
* target: mwX on target object now supporst phys argumentØyvind Harboe2010-06-221-8/+25
* target: Fix shadow issues on MacEdgar Grimberg2010-06-221-3/+3
* target: -Wshdaow warning fixØyvind Harboe2010-06-151-5/+5
* target: fix retval gaffe in mwX commandsØyvind Harboe2010-06-141-1/+1
* verify: display up to 128 diff'sØyvind Harboe2010-06-081-11/+19
* Change kb/s to KiB/s in messages about kibibytesJon Povey2010-05-161-4/+4
* flash: stop caching protection stateØyvind Harboe2010-05-051-13/+0
* command context: fix errors when running certain commands on startupØyvind Harboe2010-05-051-14/+15
* target: clean up target memory allocation error messagesØyvind Harboe2010-05-041-3/+14
* TARGET: review unused symbolsAntonio Borneo2010-04-101-16/+0
* TARGET: review scope of functionsAntonio Borneo2010-04-101-14/+15
* Restore deleted '!' characterDavid Brownell2010-04-041-1/+1
* target: are we running algorithm code?David Brownell2010-04-041-1/+8
* simplify and unconfuse target_run_algorithm()David Brownell2010-04-041-17/+33
* target: fix poll offØyvind Harboe2010-03-251-0/+6
* gdb: long running "monitor mww" now works w/gdbØyvind Harboe2010-03-171-0/+2
* target: faster mww operationsØyvind Harboe2010-03-171-38/+77
* target: mdX/mwX on target were badly brokenØyvind Harboe2010-03-171-7/+14
* NOR: invalidate cached state on target resumeDavid Brownell2010-03-031-0/+9
* target_resume() doxygenDavid Brownell2010-03-021-3/+33
* gdb: restore behavior from 0.3.1 for srst_asserted and power_restoreØyvind Harboe2010-02-011-13/+23
* target: print reason why GDB haltsØyvind Harboe2010-01-211-0/+10
* target: Fixed format problem for mdhEdgar Grimberg2010-01-211-1/+1