aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv4_5_mmu.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-2/+3
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/target directorySpencer Oliver1-4/+3
2011-04-01types: write memory now uses constØyvind Harboe1-2/+2
2010-07-19arm: add error propagation for enable/disable mmu cachesØyvind Harboe1-2/+2
2010-07-19arm: add error propagation to generic get_ttb fnØyvind Harboe1-1/+1
2010-06-12TARGET: removed unused parametersAntonio Borneo1-1/+1
2010-06-12TARGET: removed unsed parameterAntonio Borneo1-8/+1
2010-06-11arm mmu: error propagation added for address translationØyvind Harboe1-2/+2
2009-12-13target files shouldn't #include <target/...h>David Brownell1-1/+1
2009-12-03change #include "armv4_5_cache.h" to <target/armv4_5_cache.h>Zachary T Welch1-1/+1
2009-11-16#include "target.h" less wildlyDavid Brownell1-1/+2
2009-11-13target_t -> struct targetZachary T Welch1-8/+8
2009-11-13armv4_5_mmu_common_t -> struct armv4_5_mmu_commonZachary T Welch1-5/+5
2009-11-13armv4_5_cache_common_t -> struct armv4_5_cache_commonZachary T Welch1-1/+1
2009-11-09src/target: remove 'extern' and wrap headersZachary T Welch1-3/+11
2009-10-21retire obsolete mXY_phys commands. Handled by generic memory read/modify comm...Øyvind Harboe1-4/+0
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch1-6/+6
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-4/+4
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch1-0/+1
2006-08-31- endianess fixes everywhere but in the flash code. flashing might still be b...drath1-0/+8
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath1-0/+52