]> git.sur5r.net Git - openocd/history - src/target/arm920t.h
target: Add 64-bit target address support
[openocd] / src / target / arm920t.h
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support
2016-05-24 Marc SchinkMake #include guard naming consistent
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2013-10-15 Andreas Fritiofsonarm7_9: Avoid infinite loops in bulk write dispatching
2013-09-13 Andreas Fritiofson[RFC] target: Move bulk_write_memory to arm7_9
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2012-01-23 Spencer Olivercleanup: rename armv4_5 to arm for readability
2011-04-01 Øyvind HarboeMerge remote branch 'origin/master' into HEAD
2011-04-01 Øyvind Harboetypes: write memory now uses const
2010-07-19 Øyvind Harboedebug: debug entry error propagation
2010-07-19 Øyvind Harboearm: add error propagation for enable/disable mmu caches
2010-07-19 Øyvind Harboearm: add error propagation to generic get_ttb fn
2009-12-13 David Brownelltarget files shouldn't #include <target/...h>
2009-12-03 Zachary T Welchchange #include "armv4_5_mmu.h" to <target/armv4_5_mmu.h>
2009-12-03 Zachary T Welchchange #include "arm9tdmi.h" to <target/arm9tdmi.h>
2009-11-25 Zachary T Welchremove target_type register_command callback
2009-11-17 David BrownellARM9TDMI: remove now-needless "struct arm9tdmi"
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welcharmv4_5_mmu_common_t -> struct armv4_5_mmu_common
2009-11-13 Zachary T Welcharm9tdmi_common_t -> struct arm9tdmi_common
2009-11-13 Zachary T Welcharm920t_tlb_entry_t -> struct arm920t_tlb_entry
2009-11-13 Zachary T Welcharm920t_cache_line_t -> struct arm920t_cache_line
2009-11-13 Zachary T Welcharm920t_common_t -> struct arm920t_common
2009-11-06 David BrownellARM: shrink offsets
2009-11-06 David Brownelltarget: provide container_of()
2009-11-06 David BrownellARM920: remove exports and forward decls
2009-06-19 zwelchPaulius Zaleckas <paulius.zaleckas@gmail.com>:
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target/arm*
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2006-08-31 drath- endianess fixes everywhere but in the flash code...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/