summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.h
Commit message (Expand)AuthorAgeFilesLines
* David Brownell <david-b@pacbell.net> oharboe2009-09-121-11/+12
* restore ICE watchpoint registers when the *last* software breakpoint is removedoharboe2009-08-281-0/+1
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-22/+22
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-1/+1
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-5/+5
* Submitted by Dean Glazeski <dnglaze@gmail.com>:zwelch2009-05-221-30/+33
* Audit and eliminate redundant #include directives in arm target files.zwelch2009-05-111-4/+0
* David Brownell <david-b@pacbell.net> whitespace fixes.oharboe2009-05-101-16/+16
* Remove redundant declarations to allow building with -Wredundant-decls.zwelch2009-04-291-1/+0
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-1/+1
* - remove target specific variant and use target->variant memberntfreak2008-12-131-1/+0
* Hongtao Zheng single step fixesoharboe2008-10-301-2/+5
* Hongtao Zheng - more fixes to single stepping. Better hiding of details and ...oharboe2008-10-281-5/+2
* Hongtao Zheng - add simulation because previous functions could not halt for ...oharboe2008-10-271-2/+5
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+4
* feroceon updated w.r.t. latest arm7/9 changesoharboe2008-08-141-0/+2
* arm7/9 breakpoint cleanup. arm7_9 sw/hw commands retired. openocd.texi is ale...oharboe2008-08-141-2/+2
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* Nicolas Pitre: Feroceon fixesoharboe2008-06-061-0/+3
* - moved flash erase_check target code to target.cntfreak2008-05-271-0/+1
* Update Embedded ICE registers explicitly during target->type->examine() insteadoharboe2008-04-161-1/+1
* - fixed target->type->poll() return valueoharboe2008-02-241-1/+1
* - add support for Marvell Feroceon (thanks to Nicolas Pitre for this patch)vpalatin2008-02-211-0/+1
* - add verify_image commandntfreak2007-10-221-0/+1
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-0/+2
* - split fileio handling into fileio part and image handlingdrath2007-05-291-4/+3
* - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath2007-04-251-0/+1
* - explicitly disable monitor mode on ARM7/9 targetsdrath2007-04-161-0/+2
* - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath2007-03-261-0/+3
* - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath2007-01-221-0/+4
* - added support for the oocd-link (http://www.joernonline.de/dw/doku.php?id=e...drath2006-11-071-2/+2
* - endianess fixes everywhere but in the flash code. flashing might still be b...drath2006-08-311-2/+3
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+129