summaryrefslogtreecommitdiff
path: root/src/target/armv4_5.c
Commit message (Expand)AuthorAgeFilesLines
* David Brownell <david-b@pacbell.net> oharboe2009-09-091-4/+17
* David Brownell <david-b@pacbell.net> Tweak disassembly commands:oharboe2009-08-251-16/+39
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-3/+3
* Remove whitespace that occurs before ')'.zwelch2009-06-231-1/+1
* Remove whitespace that occurs after '('.zwelch2009-06-231-1/+1
* - Fixes '[|]' whitespacezwelch2009-06-231-1/+1
* - Fixes '+' whitespacezwelch2009-06-231-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-3/+3
* - Fixes '!=' whitespacezwelch2009-06-231-3/+3
* C99 printf() -Werror fixesduane2009-06-211-6/+10
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-9/+9
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-1/+1
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-3/+3
* David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch2009-05-211-1/+1
* Audit and eliminate redundant #include directives in arm target files.zwelch2009-05-111-12/+1
* David Brownell <david-b@pacbell.net> whitespace fixes.oharboe2009-05-101-10/+10
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-1/+1
* Slight improvement in run_algorithm register restore.mlu2009-04-031-4/+9
* Fix handling of thumb disassembly in armv4_5 disassemble. Courtesy of Adam D...kc8apf2009-01-191-5/+19
* - remove target specific variant and use target->variant memberntfreak2008-12-131-2/+0
* more robust error reporting for DCCoharboe2008-10-161-0/+3
* Laurentiu Cocanu - add error handlingoharboe2008-10-141-8/+30
* Fix problems with DCC downloads routine crashing silently.oharboe2008-10-121-19/+35
* Fixes SEGFAULT when setting registers from GDB.oharboe2008-10-071-0/+3
* GDB alive fixes for verify_imageoharboe2008-10-031-76/+79
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-0/+3
* duan ellis target tcl work in progressoharboe2008-08-241-1/+1
* fix BUG: keep_alive() error messagesoharboe2008-08-201-21/+9
* added some alive_sleep()'soharboe2008-08-191-2/+2
* fixed not halted error messagesoharboe2008-08-171-0/+1
* Fix crash when mode number fetched from the target is invalid.oharboe2008-05-191-0/+9
* fix mode output when illegal arm mode is detected. Now prints illegal mode fo...oharboe2008-05-191-2/+5
* This matters for embedded devices, but is probably not observably better for ...oharboe2008-05-071-36/+0
* Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe2008-04-111-5/+5
* - Work on fixing erase check. Many implementations are plain broken.oharboe2008-04-031-0/+1
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-20/+20
* - the jtag chain is examined and validated after GDB & telnet serversoharboe2008-03-101-6/+0
* - Improves error handling upon GDB connectoharboe2008-03-071-0/+1
* Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe2008-03-021-1/+1
* - fixed target->type->poll() return valueoharboe2008-02-241-3/+2
* - Fixed bug in pathmove for XScalentfreak2008-02-191-8/+8
* - disabled excessive debug output in jtag.hdrath2007-04-111-0/+7
* - merged XScale branch back into trunkdrath2007-03-281-1/+8
* - added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath2006-11-221-2/+2
* - str9x flash support (Thanks to Spencer Oliver)drath2006-09-281-2/+28
* - endianess fixes everywhere but in the flash code. flashing might still be b...drath2006-08-311-2/+2
* - fixed a minor problem with the GDB server that could drop the first packet ...drath2006-08-061-1/+1
* - Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath2006-07-171-0/+4
* - the 'help' command now takes an optional argument to display help only on a...drath2006-06-121-0/+44
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+583