aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv4_5.h
AgeCommit message (Expand)AuthorFilesLines
2020-03-12target/cortex_a: add hypervisor modeAntonio Borneo1-1/+1
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/target directorySpencer Oliver1-1/+2
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell1-168/+3
2009-12-07ARM: rename some generic routinesDavid Brownell1-3/+3
2009-12-07ARM: move opcode macros to <target/arm_opcodes.h>David Brownell1-167/+0
2009-12-07ARM: remove mrc_opcode(), use MRC() or MCR()David Brownell1-12/+0
2009-12-04ARM: doc updates for main headerDavid Brownell1-3/+11
2009-12-04ARM: rename armv4_5_build_reg_cache() as arm_*()David Brownell1-2/+1
2009-12-04ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell1-1/+1
2009-12-04ARM: misc generic cleanupDavid Brownell1-9/+17
2009-12-04ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell1-2/+2
2009-12-04ARM: switch target_to_armv4_5() to target_to_arm()David Brownell1-2/+0
2009-12-04ARM: rename armv4_5_state_* as arm_state_*David Brownell1-5/+5
2009-12-04ARM: rename armv4_5_mode_* AS arm_mode_*David Brownell1-11/+11
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell1-9/+9
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell1-3/+3
2009-12-04ARM: remove semihosting globalsDavid Brownell1-0/+6
2009-12-03change #include "target.h" to <target/target.h>Zachary T Welch1-1/+1
2009-12-03change #include "command.h" to <helper/command.h>Zachary T Welch1-1/+1
2009-12-01target: "mcr" and "mrc" are ARM-specificDavid Brownell1-0/+15
2009-11-24remove target_type register_command callbackZachary T Welch1-1/+4
2009-11-24ARM: new DPM interfaceDavid Brownell1-0/+6
2009-11-22ARM: remove 'armv4_5_common_s' migration #defineDavid Brownell1-3/+0
2009-11-22ARM: define two register utilitiesDavid Brownell1-0/+8
2009-11-22ARM: simplify CPSR handlingDavid Brownell1-11/+5
2009-11-20ARM: pass 'struct reg *' to register r/w routinesDavid Brownell1-3/+3
2009-11-19target: create/use register_cache_invalidate()David Brownell1-2/+0
2009-11-19ARM: remove per-register mallocDavid Brownell1-0/+1
2009-11-19ARMv7-A: use standard ARM core statesDavid Brownell1-0/+1
2009-11-18ARM: setup "secure monitor mode" shadow regsDavid Brownell1-2/+3
2009-11-18ARM: add "core_type" field to "struct arm"David Brownell1-1/+9
2009-11-17ARM: add is_arm_mode()David Brownell1-3/+3
2009-11-17ARM: add arm_mode_name()David Brownell1-2/+2
2009-11-17ARM: only use one set of dummy FPA registersDavid Brownell1-0/+2
2009-11-16target: don't include "log.h" from "armv4_5.h"David Brownell1-1/+0
2009-11-16ARM: move mode functions out of headerDavid Brownell1-38/+4
2009-11-16target: less implicit inclusion of "etm.h"David Brownell1-1/+1
2009-11-16target: no implicit #includes of "register.h"David Brownell1-1/+0
2009-11-16target: less implicit inclusion of "command.h"David Brownell1-1/+0
2009-11-15ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell1-3/+6
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13target_t -> struct targetZachary T Welch1-11/+11
2009-11-13reg_t -> struct regZachary T Welch1-1/+1
2009-11-13armv4_5_common_t -> struct armZachary T Welch1-5/+5
2009-11-13etm_context_t -> struct etm_contextZachary T Welch1-1/+1
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-2/+2
2009-11-13armv4_5_core_reg_t -> struct armv4_5_core_regZachary T Welch1-2/+2