]> git.sur5r.net Git - openocd/history - src/target/armv4_5.h
remove target_type register_command callback
[openocd] / src / target / armv4_5.h
2009-11-25 Zachary T Welchremove target_type register_command callback
2009-11-24 David BrownellARM: new DPM interface
2009-11-22 David BrownellARM: remove 'armv4_5_common_s' migration #define
2009-11-22 David BrownellARM: define two register utilities
2009-11-22 David BrownellARM: simplify CPSR handling
2009-11-21 David BrownellARM: pass 'struct reg *' to register r/w routines
2009-11-20 David Brownelltarget: create/use register_cache_invalidate()
2009-11-19 David BrownellARM: remove per-register malloc
2009-11-19 David BrownellARMv7-A: use standard ARM core states
2009-11-18 David BrownellARM: setup "secure monitor mode" shadow regs
2009-11-18 David BrownellARM: add "core_type" field to "struct arm"
2009-11-18 David BrownellARM: add is_arm_mode()
2009-11-18 David BrownellARM: add arm_mode_name()
2009-11-18 David BrownellARM: only use one set of dummy FPA registers
2009-11-16 David Brownelltarget: don't include "log.h" from "armv4_5.h"
2009-11-16 David BrownellARM: move mode functions out of header
2009-11-16 David Brownelltarget: less implicit inclusion of "etm.h"
2009-11-16 David Brownelltarget: no implicit #includes of "register.h"
2009-11-16 David Brownelltarget: less implicit inclusion of "command.h"
2009-11-15 David BrownellARM: memory utils aren't ARM7/ARM9 dependent
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 Welchreg_t -> struct reg
2009-11-13 Zachary T Welcharmv4_5_common_t -> struct arm
2009-11-13 Zachary T Welchetm_context_t -> struct etm_context
2009-11-13 Zachary T Welchreg_cache_t -> struct reg_cache
2009-11-13 Zachary T Welcharmv4_5_core_reg_t -> struct armv4_5_core_reg
2009-11-13 Zachary T Welcharmv4_5_algorithm_t -> struct armv4_5_algorithm
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-12 David BrownellARM: start generalized base type
2009-11-09 Zachary T Welchsrc/target: remove 'extern' and wrap headers
2009-11-06 David Brownelltarget: provide container_of()
2009-10-23 Øyvind Harboemcr/mrc interface work. Implemented for arm926ejs and...
2009-10-15 David Brownellportability updates
2009-09-09 oharboeDavid Brownell <david-b@pacbell.net>
2009-07-06 oharboemore debug output for translation of arm mode number...
2009-07-06 oharboea bit more debug output for translation of invalid...
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target/arm*
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> use ARM4_5_MODE_ANY...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-05-19 oharboefix mode output when illegal arm mode is detected....
2008-05-07 oharboeThis matters for embedded devices, but is probably...
2008-02-24 oharboe- fixed target->type->poll() return value
2007-05-29 drath- split fileio handling into fileio part and image...
2007-03-28 drath- merged XScale branch back into trunk
2007-02-03 drath- add missing parentheses around macro parameters ...
2006-09-04 drath- added debug output for D/I FSR and FAR (arm920t)
2006-08-31 drath- endianess fixes everywhere but in the flash code...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/