aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.h
AgeCommit message (Expand)AuthorFilesLines
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch1-22/+22
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-1/+1
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-5/+5
2009-05-22Submitted by Dean Glazeski <dnglaze@gmail.com>:zwelch1-30/+33
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch1-4/+0
2009-05-10David Brownell <david-b@pacbell.net> whitespace fixes.oharboe1-16/+16
2009-04-29Remove redundant declarations to allow building with -Wredundant-decls.zwelch1-1/+0
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-1/+1
2008-12-13- remove target specific variant and use target->variant memberntfreak1-1/+0
2008-10-30Hongtao Zheng single step fixesoharboe1-2/+5
2008-10-28Hongtao Zheng - more fixes to single stepping. Better hiding of details and ...oharboe1-5/+2
2008-10-27Hongtao Zheng - add simulation because previous functions could not halt for ...oharboe1-2/+5
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-1/+4
2008-08-14feroceon updated w.r.t. latest arm7/9 changesoharboe1-0/+2
2008-08-14arm7/9 breakpoint cleanup. arm7_9 sw/hw commands retired. openocd.texi is ale...oharboe1-2/+2
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe1-0/+3
2008-06-06Nicolas Pitre: Feroceon fixesoharboe1-0/+3
2008-05-27- moved flash erase_check target code to target.cntfreak1-0/+1
2008-04-16Update Embedded ICE registers explicitly during target->type->examine() insteadoharboe1-1/+1
2008-02-24- fixed target->type->poll() return valueoharboe1-1/+1
2008-02-21- add support for Marvell Feroceon (thanks to Nicolas Pitre for this patch)vpalatin1-0/+1
2007-10-22- add verify_image commandntfreak1-0/+1
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath1-0/+2
2007-05-29- split fileio handling into fileio part and image handlingdrath1-4/+3
2007-04-25- added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath1-0/+1
2007-04-16- explicitly disable monitor mode on ARM7/9 targetsdrath1-0/+2
2007-03-26- fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath1-0/+3
2007-01-22- fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath1-0/+4
2006-11-07- added support for the oocd-link (http://www.joernonline.de/dw/doku.php?id=e...drath1-2/+2
2006-08-31- endianess fixes everywhere but in the flash code. flashing might still be b...drath1-2/+3
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath1-0/+129