#include "target.h" less wildly
[fw/openocd] / src / target / armv7a.h
2009-11-16 David Brownell#include "target.h" less wildly
2009-11-16 David Brownelltarget: no implicit #includes of "register.h"
2009-11-16 David Brownelltarget: less implicit inclusion of "command.h"
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 Welchreg_cache_t -> struct reg_cache
2009-11-13 Zachary T Welcharmv7a_core_reg_t -> struct armv7a_core_reg
2009-11-13 Zachary T Welcharmv7a_algorithm_t -> struct armv7a_algorithm
2009-11-13 Zachary T Welcharmv7a_common_t -> struct armv7a_common
2009-11-13 Zachary T Welcharmv4_5_mmu_common_t -> struct armv4_5_mmu_common
2009-11-13 Zachary T Welchswjdp_common_t -> struct swjdp_common
2009-11-06 David BrownellCortex-A8: use 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-15 mluDefine debug_base, debug_ap, memory_ap in armv7a_common_t
2009-09-15 mluDefiny symbolic values for VA to PA address translation...
2009-08-26 oharboeMatt Hsu <matt@0xlab.org> and Holger Hans Peter Freythe...
2009-08-25 oharboestrange.... the code build and links w/Linux GCC target...
2009-08-25 oharboeDavid Brownell Subset of Cortex-A8 support from Magnus...