summaryrefslogtreecommitdiff
path: root/src/target/armv7a.h
Commit message (Expand)AuthorAgeFilesLines
* 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