summaryrefslogtreecommitdiff
path: root/src/target/armv7a.h
Commit message (Expand)AuthorAgeFilesLines
* debug: debug entry error propagationØyvind Harboe2010-07-191-1/+1
* arm7/9: remove unused post_restore_contextØyvind Harboe2010-03-171-2/+0
* ADIv5 share DAP command supportDavid Brownell2010-03-051-2/+1
* rename "swjdp_common" as "adiv5_dap"David Brownell2010-03-041-1/+1
* target files shouldn't #include <target/...h>David Brownell2009-12-131-5/+5
* ARM: use <target/arm.h> not armv4_5.hDavid Brownell2009-12-071-17/+1
* ARM: rename armv4_5_state_* as arm_state_*David Brownell2009-12-041-1/+1
* ARM: rename armv4_5_mode_* AS arm_mode_*David Brownell2009-12-041-2/+2
* ARM DPM: make DSCR bit defs sharableDavid Brownell2009-12-031-10/+0
* change #include "armv4_5_mmu.h" to <target/armv4_5_mmu.h>Zachary T Welch2009-12-031-1/+1
* change #include "armv4_5_cache.h" to <target/armv4_5_cache.h>Zachary T Welch2009-12-031-1/+1
* change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch2009-12-031-1/+1
* change #include "arm_dpm.h" to <target/arm_dpm.h>Zachary T Welch2009-12-031-1/+1
* change #include "arm_adi_v5.h" to <target/arm_adi_v5.h>Zachary T Welch2009-12-031-1/+1
* ARMv7a: move constants out of Cortex-A8 headerDavid Brownell2009-12-011-0/+47
* Cortex-A8: remove previous mcr()/mrc() methodsDavid Brownell2009-12-011-7/+0
* remove target_type register_command callbackZachary T Welch2009-11-241-1/+2
* Cortex-A8: implement DPMDavid Brownell2009-11-241-0/+2
* ARM: simplify CPSR handlingDavid Brownell2009-11-221-10/+0
* ARMv7-A: use standard ARM core statesDavid Brownell2009-11-191-12/+2
* ARMv7-A: use standard ARM core_mode symbolsDavid Brownell2009-11-191-15/+2
* ARM: simplify ARMv7-A register handlingDavid Brownell2009-11-181-52/+0
* ARM: add arm_mode_name()David Brownell2009-11-171-2/+0
* ARMv7-A: no exit() callsDavid Brownell2009-11-161-1/+0
* #include "target.h" less wildlyDavid Brownell2009-11-161-1/+0
* 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
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* target_t -> struct targetZachary T Welch2009-11-131-14/+14
* armv4_5_common_t -> struct armZachary T Welch2009-11-131-1/+1
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-2/+2
* armv7a_core_reg_t -> struct armv7a_core_regZachary T Welch2009-11-131-2/+2
* armv7a_algorithm_t -> struct armv7a_algorithmZachary T Welch2009-11-131-2/+2
* armv7a_common_t -> struct armv7a_commonZachary T Welch2009-11-131-7/+7
* armv4_5_mmu_common_t -> struct armv4_5_mmu_commonZachary T Welch2009-11-131-1/+1
* swjdp_common_t -> struct swjdp_commonZachary T Welch2009-11-131-1/+1
* Cortex-A8: use the new inheritance/nesting schemeDavid Brownell2009-11-051-1/+0
* target: provide container_of()David Brownell2009-11-051-0/+7
* debug interface: get rid of unused pre_debug fnØyvind Harboe2009-11-051-1/+0
* Define debug_base, debug_ap, memory_ap in armv7a_common_tmlu2009-09-151-0/+7
* Definy symbolic values for VA to PA address translation operationsmlu2009-09-151-0/+10
* Matt Hsu <matt@0xlab.org> and Holger Hans Peter Freyther <zecke@selfish.org> ...oharboe2009-08-261-1/+1
* strange.... the code build and links w/Linux GCC target but fails w/arm-elf. ...oharboe2009-08-251-3/+3
* David Brownell Subset of Cortex-A8 support from Magnus: create an armv7a fileoharboe2009-08-251-0/+176