aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7a.h
AgeCommit message (Expand)AuthorFilesLines
2009-12-03change #include "armv4_5_mmu.h" to <target/armv4_5_mmu.h>Zachary T Welch1-1/+1
2009-12-03change #include "armv4_5_cache.h" to <target/armv4_5_cache.h>Zachary T Welch1-1/+1
2009-12-03change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch1-1/+1
2009-12-03change #include "arm_dpm.h" to <target/arm_dpm.h>Zachary T Welch1-1/+1
2009-12-03change #include "arm_adi_v5.h" to <target/arm_adi_v5.h>Zachary T Welch1-1/+1
2009-12-01ARMv7a: move constants out of Cortex-A8 headerDavid Brownell1-0/+47
2009-12-01Cortex-A8: remove previous mcr()/mrc() methodsDavid Brownell1-7/+0
2009-11-24remove target_type register_command callbackZachary T Welch1-1/+2
2009-11-24Cortex-A8: implement DPMDavid Brownell1-0/+2
2009-11-22ARM: simplify CPSR handlingDavid Brownell1-10/+0
2009-11-19ARMv7-A: use standard ARM core statesDavid Brownell1-12/+2
2009-11-19ARMv7-A: use standard ARM core_mode symbolsDavid Brownell1-15/+2
2009-11-18ARM: simplify ARMv7-A register handlingDavid Brownell1-52/+0
2009-11-17ARM: add arm_mode_name()David Brownell1-2/+0
2009-11-16ARMv7-A: no exit() callsDavid Brownell1-1/+0
2009-11-16#include "target.h" less wildlyDavid Brownell1-1/+0
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-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13target_t -> struct targetZachary T Welch1-14/+14
2009-11-13armv4_5_common_t -> struct armZachary T Welch1-1/+1
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-2/+2
2009-11-13armv7a_core_reg_t -> struct armv7a_core_regZachary T Welch1-2/+2
2009-11-13armv7a_algorithm_t -> struct armv7a_algorithmZachary T Welch1-2/+2
2009-11-13armv7a_common_t -> struct armv7a_commonZachary T Welch1-7/+7
2009-11-13armv4_5_mmu_common_t -> struct armv4_5_mmu_commonZachary T Welch1-1/+1
2009-11-13swjdp_common_t -> struct swjdp_commonZachary T Welch1-1/+1
2009-11-05Cortex-A8: use the new inheritance/nesting schemeDavid Brownell1-1/+0
2009-11-05target: provide container_of()David Brownell1-0/+7
2009-11-05debug interface: get rid of unused pre_debug fnØyvind Harboe1-1/+0
2009-09-15Define debug_base, debug_ap, memory_ap in armv7a_common_tmlu1-0/+7
2009-09-15Definy symbolic values for VA to PA address translation operationsmlu1-0/+10
2009-08-26Matt Hsu <matt@0xlab.org> and Holger Hans Peter Freyther <zecke@selfish.org> ...oharboe1-1/+1
2009-08-25strange.... the code build and links w/Linux GCC target but fails w/arm-elf. ...oharboe1-3/+3
2009-08-25David Brownell Subset of Cortex-A8 support from Magnus: create an armv7a fileoharboe1-0/+176