aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/cache_v7.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-02arm: cp15: remove weak function arm_init_domainsPatrick Delaunay1-3/+0
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner1-4/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-08-05ARM: Rework and correct barrier definitionsTom Rini1-5/+5
2016-07-14arm: Don't invalidate unaligned cache regionsSimon Glass1-21/+2
2016-07-14arm: Move check_cache_range() into a common placeSimon Glass1-17/+0
2016-07-14arm: cache: add missing dummy functions for when dcache disabledDaniel Allred1-0/+8
2016-04-11arm: Replace v7_maint_dcache_all(ARMV7_DCACHE_INVAL_ALL) with asm codeHans de Goede1-96/+4
2016-04-11arm: Replace v7_maint_dcache_all(ARMV7_DCACHE_CLEAN_INVAL_ALL) with asm codeHans de Goede1-35/+6
2016-01-31arm: cache: Implement cache range check for v7Marek Vasut1-0/+21
2015-08-12ARM: cache: implement a default weak flush_cache() functionWu, Josh1-13/+0
2015-08-12ARM: cache: add an empty stub function for invalidate/flush dcacheWu, Josh1-8/+0
2015-04-16ARM: cpu: Add ARMv7 barrier operations supportValentine Barshak1-7/+7
2014-11-12ARM: cache_v7: Various minor cleanupsThierry Reding1-7/+7
2014-07-04ARM: cache_v7: use __weakJeroen Hofstee1-38/+7
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-03-28ARM: mmu: Set domain permissions to client accessR Sricharan1-0/+3
2012-11-19arm: Add control over cachability of memory regionsSimon Glass1-0/+11
2011-09-04armv7: cache: remove flush on un-aligned invalidateAneesh V1-6/+8
2011-09-04armv7: stronger barrier for cache-maintenance operationsAneesh V1-6/+6
2011-07-04armv7: cache maintenance operations for armv7Aneesh V1-0/+394