index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
cpu
/
arm926ejs
/
cache.c
Age
Commit message (
Expand
)
Author
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