index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
cpu
/
arm926ejs
/
cache.c
Age
Commit message (
Expand
)
Author
2025-03-14
treewide: Add a function to change page permissions
Ilias Apalodimas
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-06
arm: Remove <common.h> and add needed includes
Tom Rini
2021-09-30
WS cleanup: remove trailing empty lines
Wolfgang Denk
2020-05-18
common: Drop net.h from common header
Simon Glass
2019-12-02
common: Move some cache and MMU functions out of common.h
Simon Glass
2019-05-18
CONFIG_SPL_SYS_[DI]CACHE_OFF: add
Trevor Woerner
2018-09-10
ARM: CPU: arm926ejs: Consolidate cache routines to common file
Adam Ford
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-03-18
arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILD
Tom Rini
2016-08-26
ARM: Move SYS_CACHELINE_SIZE over to Kconfig
Tom Rini
2016-07-14
arm: Move check_cache_range() into a common place
Simon Glass
2015-11-10
arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD
Albert ARIBAUD
2015-08-12
ARM: cache: implement a default weak flush_cache() function
Wu, Josh
2015-08-12
ARM: cache: add an empty stub function for invalidate/flush dcache
Wu, Josh
2014-11-04
arm926ejs: cache: use __weak
Jeroen Hofstee
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2012-04-16
ARM926EJS: Fix cache.c to comply with checkpatch.pl
Marek Vasut
2012-04-16
ARM926EJS: Make asm routines volatile in cache ops
Marek Vasut
2012-04-16
ARM: 926ejs: use debug() for misaligned addresses
Stefano Babic
2012-03-29
ARM926EJS: Implement cache operations
Marek Vasut
2012-02-12
arm, arm-kirkwood: disable l2c before linux boot
Michael Walle
2011-12-19
arm926ejs: remove noop flush_dcache_all function
Ilya Yanok
2011-12-06
arm926ejs: add noop implementation for dcache ops
Ilya Yanok