summaryrefslogtreecommitdiff
path: root/src/target/armv4_5_mmu.h
Commit message (Expand)AuthorAgeFilesLines
* types: write memory now uses constØyvind Harboe2011-04-011-2/+2
* 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: removed unused parametersAntonio Borneo2010-06-121-1/+1
* TARGET: removed unsed parameterAntonio Borneo2010-06-121-8/+1
* arm mmu: error propagation added for address translationØyvind Harboe2010-06-111-2/+2
* target files shouldn't #include <target/...h>David Brownell2009-12-131-1/+1
* change #include "armv4_5_cache.h" to <target/armv4_5_cache.h>Zachary T Welch2009-12-031-1/+1
* #include "target.h" less wildlyDavid Brownell2009-11-161-1/+2
* target_t -> struct targetZachary T Welch2009-11-131-8/+8
* armv4_5_mmu_common_t -> struct armv4_5_mmu_commonZachary T Welch2009-11-131-5/+5
* armv4_5_cache_common_t -> struct armv4_5_cache_commonZachary T Welch2009-11-131-1/+1
* src/target: remove 'extern' and wrap headersZachary T Welch2009-11-091-3/+11
* retire obsolete mXY_phys commands. Handled by generic memory read/modify comm...Øyvind Harboe2009-10-211-4/+0
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-6/+6
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-4/+4
* Audit and eliminate redundant #include directives in arm target files.zwelch2009-05-111-0/+1
* - endianess fixes everywhere but in the flash code. flashing might still be b...drath2006-08-311-0/+8
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+52