summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm926ejs/cache.c
Commit message (Expand)AuthorAgeFilesLines
* CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner2019-05-181-6/+6
* ARM: CPU: arm926ejs: Consolidate cache routines to common fileAdam Ford2018-09-101-0/+23
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILDTom Rini2017-03-181-1/+1
* ARM: Move SYS_CACHELINE_SIZE over to KconfigTom Rini2016-08-261-5/+0
* arm: Move check_cache_range() into a common placeSimon Glass2016-07-141-17/+0
* arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILDAlbert ARIBAUD2015-11-101-0/+5
* ARM: cache: implement a default weak flush_cache() functionWu, Josh2015-08-121-9/+0
* ARM: cache: add an empty stub function for invalidate/flush dcacheWu, Josh2015-08-121-8/+0
* arm926ejs: cache: use __weakJeroen Hofstee2014-11-041-4/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-16/+1
* ARM926EJS: Fix cache.c to comply with checkpatch.plMarek Vasut2012-04-161-9/+8
* ARM926EJS: Make asm routines volatile in cache opsMarek Vasut2012-04-161-1/+1
* ARM: 926ejs: use debug() for misaligned addressesStefano Babic2012-04-161-1/+1
* ARM926EJS: Implement cache operationsMarek Vasut2012-03-291-12/+54
* arm, arm-kirkwood: disable l2c before linux bootMichael Walle2012-02-121-0/+9
* arm926ejs: remove noop flush_dcache_all functionIlya Yanok2011-12-191-5/+0
* arm926ejs: add noop implementation for dcache opsIlya Yanok2011-12-061-0/+75