index
:
OpenOCD
master
mips-hack
mips-hack-upstream
qorivva
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
target
/
armv7a.h
Age
Commit message (
Expand
)
Author
2012-02-06
build: cleanup src/target directory
Spencer Oliver
2012-01-23
cleanup: rename armv4_5 to arm for readability
Spencer Oliver
2011-10-25
armv7a: make local functions static
Andreas Fritiofson
2011-09-30
armv7a ,cortex a : add L1, L2 cache support, va to pa support
Michel Jaouen
2010-07-19
debug: debug entry error propagation
Øyvind Harboe
2010-03-17
arm7/9: remove unused post_restore_context
Øyvind Harboe
2010-03-05
ADIv5 share DAP command support
David Brownell
2010-03-04
rename "swjdp_common" as "adiv5_dap"
David Brownell
2009-12-13
target files shouldn't #include <target/...h>
David Brownell
2009-12-07
ARM: use <target/arm.h> not armv4_5.h
David Brownell
2009-12-04
ARM: rename armv4_5_state_* as arm_state_*
David Brownell
2009-12-04
ARM: rename armv4_5_mode_* AS arm_mode_*
David Brownell
2009-12-03
ARM DPM: make DSCR bit defs sharable
David Brownell
2009-12-03
change #include "armv4_5_mmu.h" to <target/armv4_5_mmu.h>
Zachary T Welch
2009-12-03
change #include "armv4_5_cache.h" to <target/armv4_5_cache.h>
Zachary T Welch
2009-12-03
change #include "armv4_5.h" to <target/armv4_5.h>
Zachary T Welch
2009-12-03
change #include "arm_dpm.h" to <target/arm_dpm.h>
Zachary T Welch
2009-12-03
change #include "arm_adi_v5.h" to <target/arm_adi_v5.h>
Zachary T Welch
2009-12-01
ARMv7a: move constants out of Cortex-A8 header
David Brownell
2009-12-01
Cortex-A8: remove previous mcr()/mrc() methods
David Brownell
2009-11-24
remove target_type register_command callback
Zachary T Welch
2009-11-24
Cortex-A8: implement DPM
David Brownell
2009-11-22
ARM: simplify CPSR handling
David Brownell
2009-11-19
ARMv7-A: use standard ARM core states
David Brownell
2009-11-19
ARMv7-A: use standard ARM core_mode symbols
David Brownell
2009-11-18
ARM: simplify ARMv7-A register handling
David Brownell
2009-11-17
ARM: add arm_mode_name()
David Brownell
2009-11-16
ARMv7-A: no exit() calls
David Brownell
2009-11-16
#include "target.h" less wildly
David Brownell
2009-11-16
target: no implicit #includes of "register.h"
David Brownell
2009-11-16
target: less implicit inclusion of "command.h"
David Brownell
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
2009-11-13
target_t -> struct target
Zachary T Welch
2009-11-13
armv4_5_common_t -> struct arm
Zachary T Welch
2009-11-13
reg_cache_t -> struct reg_cache
Zachary T Welch
2009-11-13
armv7a_core_reg_t -> struct armv7a_core_reg
Zachary T Welch
2009-11-13
armv7a_algorithm_t -> struct armv7a_algorithm
Zachary T Welch
2009-11-13
armv7a_common_t -> struct armv7a_common
Zachary T Welch
2009-11-13
armv4_5_mmu_common_t -> struct armv4_5_mmu_common
Zachary T Welch
2009-11-13
swjdp_common_t -> struct swjdp_common
Zachary T Welch
2009-11-05
Cortex-A8: use the new inheritance/nesting scheme
David Brownell
2009-11-05
target: provide container_of()
David Brownell
2009-11-05
debug interface: get rid of unused pre_debug fn
Øyvind Harboe
2009-09-15
Define debug_base, debug_ap, memory_ap in armv7a_common_t
mlu
2009-09-15
Definy symbolic values for VA to PA address translation operations
mlu
2009-08-26
Matt Hsu <matt@0xlab.org> and Holger Hans Peter Freyther <zecke@selfish.org> ...
oharboe
2009-08-25
strange.... the code build and links w/Linux GCC target but fails w/arm-elf. ...
oharboe
2009-08-25
David Brownell Subset of Cortex-A8 support from Magnus: create an armv7a file
oharboe