aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_a8.c
AgeCommit message (Expand)Author
2009-11-27Cortex-A8: support "reset-assert" eventDavid Brownell
2009-11-24remove target_type register_command callbackZachary T Welch
2009-11-24cortex_a8: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-24Cortex-A8: avoid DSCR readsDavid Brownell
2009-11-24Cortex-A8: hook up DPMDavid Brownell
2009-11-24Cortex-A8: implement DPMDavid Brownell
2009-11-24Cortex-A8: minor cleanupDavid Brownell
2009-11-22ARM: use arm_reg_current()David Brownell
2009-11-22ARM: remove 'armv4_5_common_s' migration #defineDavid Brownell
2009-11-22ARM: arm_set_cpsr() handles T and J bitsDavid Brownell
2009-11-22ARM: define two register utilitiesDavid Brownell
2009-11-22ARM: simplify CPSR handlingDavid Brownell
2009-11-20ARM: pass 'struct reg *' to register r/w routinesDavid Brownell
2009-11-19Cortex-A8: better context restoreDavid Brownell
2009-11-19Cortex-A8: mode supportDavid Brownell
2009-11-19target: create/use register_cache_invalidate()David Brownell
2009-11-19Cortex-A8: parts of examine() run just onceDavid Brownell
2009-11-19ARMv7-A: use standard ARM core statesDavid Brownell
2009-11-18Cortex-A8: xPSR handling updatesDavid Brownell
2009-11-18ARM: add a default full_context() methodDavid Brownell
2009-11-18ARM: simplify ARMv7-A register handlingDavid Brownell
2009-11-18ARM: add "core_type" field to "struct arm"David Brownell
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17target: remove some more duplicate includesDavid Brownell
2009-11-16Cortex-A8: no exit() calls, add missing v7-A initDavid Brownell
2009-11-16target: no implicit #includes of "register.h"David Brownell
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell
2009-11-15ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell
2009-11-15target: make "examined" flag be per-targetDavid Brownell
2009-11-13command_t -> struct commandZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13target_type_t -> struct target_typeZachary T Welch
2009-11-13armv4_5_common_t -> struct armZachary T Welch
2009-11-13cortex_a8_wrp_t -> struct cortex_a8_wrpZachary T Welch
2009-11-13cortex_a8_brp_t -> struct cortex_a8_brpZachary T Welch
2009-11-13breakpoint_t -> struct breakpointZachary T Welch
2009-11-13working_area_t -> struct working_areaZachary T Welch
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch
2009-11-13cortex_a8_common_t -> struct cortex_a8_commonZachary T Welch
2009-11-13armv7a_common_t -> struct armv7a_commonZachary T Welch
2009-11-13swjdp_common_t -> struct swjdp_commonZachary T Welch
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-13Cortex-A8: fix indentDavid Brownell
2009-11-11cortex_a8: remove declarations, use static keywordZachary T Welch
2009-11-05Cortex-A8: use the new inheritance/nesting schemeDavid Brownell
2009-11-05cortex_a8: add mrc mcr interface.Øyvind Harboe
2009-11-05target: remove unused interface fn that clutters codeØyvind Harboe