summaryrefslogtreecommitdiff
path: root/src/target/armv4_5.c
Commit message (Expand)AuthorAgeFilesLines
* Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin2011-06-041-2/+0
* src: add loader src descriptionSpencer Oliver2010-10-281-0/+2
* arm: add missing error reportingØyvind Harboe2010-08-111-0/+9
* armv4_5: add algorithms instruction breakpoint supportSpencer Oliver2010-07-201-6/+16
* command context: fix errors when running certain commands on startupØyvind Harboe2010-05-051-5/+3
* ARMV4_5: review scope of dataAntonio Borneo2010-04-101-1/+1
* armv4_5: remove core_type check in mcr/mrc cmdSpencer Oliver2010-02-281-7/+0
* semihosting: move semihosting cmd to arm cmd groupSpencer Oliver2010-02-281-0/+50
* ARMv7M: add arm cmd groupSpencer Oliver2010-02-281-2/+28
* ARM: keep a handle to the PCDavid Brownell2010-02-211-5/+4
* ARMv7-M: start using "struct arm"David Brownell2010-02-211-2/+4
* misc ARM help/usage updatesDavid Brownell2010-01-071-5/+5
* target: add debug_reason_name()David Brownell2009-12-071-2/+1
* ARM: use <target/arm.h> not armv4_5.hDavid Brownell2009-12-071-0/+1
* ARM: rename some generic routinesDavid Brownell2009-12-071-7/+8
* ARM: rename armv4_5_build_reg_cache() as arm_*()David Brownell2009-12-041-5/+5
* ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell2009-12-041-15/+15
* ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell2009-12-041-5/+5
* ARM: switch target_to_armv4_5() to target_to_arm()David Brownell2009-12-041-8/+8
* ARM: rename armv4_5_state_* as arm_state_*David Brownell2009-12-041-6/+6
* ARM: rename armv4_5_mode_* AS arm_mode_*David Brownell2009-12-041-6/+6
* ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell2009-12-041-70/+70
* ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell2009-12-041-9/+9
* ARM: remove semihosting globalsDavid Brownell2009-12-041-4/+8
* change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch2009-12-031-1/+1
* ARM: label SP and LR correctlyDavid Brownell2009-12-021-12/+12
* target: "mcr" and "mrc" are ARM-specificDavid Brownell2009-12-011-0/+168
* ARM: minor armv4/armv5 cleanupDavid Brownell2009-11-251-1/+12
* remove target_type register_command callbackZachary T Welch2009-11-241-6/+1
* armv4_5: use register_commands()Zachary T Welch2009-11-241-18/+34
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-4/+4
* ARM: new DPM interfaceDavid Brownell2009-11-241-0/+1
* ARM: remove 'armv4_5_common_s' migration #defineDavid Brownell2009-11-221-8/+8
* ARM: arm_set_cpsr() handles T and J bitsDavid Brownell2009-11-221-36/+31
* ARM: define two register utilitiesDavid Brownell2009-11-221-13/+83
* ARM: simplify CPSR handlingDavid Brownell2009-11-221-12/+26
* ARM: pass 'struct reg *' to register r/w routinesDavid Brownell2009-11-201-14/+33
* target: create/use register_cache_invalidate()David Brownell2009-11-191-16/+0
* ARM: remove per-register mallocDavid Brownell2009-11-191-1/+1
* ARM: streamline register initDavid Brownell2009-11-191-74/+88
* ARMv7-A: use standard ARM core statesDavid Brownell2009-11-191-1/+1
* ARM: rework "arm reg" output for new modeDavid Brownell2009-11-181-35/+113
* ARM: add a default full_context() methodDavid Brownell2009-11-181-3/+24
* ARM: setup "secure monitor mode" shadow regsDavid Brownell2009-11-181-19/+50
* ARM: add "core_type" field to "struct arm"David Brownell2009-11-181-0/+3
* ARM: add is_arm_mode()David Brownell2009-11-171-12/+23
* ARM: add arm_mode_name()David Brownell2009-11-171-7/+58
* ARM: only use one set of dummy FPA registersDavid Brownell2009-11-171-17/+28
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-14/+14
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-5/+5