aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm920t.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-24remove target_type register_command callbackZachary T Welch1-1/+2
2009-11-17ARM9TDMI: remove now-needless "struct arm9tdmi"David Brownell1-2/+2
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13target_t -> struct targetZachary T Welch1-10/+10
2009-11-13armv4_5_mmu_common_t -> struct armv4_5_mmu_commonZachary T Welch1-1/+1
2009-11-13arm9tdmi_common_t -> struct arm9tdmi_commonZachary T Welch1-1/+1
2009-11-13arm920t_tlb_entry_t -> struct arm920t_tlb_entryZachary T Welch1-2/+2
2009-11-13arm920t_cache_line_t -> struct arm920t_cache_lineZachary T Welch1-2/+2
2009-11-13arm920t_common_t -> struct arm920t_commonZachary T Welch1-4/+4
2009-11-05ARM: shrink offsetsDavid Brownell1-1/+1
2009-11-05target: provide container_of()David Brownell1-0/+7
2009-11-05ARM920: remove exports and forward declsDavid Brownell1-5/+9
2009-06-19Paulius Zaleckas <paulius.zaleckas@gmail.com>:zwelch1-0/+11
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch1-11/+11
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch1-5/+0
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-1/+1
2006-08-31- endianess fixes everywhere but in the flash code. flashing might still be b...drath1-0/+14
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath1-0/+45