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
/
arm920t.h
Age
Commit message (
Expand
)
Author
2017-02-10
target: Add 64-bit target address support
Dongxue Zhang
2016-05-24
Make #include guard naming consistent
Marc Schink
2016-05-24
Remove FSF address from GPL notices
Marc Schink
2013-10-15
arm7_9: Avoid infinite loops in bulk write dispatching
Andreas Fritiofson
2013-09-13
[RFC] target: Move bulk_write_memory to arm7_9
Andreas Fritiofson
2013-06-05
update files to correct FSF address
Spencer Oliver
2012-02-06
build: cleanup src/target directory
Spencer Oliver
2012-01-23
cleanup: rename armv4_5 to arm for readability
Spencer Oliver
2011-04-01
types: write memory now uses const
Øyvind Harboe
2010-07-19
debug: debug entry error propagation
Øyvind Harboe
2010-07-19
arm: add error propagation for enable/disable mmu caches
Øyvind Harboe
2010-07-19
arm: add error propagation to generic get_ttb fn
Øyvind Harboe
2009-12-13
target files shouldn't #include <target/...h>
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 "arm9tdmi.h" to <target/arm9tdmi.h>
Zachary T Welch
2009-11-24
remove target_type register_command callback
Zachary T Welch
2009-11-17
ARM9TDMI: remove now-needless "struct arm9tdmi"
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_mmu_common_t -> struct armv4_5_mmu_common
Zachary T Welch
2009-11-13
arm9tdmi_common_t -> struct arm9tdmi_common
Zachary T Welch
2009-11-13
arm920t_tlb_entry_t -> struct arm920t_tlb_entry
Zachary T Welch
2009-11-13
arm920t_cache_line_t -> struct arm920t_cache_line
Zachary T Welch
2009-11-13
arm920t_common_t -> struct arm920t_common
Zachary T Welch
2009-11-05
ARM: shrink offsets
David Brownell
2009-11-05
target: provide container_of()
David Brownell
2009-11-05
ARM920: remove exports and forward decls
David Brownell
2009-06-19
Paulius Zaleckas <paulius.zaleckas@gmail.com>:
zwelch
2009-06-18
Transform 'u32' to 'uint32_t' in src/target/arm*
zwelch
2009-05-11
Audit and eliminate redundant #include directives in arm target files.
zwelch
2009-04-19
Zach Welch <zw@superlucidity.net> fix -Werror warnings
oharboe
2006-08-31
- endianess fixes everywhere but in the flash code. flashing might still be b...
drath
2006-06-02
- prepare OpenOCD for branching, created ./trunk/
drath