mips: optimize write code for speed
[fw/openocd] / src / target / arm7_9_common.h
2012-08-29 Andreas Fritiofsonarm7_9: Fix broken halfword/byte memory reads
2012-03-13 Spencer Olivertarget: remove unused declaration
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2012-01-23 Spencer Olivercleanup: rename armv4_5 to arm for readability
2011-04-01 Øyvind HarboeMerge remote branch 'origin/master' into HEAD
2011-04-01 Øyvind Harboetypes: write memory now uses const
2010-07-19 Øyvind Harboedebug: debug entry error propagation
2010-04-10 Antonio BorneoTARGET/ARM7_9_COMMON: review scope of symbols
2010-03-17 Øyvind Harboearm7/9: remove unused post_restore_context
2010-01-13 Øyvind Harboearm7/9: add fn to check if dcc downloads have been...
2009-12-13 David Brownelltarget files shouldn't #include <target/...h>
2009-12-07 David BrownellARM: use <target/arm.h> not armv4_5.h
2009-12-03 Zachary T Welchchange #include "armv4_5.h" to <target/armv4_5.h>
2009-12-03 Zachary T Welchchange #include "arm_jtag.h" to <target/arm_jtag.h>
2009-11-25 Zachary T Welchremove target_type register_command callback
2009-11-21 David BrownellARM: pass 'struct reg *' to register r/w routines
2009-11-16 David Brownelltarget: less implicit inclusion of "etm.h"
2009-11-16 David Brownelltarget: don't implicitly include "breakpoint.h"
2009-11-15 David BrownellARM: memory utils aren't ARM7/ARM9 dependent
2009-11-14 David BrownellARM7/ARM9: use shared examine() method
2009-11-13 David BrownellARM7/9: rm arm7_9_get_arch_pointers()
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welcharmv4_5_common_t -> struct arm
2009-11-13 Zachary T Welchbreakpoint_t -> struct breakpoint
2009-11-13 Zachary T Welchworking_area_t -> struct working_area
2009-11-13 Zachary T Welchreg_cache_t -> struct reg_cache
2009-11-13 Zachary T Welchwatchpoint_t -> struct watchpoint
2009-11-13 Zachary T Welcharm_jtag_t -> struct arm_jtag
2009-11-13 Zachary T Welcharm7_9_common_t -> struct arm7_9_common
2009-11-13 Zachary T Welchreg_param_t -> struct reg_param
2009-11-13 Zachary T Welchmem_param_t -> struct mem_param
2009-11-12 David BrownellETM: remove old mid-level ETM handle
2009-11-09 David Brownellfinish removing deprecated/obsolete commands
2009-11-06 David BrownellARM: shrink offsets
2009-11-06 David BrownellARM: other code uses the new inheritance/nesting scheme
2009-11-06 David Brownelltarget: provide container_of()
2009-11-05 Øyvind Harboedebug interface: get rid of unused pre_debug fn
2009-09-12 oharboeDavid Brownell <david-b@pacbell.net>
2009-08-28 oharboerestore ICE watchpoint registers when the *last* softwa...
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target/arm*
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-05-22 zwelchSubmitted by Dean Glazeski <dnglaze@gmail.com>:
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-10 oharboeDavid Brownell <david-b@pacbell.net> whitespace fixes.
2009-04-29 zwelchRemove redundant declarations to allow building with...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-10-30 oharboeHongtao Zheng single step fixes
2008-10-28 oharboeHongtao Zheng - more fixes to single stepping. Better...
2008-10-27 oharboeHongtao Zheng - add simulation because previous functio...
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-08-14 oharboeferoceon updated w.r.t. latest arm7/9 changes
2008-08-14 oharboearm7/9 breakpoint cleanup. arm7_9 sw/hw commands retire...
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-06-06 oharboeNicolas Pitre: Feroceon fixes
2008-05-27 ntfreak- moved flash erase_check target code to target.c
2008-04-16 oharboeUpdate Embedded ICE registers explicitly during target...
2008-02-24 oharboe- fixed target->type->poll() return value
2008-02-21 vpalatin- add support for Marvell Feroceon (thanks to Nicolas...
2007-10-22 ntfreak- add verify_image command
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-05-29 drath- split fileio handling into fileio part and image...
2007-04-25 drath- added support for error handlers to JTAG scan command...
2007-04-16 drath- explicitly disable monitor mode on ARM7/9 targets
2007-03-26 drath- fixed arm926 cp15 command bug (thanks to Vincent...
2007-01-22 drath- fix incorrect parsing of whitespace in command.c...
2006-11-07 drath- added support for the oocd-link (joernonline.de/dw...
2006-08-31 drath- endianess fixes everywhere but in the flash code...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/