aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm920t.h
AgeCommit message (Expand)Author
2013-10-15arm7_9: Avoid infinite loops in bulk write dispatchingAndreas Fritiofson
2013-09-13[RFC] target: Move bulk_write_memory to arm7_9Andreas Fritiofson
2013-06-05update files to correct FSF addressSpencer Oliver
2012-02-06build: cleanup src/target directorySpencer Oliver
2012-01-23cleanup: rename armv4_5 to arm for readabilitySpencer Oliver
2011-04-01types: write memory now uses constØyvind Harboe
2010-07-19debug: debug entry error propagationØyvind Harboe
2010-07-19arm: add error propagation for enable/disable mmu cachesØyvind Harboe
2010-07-19arm: add error propagation to generic get_ttb fnØyvind Harboe
2009-12-13target files shouldn't #include <target/...h>David Brownell
2009-12-03change #include "armv4_5_mmu.h" to <target/armv4_5_mmu.h>Zachary T Welch
2009-12-03change #include "arm9tdmi.h" to <target/arm9tdmi.h>Zachary T Welch
2009-11-24remove target_type register_command callbackZachary T Welch
2009-11-17ARM9TDMI: remove now-needless "struct arm9tdmi"David Brownell
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13armv4_5_mmu_common_t -> struct armv4_5_mmu_commonZachary T Welch
2009-11-13arm9tdmi_common_t -> struct arm9tdmi_commonZachary T Welch
2009-11-13arm920t_tlb_entry_t -> struct arm920t_tlb_entryZachary T Welch
2009-11-13arm920t_cache_line_t -> struct arm920t_cache_lineZachary T Welch
2009-11-13arm920t_common_t -> struct arm920t_commonZachary T Welch
2009-11-05ARM: shrink offsetsDavid Brownell
2009-11-05target: provide container_of()David Brownell
2009-11-05ARM920: remove exports and forward declsDavid Brownell
2009-06-19Paulius Zaleckas <paulius.zaleckas@gmail.com>:zwelch
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe
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