aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)Author
2009-11-03target: require working area for physical/virtual addresses to be specifiedØyvind Harboe
2009-10-23Remove debug output that could cause compile warnings.Øyvind Harboe
2009-10-23mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman...Øyvind Harboe
2009-10-22have "reg" command print cache names tooDavid Brownell
2009-10-21Added target_read/write_phys_memory() fn's. mdX/mwX commands updated to suppo...Øyvind Harboe
2009-10-13Do not replace virt2phys with the default one if it was assignedYauheni Kaliuta
2009-10-13Propagate error from assert, deassert and halt on tcl target object.Øyvind Harboe
2009-10-12If halt times out, stop GDB. Allows e.g. manual reset via monitor commands.Øyvind Harboe
2009-10-08prevent abort via polling during jtag_resetDavid Brownell
2009-10-08Stop GDB when polling fails, srst assert or powerdropout is detectedØyvind Harboe
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell
2009-09-20Debug message updates:dbrownell
2009-09-19Minor behavior fixes for the two JTAG reset events (C/internal,dbrownell
2009-09-11Nicolas Pitre <nico@cam.org> Dragonite supportoharboe
2009-09-11spelling mistakeoharboe
2009-09-11registering a target event twice caused infinite loop. Same bug as in jtag/co...oharboe
2009-09-10Alexei Babich <a.babich@rez.ru> fix problems with unecessary tailend byte acc...oharboe
2009-08-30David Brownell <david-b@pacbell.net> start phasing out integers as target IDsoharboe
2009-08-25David Brownell <david-b@pacbell.net> Accomodate targets which don't support v...oharboe
2009-08-25Ferdinand Postema <ferdinand@postema.eu> fix warningsoharboe
2009-08-19David Brownell <david-b@pacbell.net>Fix some command helptext:oharboe
2009-08-18David Brownell [david-b@pacbell.net]:ntfreak
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-07-06Fix regression in "step" command introduced in 2190oharboe
2009-06-28Remove extra newline from debug log messageduane
2009-06-28Refactor code, create target_state_name()duane
2009-06-23Remove whitespace at end of lines, step 1.zwelch
2009-06-23- Replace '){' with ') {'.zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '[<>]' whitespacezwelch
2009-06-23- Fixes '[|]' whitespacezwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '==' whitespacezwelch
2009-06-23- Fixes '>>' whitespacezwelch
2009-06-23- Fixes '>=' whitespacezwelch
2009-06-23- Fixes '&&' whitespacezwelch
2009-06-23- Fixes '[+]=' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-23- Fixes '-=' whitespacezwelch
2009-06-23- Replace 'for(' with 'for ('.zwelch
2009-06-23- Replace 'switch(' with 'switch ('.zwelch
2009-06-23- Replace 'while(' with 'while ('.zwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-21Oleksandr Tymoshenko <gonzo@bluezbox.com>:zwelch
2009-06-21C99 printf() -Werror fixesduane
2009-06-19Paulius Zaleckas <paulius.zaleckas@gmail.com>:zwelch
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch