summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm926ejs/cache.c
Commit message (Expand)AuthorAgeLines
* ARM: Move SYS_CACHELINE_SIZE over to KconfigTom Rini2016-08-26-5/+0
* arm: Move check_cache_range() into a common placeSimon Glass2016-07-14-17/+0
* arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILDAlbert ARIBAUD2015-11-10-0/+5
* ARM: cache: implement a default weak flush_cache() functionWu, Josh2015-08-12-9/+0
* ARM: cache: add an empty stub function for invalidate/flush dcacheWu, Josh2015-08-12-8/+0
* arm926ejs: cache: use __weakJeroen Hofstee2014-11-04-4/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-16/+1
* ARM926EJS: Fix cache.c to comply with checkpatch.plMarek Vasut2012-04-16-9/+8
* ARM926EJS: Make asm routines volatile in cache opsMarek Vasut2012-04-16-1/+1
* ARM: 926ejs: use debug() for misaligned addressesStefano Babic2012-04-16-1/+1
* ARM926EJS: Implement cache operationsMarek Vasut2012-03-29-12/+54
* arm, arm-kirkwood: disable l2c before linux bootMichael Walle2012-02-12-0/+9
* arm926ejs: remove noop flush_dcache_all functionIlya Yanok2011-12-19-5/+0
* arm926ejs: add noop implementation for dcache opsIlya Yanok2011-12-06-0/+75