aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.h
AgeCommit message (Expand)Author
2009-11-13armv4_5_common_t -> struct armZachary T Welch
2009-11-13breakpoint_t -> struct breakpointZachary T Welch
2009-11-13working_area_t -> struct working_areaZachary T Welch
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch
2009-11-13watchpoint_t -> struct watchpointZachary T Welch
2009-11-13arm_jtag_t -> struct arm_jtagZachary T Welch
2009-11-13arm7_9_common_t -> struct arm7_9_commonZachary T Welch
2009-11-13reg_param_t -> struct reg_paramZachary T Welch
2009-11-13mem_param_t -> struct mem_paramZachary T Welch
2009-11-11ETM: remove old mid-level ETM handleDavid Brownell
2009-11-09finish removing deprecated/obsolete commandsDavid Brownell
2009-11-05ARM: shrink offsetsDavid Brownell
2009-11-05ARM: other code uses the new inheritance/nesting schemeDavid Brownell
2009-11-05target: provide container_of()David Brownell
2009-11-05debug interface: get rid of unused pre_debug fnØyvind Harboe
2009-09-12David Brownell <david-b@pacbell.net> oharboe
2009-08-28restore ICE watchpoint registers when the *last* software breakpoint is removedoharboe
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-05-22Submitted by Dean Glazeski <dnglaze@gmail.com>:zwelch
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch
2009-05-10David Brownell <david-b@pacbell.net> whitespace fixes.oharboe
2009-04-29Remove redundant declarations to allow building with -Wredundant-decls.zwelch
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-10-30Hongtao Zheng single step fixesoharboe
2008-10-28Hongtao Zheng - more fixes to single stepping. Better hiding of details and ...oharboe
2008-10-27Hongtao Zheng - add simulation because previous functions could not halt for ...oharboe
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-08-14feroceon updated w.r.t. latest arm7/9 changesoharboe
2008-08-14arm7/9 breakpoint cleanup. arm7_9 sw/hw commands retired. openocd.texi is ale...oharboe
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe
2008-06-06Nicolas Pitre: Feroceon fixesoharboe
2008-05-27- moved flash erase_check target code to target.cntfreak
2008-04-16Update Embedded ICE registers explicitly during target->type->examine() insteadoharboe
2008-02-24- fixed target->type->poll() return valueoharboe
2008-02-21- add support for Marvell Feroceon (thanks to Nicolas Pitre for this patch)vpalatin
2007-10-22- add verify_image commandntfreak
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath
2007-05-29- split fileio handling into fileio part and image handlingdrath
2007-04-25- added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath
2007-04-16- explicitly disable monitor mode on ARM7/9 targetsdrath
2007-03-26- fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath
2007-01-22- fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath
2006-11-07- added support for the oocd-link (http://www.joernonline.de/dw/doku.php?id=e...drath
2006-08-31- endianess fixes everywhere but in the flash code. flashing might still be b...drath
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath