aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7a.h
AgeCommit message (Expand)AuthorFilesLines
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