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