use COMMAND_REGISTER macro
[fw/openocd] / src / target / cortex_a8.c
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-25 David BrownellCortex-A8: avoid DSCR reads
2009-11-25 David BrownellCortex-A8: hook up DPM
2009-11-25 David BrownellCortex-A8: implement DPM
2009-11-25 David BrownellCortex-A8: minor cleanup
2009-11-22 David BrownellARM: use arm_reg_current()
2009-11-22 David BrownellARM: remove 'armv4_5_common_s' migration #define
2009-11-22 David BrownellARM: arm_set_cpsr() handles T and J bits
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 BrownellCortex-A8: better context restore
2009-11-20 David BrownellCortex-A8: mode support
2009-11-20 David Brownelltarget: create/use register_cache_invalidate()
2009-11-19 David BrownellCortex-A8: parts of examine() run just once
2009-11-19 David BrownellARMv7-A: use standard ARM core states
2009-11-18 David BrownellCortex-A8: xPSR handling updates
2009-11-18 David BrownellARM: add a default full_context() method
2009-11-18 David BrownellARM: simplify ARMv7-A register handling
2009-11-18 David BrownellARM: add "core_type" field to "struct arm"
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 David Brownelltarget: remove some more duplicate includes
2009-11-17 David BrownellCortex-A8: no exit() calls, add missing v7-A init
2009-11-16 David Brownelltarget: no implicit #includes of "register.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-15 David Brownelltarget: make "examined" flag be per-target
2009-11-13 Zachary T Welchcommand_t -> struct command
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 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...