summaryrefslogtreecommitdiff
path: root/src/target/target.c
Commit message (Expand)AuthorAgeFilesLines
* target: require working area for physical/virtual addresses to be specifiedØyvind Harboe2009-11-031-6/+24
* Remove debug output that could cause compile warnings.Øyvind Harboe2009-10-231-2/+0
* mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman...Øyvind Harboe2009-10-231-7/+155
* have "reg" command print cache names tooDavid Brownell2009-10-221-0/+2
* Added target_read/write_phys_memory() fn's. mdX/mwX commands updated to suppo...Øyvind Harboe2009-10-211-10/+65
* Do not replace virt2phys with the default one if it was assignedYauheni Kaliuta2009-10-131-1/+0
* Propagate error from assert, deassert and halt on tcl target object.Øyvind Harboe2009-10-131-5/+9
* If halt times out, stop GDB. Allows e.g. manual reset via monitor commands.Øyvind Harboe2009-10-121-2/+37
* prevent abort via polling during jtag_resetDavid Brownell2009-10-081-9/+8
* Stop GDB when polling fails, srst assert or powerdropout is detectedØyvind Harboe2009-10-081-2/+16
* Remove annoying end-of-line whitespace from most src/*dbrownell2009-09-211-1/+1
* Debug message updates:dbrownell2009-09-201-12/+1
* Minor behavior fixes for the two JTAG reset events (C/internal,dbrownell2009-09-191-1/+2
* Nicolas Pitre <nico@cam.org> Dragonite supportoharboe2009-09-111-0/+2
* spelling mistakeoharboe2009-09-111-2/+2
* registering a target event twice caused infinite loop. Same bug as in jtag/co...oharboe2009-09-111-4/+9
* Alexei Babich <a.babich@rez.ru> fix problems with unecessary tailend byte acc...oharboe2009-09-101-0/+12
* David Brownell <david-b@pacbell.net> start phasing out integers as target IDsoharboe2009-08-301-33/+21
* David Brownell <david-b@pacbell.net> Accomodate targets which don't support v...oharboe2009-08-251-0/+12
* Ferdinand Postema <ferdinand@postema.eu> fix warningsoharboe2009-08-251-2/+2
* David Brownell <david-b@pacbell.net>Fix some command helptext:oharboe2009-08-191-4/+13
* David Brownell [david-b@pacbell.net]:ntfreak2009-08-181-10/+21
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Fix regression in "step" command introduced in 2190oharboe2009-07-061-2/+5
* Remove extra newline from debug log messageduane2009-06-281-1/+1
* Refactor code, create target_state_name()duane2009-06-281-5/+16
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-65/+65
* - Replace '){' with ') {'.zwelch2009-06-231-130/+130
* Remove whitespace that occurs before ')'.zwelch2009-06-231-271/+271
* Remove whitespace that occurs after '('.zwelch2009-06-231-308/+308
* - Fixes '[<>]' whitespacezwelch2009-06-231-19/+19
* - Fixes '[|]' whitespacezwelch2009-06-231-2/+2
* - Fixes '+' whitespacezwelch2009-06-231-23/+23
* - Fixes '=' whitespacezwelch2009-06-231-62/+62
* - Fixes '==' whitespacezwelch2009-06-231-14/+14
* - Fixes '>>' whitespacezwelch2009-06-231-2/+2
* - Fixes '>=' whitespacezwelch2009-06-231-3/+3
* - Fixes '&&' whitespacezwelch2009-06-231-1/+1
* - Fixes '[+]=' whitespacezwelch2009-06-231-3/+3
* - Fixes '!=' whitespacezwelch2009-06-231-10/+10
* - Fixes '-=' whitespacezwelch2009-06-231-4/+4
* - Replace 'for(' with 'for ('.zwelch2009-06-231-11/+11
* - Replace 'switch(' with 'switch ('.zwelch2009-06-231-7/+7
* - Replace 'while(' with 'while ('.zwelch2009-06-231-13/+13
* - Replace 'if(' with 'if ('.zwelch2009-06-231-116/+116
* Oleksandr Tymoshenko <gonzo@bluezbox.com>:zwelch2009-06-211-1/+3
* C99 printf() -Werror fixesduane2009-06-211-45/+120
* Paulius Zaleckas <paulius.zaleckas@gmail.com>:zwelch2009-06-191-0/+2
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-99/+99
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-6/+6