aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_a8.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-02ARM DPM: tweak initializationDavid Brownell1-1/+6
2009-12-02ARMv7a/Cortex-A8: report watchpoint trigger insnDavid Brownell1-22/+8
2009-12-01Cortex-A8: basic watchpoint supportDavid Brownell1-0/+66
2009-12-01ARM: core DPM support for watchpointsDavid Brownell1-8/+4
2009-12-01Cortex-A8: remove previous mcr()/mrc() methodsDavid Brownell1-97/+1
2009-12-01target: "mcr" and "mrc" are ARM-specificDavid Brownell1-5/+6
2009-12-01Cortex-A8: stop using CP15 opsDavid Brownell1-16/+53
2009-11-27Cortex-A8: support "reset-assert" eventDavid Brownell1-5/+28
2009-11-24remove target_type register_command callbackZachary T Welch1-8/+7
2009-11-24cortex_a8: use register_commands()Zachary T Welch1-17/+25
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-3/+3
2009-11-24Cortex-A8: avoid DSCR readsDavid Brownell1-48/+103
2009-11-24Cortex-A8: hook up DPMDavid Brownell1-323/+35
2009-11-24Cortex-A8: implement DPMDavid Brownell1-0/+167
2009-11-24Cortex-A8: minor cleanupDavid Brownell1-21/+33
2009-11-22ARM: use arm_reg_current()David Brownell1-16/+8
2009-11-22ARM: remove 'armv4_5_common_s' migration #defineDavid Brownell1-8/+8
2009-11-22ARM: arm_set_cpsr() handles T and J bitsDavid Brownell1-23/+0
2009-11-22ARM: define two register utilitiesDavid Brownell1-6/+1
2009-11-22ARM: simplify CPSR handlingDavid Brownell1-7/+5
2009-11-20ARM: pass 'struct reg *' to register r/w routinesDavid Brownell1-24/+23
2009-11-19Cortex-A8: better context restoreDavid Brownell1-13/+67
2009-11-19Cortex-A8: mode supportDavid Brownell1-30/+116
2009-11-19target: create/use register_cache_invalidate()David Brownell1-2/+3
2009-11-19Cortex-A8: parts of examine() run just onceDavid Brownell1-4/+15
2009-11-19ARMv7-A: use standard ARM core statesDavid Brownell1-12/+38
2009-11-18Cortex-A8: xPSR handling updatesDavid Brownell1-17/+20
2009-11-18ARM: add a default full_context() methodDavid Brownell1-9/+3
2009-11-18ARM: simplify ARMv7-A register handlingDavid Brownell1-33/+45
2009-11-18ARM: add "core_type" field to "struct arm"David Brownell1-0/+2
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-3/+3
2009-11-17target: remove some more duplicate includesDavid Brownell1-1/+0
2009-11-16Cortex-A8: no exit() calls, add missing v7-A initDavid Brownell1-31/+16
2009-11-16target: no implicit #includes of "register.h"David Brownell1-2/+1
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell1-0/+1
2009-11-15ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell1-2/+3
2009-11-15target: make "examined" flag be per-targetDavid Brownell1-3/+3
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-2/+2
2009-11-13target_t -> struct targetZachary T Welch1-47/+47
2009-11-13target_type_t -> struct target_typeZachary T Welch1-1/+1
2009-11-13armv4_5_common_t -> struct armZachary T Welch1-1/+1
2009-11-13cortex_a8_wrp_t -> struct cortex_a8_wrpZachary T Welch1-1/+1
2009-11-13cortex_a8_brp_t -> struct cortex_a8_brpZachary T Welch1-3/+3
2009-11-13breakpoint_t -> struct breakpointZachary T Welch1-9/+9
2009-11-13working_area_t -> struct working_areaZachary T Welch1-1/+1
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-1/+1
2009-11-13cortex_a8_common_t -> struct cortex_a8_commonZachary T Welch1-11/+11
2009-11-13armv7a_common_t -> struct armv7a_commonZachary T Welch1-23/+23
2009-11-13swjdp_common_t -> struct swjdp_commonZachary T Welch1-18/+18