aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv4_5.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-28src: add loader src descriptionSpencer Oliver1-0/+2
2010-08-11arm: add missing error reportingØyvind Harboe1-0/+9
2010-07-20armv4_5: add algorithms instruction breakpoint supportSpencer Oliver1-6/+16
2010-05-05command context: fix errors when running certain commands on startupØyvind Harboe1-5/+3
2010-04-10ARMV4_5: review scope of dataAntonio Borneo1-1/+1
2010-02-28armv4_5: remove core_type check in mcr/mrc cmdSpencer Oliver1-7/+0
2010-02-28semihosting: move semihosting cmd to arm cmd groupSpencer Oliver1-0/+50
2010-02-28ARMv7M: add arm cmd groupSpencer Oliver1-2/+28
2010-02-21ARM: keep a handle to the PCDavid Brownell1-5/+4
2010-02-21ARMv7-M: start using "struct arm"David Brownell1-2/+4
2010-01-07misc ARM help/usage updatesDavid Brownell1-5/+5
2009-12-07target: add debug_reason_name()David Brownell1-2/+1
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell1-0/+1
2009-12-07ARM: rename some generic routinesDavid Brownell1-7/+8
2009-12-04ARM: rename armv4_5_build_reg_cache() as arm_*()David Brownell1-5/+5
2009-12-04ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell1-15/+15
2009-12-04ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell1-5/+5
2009-12-04ARM: switch target_to_armv4_5() to target_to_arm()David Brownell1-8/+8
2009-12-04ARM: rename armv4_5_state_* as arm_state_*David Brownell1-6/+6
2009-12-04ARM: rename armv4_5_mode_* AS arm_mode_*David Brownell1-6/+6
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell1-70/+70
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell1-9/+9
2009-12-04ARM: remove semihosting globalsDavid Brownell1-4/+8
2009-12-03change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch1-1/+1
2009-12-02ARM: label SP and LR correctlyDavid Brownell1-12/+12
2009-12-01target: "mcr" and "mrc" are ARM-specificDavid Brownell1-0/+168
2009-11-25ARM: minor armv4/armv5 cleanupDavid Brownell1-1/+12
2009-11-24remove target_type register_command callbackZachary T Welch1-6/+1
2009-11-24armv4_5: use register_commands()Zachary T Welch1-18/+34
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-4/+4
2009-11-24ARM: new DPM interfaceDavid Brownell1-0/+1
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-36/+31
2009-11-22ARM: define two register utilitiesDavid Brownell1-13/+83
2009-11-22ARM: simplify CPSR handlingDavid Brownell1-12/+26
2009-11-20ARM: pass 'struct reg *' to register r/w routinesDavid Brownell1-14/+33
2009-11-19target: create/use register_cache_invalidate()David Brownell1-16/+0
2009-11-19ARM: remove per-register mallocDavid Brownell1-1/+1
2009-11-19ARM: streamline register initDavid Brownell1-74/+88
2009-11-19ARMv7-A: use standard ARM core statesDavid Brownell1-1/+1
2009-11-18ARM: rework "arm reg" output for new modeDavid Brownell1-35/+113
2009-11-18ARM: add a default full_context() methodDavid Brownell1-3/+24
2009-11-18ARM: setup "secure monitor mode" shadow regsDavid Brownell1-19/+50
2009-11-18ARM: add "core_type" field to "struct arm"David Brownell1-0/+3
2009-11-17ARM: add is_arm_mode()David Brownell1-12/+23
2009-11-17ARM: add arm_mode_name()David Brownell1-7/+58
2009-11-17ARM: only use one set of dummy FPA registersDavid Brownell1-17/+28
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-14/+14
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-5/+5
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-2/+2