target_t -> struct target
[fw/openocd] / src / target / cortex_a8.c
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchtarget_type_t -> struct target_type
2009-11-13 Zachary T Welcharmv4_5_common_t -> struct arm
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 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 Welchcortex_a8_common_t -> struct cortex_a8_common
2009-11-13 Zachary T Welcharmv7a_common_t -> struct armv7a_common
2009-11-13 Zachary T Welchswjdp_common_t -> struct swjdp_common
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-13 David BrownellCortex-A8: fix indent
2009-11-11 Zachary T Welchcortex_a8: remove declarations, use static keyword
2009-11-06 David BrownellCortex-A8: use the new inheritance/nesting scheme
2009-11-05 Øyvind Harboecortex_a8: add mrc mcr interface.
2009-11-05 Øyvind Harboetarget: remove unused interface fn that clutters code
2009-11-05 Øyvind Harboedebug interface: get rid of unused pre_debug fn
2009-10-13 Yauheni KaliutaCleanup: nuke trailling whitespaces
2009-10-05 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-02 mluIt is not possible to invalidate I-Cache on memory...
2009-10-02 mluMake sure that DSCR_DTR_RX is not full before writing
2009-10-02 mluMore error reporting in Cortex_a8 execute_opcode
2009-10-02 mluAdded asser_reset and deassert_reset for cortex_a8
2009-10-02 mluAdded asser_reset and deassert_reset for cortex_a8
2009-09-21 dbrownellRemove annoying end-of-line whitespace from most src/*
2009-09-19 mluAvoid cache invalidation when writing to hardware debug...
2009-09-18 mluMove Cortex A8 debug access initialisation from omap353...
2009-09-16 mluUse a variable armv7a->debug_base instead of hardedcode...
2009-09-14 mluCheck return values to avoid infinite wait in loop...
2009-09-14 mluCache invalidation when writing to memory
2009-09-13 mluFix argument passing in cortex_a8_write_cp.
2009-09-08 mluLoad PC with bit 0 set to 1 when resuming to say in...
2009-09-07 mluImproved handling of instruction set state, helps for...
2009-09-04 oharboeMatt Hsu <matt@0xlab.org> This patch simply enables...
2009-09-04 oharboeMatt Hsu <matt@0xlab.org> Tidy up the bit-offset operat...
2009-08-26 oharboeMatt Hsu <matt@0xlab.org> and Holger Hans Peter Freythe...
2009-08-26 oharboeMatt Hsu <matt@0xlab.org> and Holger Hans Peter Freythe...
2009-08-26 oharboeMatt Hsu <matt@0xlab.org> cortex_a8_exec_opcode is...
2009-08-26 oharboeMatt Hsu <matt@0xlab.org> Wait for the DTRRX to be...
2009-08-26 oharboeMatt Hsu <matt@0xlab.org> and Holger Hans Peter Freythe...
2009-08-25 ntfreak- fix build warnings
2009-08-25 oharboeDavid Brownell The rest of the Cortex-A8 support from...
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-05-31 zwelchFinal step in isolating target_type_s structure:
2009-05-31 zwelchFirst step in hiding target_type_s from public interface:
2009-05-31 zwelchAdd wrappers for target->type->examined:
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-04 oharboeDirk Behme <dirk.behme@googlemail.com> Add minimalist...