aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv4_5_mmu.c
AgeCommit message (Expand)AuthorFilesLines
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-36/+31
2011-04-01types: write memory now uses constØyvind Harboe1-1/+1
2010-07-19arm: add error propagation for enable/disable mmu cachesØyvind Harboe1-4/+16
2010-07-19arm: add error propagation to generic get_ttb fnØyvind Harboe1-1/+4
2010-06-12TARGET: removed unused parametersAntonio Borneo1-8/+1
2010-06-12TARGET: removed unsed parameterAntonio Borneo1-5/+1
2010-06-12TARGET: fix handling return code of MMU translationAntonio Borneo1-4/+0
2010-06-11arm mmu: error propagation added for address translationØyvind Harboe1-8/+19
2010-04-10ARMV4_5_MMU: review unused symbolsAntonio Borneo1-7/+0
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch1-1/+1
2009-11-16#include "target.h" less wildlyDavid Brownell1-0/+1
2009-11-13target_t -> struct targetZachary T Welch1-4/+4
2009-11-13armv4_5_mmu_common_t -> struct armv4_5_mmu_commonZachary T Welch1-4/+4
2009-10-21retire obsolete mXY_phys commands. Handled by generic memory read/modify comm...Øyvind Harboe1-151/+0
2009-10-21Retire obsolete and superfluous implementations of virt2phys in each target. ...Øyvind Harboe1-45/+0
2009-06-21C99 printf() -Werror fixesduane1-7/+7
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch1-14/+14
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-9/+9
2009-05-21David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch1-1/+1
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch1-4/+0
2009-05-10David Brownell <david-b@pacbell.net> whitespace fixes.oharboe1-12/+12
2009-04-29Remove redundant declarations to allow building with -Wredundant-decls.zwelch1-2/+0
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-6/+6
2008-02-19- Fixed bug in pathmove for XScalentfreak1-0/+4
2006-08-31- endianess fixes everywhere but in the flash code. flashing might still be b...drath1-11/+18
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath1-0/+4
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath1-0/+358