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