target_t -> struct target
[fw/openocd] / src / target / cortex_a8.h
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchcortex_a8_wrp_t -> struct cortex_a8_wrp
2009-11-13 Zachary T Welchcortex_a8_brp_t -> struct cortex_a8_brp
2009-11-13 Zachary T Welchcortex_a8_common_t -> struct cortex_a8_common
2009-11-13 Zachary T Welcharmv7a_common_t -> struct armv7a_common
2009-11-13 Zachary T Welcharm_jtag_t -> struct arm_jtag
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-11 Zachary T Welchcortex_a8: remove declarations, use static keyword
2009-11-09 Zachary T Welchsrc/target: remove 'extern' and wrap headers
2009-11-06 David BrownellCortex-A8: use the new inheritance/nesting scheme
2009-11-06 David Brownelltarget: provide container_of()
2009-09-30 mluAdd DSCR_DTR_RX_FULL bit define
2009-09-19 mluAdded CPUDBG_WCR_BASE define
2009-09-16 mluRemove unused varables (moved to armv7a)
2009-09-13 mluMore CortexA8 debug register definitions.
2009-09-04 oharboeMatt Hsu <matt@0xlab.org> Tidy up the bit-offset operat...
2009-08-26 oharboeMatt Hsu <matt@0xlab.org> cortex-a8: Copy some more...
2009-08-25 oharboeDavid Brownell The rest of the Cortex-A8 support from...
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-05-04 oharboeDirk Behme <dirk.behme@googlemail.com> Add minimalist...