summaryrefslogtreecommitdiff
path: root/src/target/arm920t.h
Commit message (Expand)AuthorAgeFilesLines
* types: write memory now uses constØyvind Harboe2011-04-011-1/+1
* debug: debug entry error propagationØyvind Harboe2010-07-191-1/+1
* arm: add error propagation for enable/disable mmu cachesØyvind Harboe2010-07-191-2/+2
* arm: add error propagation to generic get_ttb fnØyvind Harboe2010-07-191-1/+1
* target files shouldn't #include <target/...h>David Brownell2009-12-131-2/+2
* change #include "armv4_5_mmu.h" to <target/armv4_5_mmu.h>Zachary T Welch2009-12-031-1/+1
* change #include "arm9tdmi.h" to <target/arm9tdmi.h>Zachary T Welch2009-12-031-1/+1
* remove target_type register_command callbackZachary T Welch2009-11-241-1/+2
* ARM9TDMI: remove now-needless "struct arm9tdmi"David Brownell2009-11-171-2/+2
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* target_t -> struct targetZachary T Welch2009-11-131-10/+10
* armv4_5_mmu_common_t -> struct armv4_5_mmu_commonZachary T Welch2009-11-131-1/+1
* arm9tdmi_common_t -> struct arm9tdmi_commonZachary T Welch2009-11-131-1/+1
* arm920t_tlb_entry_t -> struct arm920t_tlb_entryZachary T Welch2009-11-131-2/+2
* arm920t_cache_line_t -> struct arm920t_cache_lineZachary T Welch2009-11-131-2/+2
* arm920t_common_t -> struct arm920t_commonZachary T Welch2009-11-131-4/+4
* ARM: shrink offsetsDavid Brownell2009-11-051-1/+1
* target: provide container_of()David Brownell2009-11-051-0/+7
* ARM920: remove exports and forward declsDavid Brownell2009-11-051-5/+9
* Paulius Zaleckas <paulius.zaleckas@gmail.com>:zwelch2009-06-191-0/+11
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-11/+11
* Audit and eliminate redundant #include directives in arm target files.zwelch2009-05-111-5/+0
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-1/+1
* - endianess fixes everywhere but in the flash code. flashing might still be b...drath2006-08-311-0/+14
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+45