summaryrefslogtreecommitdiff
path: root/src/target/armv4_5_mmu.c
Commit message (Expand)AuthorAgeFilesLines
* types: write memory now uses constØyvind Harboe2011-04-011-1/+1
* arm: add error propagation for enable/disable mmu cachesØyvind Harboe2010-07-191-4/+16
* arm: add error propagation to generic get_ttb fnØyvind Harboe2010-07-191-1/+4
* TARGET: removed unused parametersAntonio Borneo2010-06-121-8/+1
* TARGET: removed unsed parameterAntonio Borneo2010-06-121-5/+1
* TARGET: fix handling return code of MMU translationAntonio Borneo2010-06-121-4/+0
* arm mmu: error propagation added for address translationØyvind Harboe2010-06-111-8/+19
* ARMV4_5_MMU: review unused symbolsAntonio Borneo2010-04-101-7/+0
* change #include "log.h" to <helper/log.h>Zachary T Welch2009-12-031-1/+1
* #include "target.h" less wildlyDavid Brownell2009-11-161-0/+1
* target_t -> struct targetZachary T Welch2009-11-131-4/+4
* armv4_5_mmu_common_t -> struct armv4_5_mmu_commonZachary T Welch2009-11-131-4/+4
* retire obsolete mXY_phys commands. Handled by generic memory read/modify comm...Øyvind Harboe2009-10-211-151/+0
* Retire obsolete and superfluous implementations of virt2phys in each target. ...Øyvind Harboe2009-10-211-45/+0
* C99 printf() -Werror fixesduane2009-06-211-7/+7
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-14/+14
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-9/+9
* David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch2009-05-211-1/+1
* Audit and eliminate redundant #include directives in arm target files.zwelch2009-05-111-4/+0
* David Brownell <david-b@pacbell.net> whitespace fixes.oharboe2009-05-101-12/+12
* Remove redundant declarations to allow building with -Wredundant-decls.zwelch2009-04-291-2/+0
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-6/+6
* - Fixed bug in pathmove for XScalentfreak2008-02-191-0/+4
* - endianess fixes everywhere but in the flash code. flashing might still be b...drath2006-08-311-11/+18
* - Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath2006-07-171-0/+4
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+358