aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv4_5.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-05ARM: other code uses the new inheritance/nesting schemeDavid Brownell1-9/+9
2009-11-05Improve armv4_5 command argument parsing.Zachary T Welch1-2/+2
2009-09-09David Brownell <david-b@pacbell.net> oharboe1-4/+17
2009-08-25David Brownell <david-b@pacbell.net> Tweak disassembly commands:oharboe1-16/+39
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-3/+3
2009-06-23Remove whitespace that occurs before ')'.zwelch1-1/+1
2009-06-23Remove whitespace that occurs after '('.zwelch1-1/+1
2009-06-23- Fixes '[|]' whitespacezwelch1-1/+1
2009-06-23- Fixes '+' whitespacezwelch1-1/+1
2009-06-23- Fixes '=' whitespacezwelch1-3/+3
2009-06-23- Fixes '!=' whitespacezwelch1-3/+3
2009-06-21C99 printf() -Werror fixesduane1-6/+10
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch1-9/+9
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-1/+1
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-3/+3
2009-05-21David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch1-1/+1
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch1-12/+1
2009-05-10David Brownell <david-b@pacbell.net> whitespace fixes.oharboe1-10/+10
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-1/+1
2009-04-03Slight improvement in run_algorithm register restore.mlu1-4/+9
2009-01-19Fix handling of thumb disassembly in armv4_5 disassemble. Courtesy of Adam D...kc8apf1-5/+19
2008-12-13- remove target specific variant and use target->variant memberntfreak1-2/+0
2008-10-16more robust error reporting for DCCoharboe1-0/+3
2008-10-14Laurentiu Cocanu - add error handlingoharboe1-8/+30
2008-10-12 Fix problems with DCC downloads routine crashing silently.oharboe1-19/+35
2008-10-07Fixes SEGFAULT when setting registers from GDB.oharboe1-0/+3
2008-10-03GDB alive fixes for verify_imageoharboe1-76/+79
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-0/+3
2008-08-24duan ellis target tcl work in progressoharboe1-1/+1
2008-08-20fix BUG: keep_alive() error messagesoharboe1-21/+9
2008-08-19added some alive_sleep()'soharboe1-2/+2
2008-08-17fixed not halted error messagesoharboe1-0/+1
2008-05-19Fix crash when mode number fetched from the target is invalid.oharboe1-0/+9
2008-05-19fix mode output when illegal arm mode is detected. Now prints illegal mode fo...oharboe1-2/+5
2008-05-07This matters for embedded devices, but is probably not observably better for ...oharboe1-36/+0
2008-04-11Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe1-5/+5
2008-04-03- Work on fixing erase check. Many implementations are plain broken.oharboe1-0/+1
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-20/+20
2008-03-10- the jtag chain is examined and validated after GDB & telnet serversoharboe1-6/+0
2008-03-07- Improves error handling upon GDB connectoharboe1-0/+1
2008-03-02Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe1-1/+1
2008-02-24- fixed target->type->poll() return valueoharboe1-3/+2
2008-02-19- Fixed bug in pathmove for XScalentfreak1-8/+8
2007-04-11- disabled excessive debug output in jtag.hdrath1-0/+7
2007-03-28- merged XScale branch back into trunkdrath1-1/+8
2006-11-22- added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath1-2/+2
2006-09-28- str9x flash support (Thanks to Spencer Oliver)drath1-2/+28
2006-08-31- endianess fixes everywhere but in the flash code. flashing might still be b...drath1-2/+2
2006-08-06- fixed a minor problem with the GDB server that could drop the first packet ...drath1-1/+1
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath1-0/+4