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