summaryrefslogtreecommitdiff
path: root/src/target/armv4_5.h
Commit message (Expand)AuthorAgeFilesLines
* ARM: use <target/arm.h> not armv4_5.hDavid Brownell2009-12-071-168/+3
* ARM: rename some generic routinesDavid Brownell2009-12-071-3/+3
* ARM: move opcode macros to <target/arm_opcodes.h>David Brownell2009-12-071-167/+0
* ARM: remove mrc_opcode(), use MRC() or MCR()David Brownell2009-12-071-12/+0
* ARM: doc updates for main headerDavid Brownell2009-12-041-3/+11
* ARM: rename armv4_5_build_reg_cache() as arm_*()David Brownell2009-12-041-2/+1
* ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell2009-12-041-1/+1
* ARM: misc generic cleanupDavid Brownell2009-12-041-9/+17
* ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell2009-12-041-2/+2
* ARM: switch target_to_armv4_5() to target_to_arm()David Brownell2009-12-041-2/+0
* ARM: rename armv4_5_state_* as arm_state_*David Brownell2009-12-041-5/+5
* ARM: rename armv4_5_mode_* AS arm_mode_*David Brownell2009-12-041-11/+11
* ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell2009-12-041-9/+9
* ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell2009-12-041-3/+3
* ARM: remove semihosting globalsDavid Brownell2009-12-041-0/+6
* change #include "target.h" to <target/target.h>Zachary T Welch2009-12-031-1/+1
* change #include "command.h" to <helper/command.h>Zachary T Welch2009-12-031-1/+1
* target: "mcr" and "mrc" are ARM-specificDavid Brownell2009-12-011-0/+15
* remove target_type register_command callbackZachary T Welch2009-11-241-1/+4
* ARM: new DPM interfaceDavid Brownell2009-11-241-0/+6
* ARM: remove 'armv4_5_common_s' migration #defineDavid Brownell2009-11-221-3/+0
* ARM: define two register utilitiesDavid Brownell2009-11-221-0/+8
* ARM: simplify CPSR handlingDavid Brownell2009-11-221-11/+5
* ARM: pass 'struct reg *' to register r/w routinesDavid Brownell2009-11-201-3/+3
* target: create/use register_cache_invalidate()David Brownell2009-11-191-2/+0
* ARM: remove per-register mallocDavid Brownell2009-11-191-0/+1
* ARMv7-A: use standard ARM core statesDavid Brownell2009-11-191-0/+1
* ARM: setup "secure monitor mode" shadow regsDavid Brownell2009-11-181-2/+3
* ARM: add "core_type" field to "struct arm"David Brownell2009-11-181-1/+9
* ARM: add is_arm_mode()David Brownell2009-11-171-3/+3
* ARM: add arm_mode_name()David Brownell2009-11-171-2/+2
* ARM: only use one set of dummy FPA registersDavid Brownell2009-11-171-0/+2
* target: don't include "log.h" from "armv4_5.h"David Brownell2009-11-161-1/+0
* ARM: move mode functions out of headerDavid Brownell2009-11-161-38/+4
* target: less implicit inclusion of "etm.h"David Brownell2009-11-161-1/+1
* target: no implicit #includes of "register.h"David Brownell2009-11-161-1/+0
* target: less implicit inclusion of "command.h"David Brownell2009-11-161-1/+0
* ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell2009-11-151-3/+6
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* target_t -> struct targetZachary T Welch2009-11-131-11/+11
* reg_t -> struct regZachary T Welch2009-11-131-1/+1
* armv4_5_common_t -> struct armZachary T Welch2009-11-131-5/+5
* etm_context_t -> struct etm_contextZachary T Welch2009-11-131-1/+1
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-2/+2
* armv4_5_core_reg_t -> struct armv4_5_core_regZachary T Welch2009-11-131-2/+2
* armv4_5_algorithm_t -> struct armv4_5_algorithmZachary T Welch2009-11-131-2/+2
* reg_param_t -> struct reg_paramZachary T Welch2009-11-131-1/+1
* mem_param_t -> struct mem_paramZachary T Welch2009-11-131-1/+1
* ETM: remove old mid-level ETM handleDavid Brownell2009-11-111-0/+1
* ARM: start generalized base typeDavid Brownell2009-11-111-5/+31