aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv4_5.c
AgeCommit message (Expand)Author
2010-01-07misc ARM help/usage updatesDavid Brownell
2009-12-07target: add debug_reason_name()David Brownell
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell
2009-12-07ARM: rename some generic routinesDavid Brownell
2009-12-04ARM: rename armv4_5_build_reg_cache() as arm_*()David Brownell
2009-12-04ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell
2009-12-04ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell
2009-12-04ARM: switch target_to_armv4_5() to target_to_arm()David Brownell
2009-12-04ARM: rename armv4_5_state_* as arm_state_*David Brownell
2009-12-04ARM: rename armv4_5_mode_* AS arm_mode_*David Brownell
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell
2009-12-04ARM: remove semihosting globalsDavid Brownell
2009-12-03change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch
2009-12-02ARM: label SP and LR correctlyDavid Brownell
2009-12-01target: "mcr" and "mrc" are ARM-specificDavid Brownell
2009-11-25ARM: minor armv4/armv5 cleanupDavid Brownell
2009-11-24remove target_type register_command callbackZachary T Welch
2009-11-24armv4_5: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-24ARM: new DPM interfaceDavid 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-19target: create/use register_cache_invalidate()David Brownell
2009-11-19ARM: remove per-register mallocDavid Brownell
2009-11-19ARM: streamline register initDavid Brownell
2009-11-19ARMv7-A: use standard ARM core statesDavid Brownell
2009-11-18ARM: rework "arm reg" output for new modeDavid Brownell
2009-11-18ARM: add a default full_context() methodDavid Brownell
2009-11-18ARM: setup "secure monitor mode" shadow regsDavid Brownell
2009-11-18ARM: add "core_type" field to "struct arm"David Brownell
2009-11-17ARM: add is_arm_mode()David Brownell
2009-11-17ARM: add arm_mode_name()David Brownell
2009-11-17ARM: only use one set of dummy FPA registersDavid Brownell
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-17target: simplify register get/set opsDavid Brownell
2009-11-16ARMv4/ARMv5: no exit() callsDavid Brownell
2009-11-16ARM11: register (most) standard ARM commandsDavid Brownell
2009-11-16ARM: "armv4_5" command prefix becomes "arm"David Brownell
2009-11-16ARM: standard disassembler uses Thumb2 entryDavid Brownell
2009-11-16ARM: move mode functions out of headerDavid Brownell
2009-11-16target: less implicit inclusion of "etm.h"David Brownell
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch
2009-11-16target: no implicit #includes of "register.h"David Brownell
2009-11-16target: don't implicitly include "algorithm.h"David Brownell