| Commit message (Expand) | Author | Age | Files | Lines |
* | common: Move some cache and MMU functions out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | CONFIG_SPL_SYS_[DI]CACHE_OFF: add | Trevor Woerner | 2019-05-18 | 1 | -6/+6 |
* | ARM: CPU: arm926ejs: Consolidate cache routines to common file | Adam Ford | 2018-09-10 | 1 | -0/+23 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILD | Tom Rini | 2017-03-18 | 1 | -1/+1 |
* | ARM: Move SYS_CACHELINE_SIZE over to Kconfig | Tom Rini | 2016-08-26 | 1 | -5/+0 |
* | arm: Move check_cache_range() into a common place | Simon Glass | 2016-07-14 | 1 | -17/+0 |
* | arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD | Albert ARIBAUD | 2015-11-10 | 1 | -0/+5 |
* | ARM: cache: implement a default weak flush_cache() function | Wu, Josh | 2015-08-12 | 1 | -9/+0 |
* | ARM: cache: add an empty stub function for invalidate/flush dcache | Wu, Josh | 2015-08-12 | 1 | -8/+0 |
* | arm926ejs: cache: use __weak | Jeroen Hofstee | 2014-11-04 | 1 | -4/+1 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -16/+1 |
* | ARM926EJS: Fix cache.c to comply with checkpatch.pl | Marek Vasut | 2012-04-16 | 1 | -9/+8 |
* | ARM926EJS: Make asm routines volatile in cache ops | Marek Vasut | 2012-04-16 | 1 | -1/+1 |
* | ARM: 926ejs: use debug() for misaligned addresses | Stefano Babic | 2012-04-16 | 1 | -1/+1 |
* | ARM926EJS: Implement cache operations | Marek Vasut | 2012-03-29 | 1 | -12/+54 |
* | arm, arm-kirkwood: disable l2c before linux boot | Michael Walle | 2012-02-12 | 1 | -0/+9 |
* | arm926ejs: remove noop flush_dcache_all function | Ilya Yanok | 2011-12-19 | 1 | -5/+0 |
* | arm926ejs: add noop implementation for dcache ops | Ilya Yanok | 2011-12-06 | 1 | -0/+75 |