~funderscore
blog
cgit
wiki
get in touch
index
:
misc/u-boot-kii-pro.git
for-master/kii-pro
master
wip/kii-pro
wip/spl
U-Boot fork with work-in-progress stuff
Ferass
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arc
/
lib
/
cache.c
Commit message (
Expand
)
Author
Age
*
global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*
Tom Rini
2022-12-05
*
lmb: Switch to generic arch_lmb_reserve_generic()
Marek Vasut
2021-09-23
*
lmb: Always compile arch_lmb_reserve() into U-Boot on arc
Marek Vasut
2021-09-23
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
*
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
*
ARC: CACHE: mark IOC helper functions as inlined_cachefunc
Eugeniy Paltsev
2020-04-16
*
ARC: CACHE: add support for SL$ disable
Eugeniy Paltsev
2020-04-16
*
common: Move some cache and MMU functions out of common.h
Simon Glass
2019-12-02
*
ARC: Cache: Don't compare I$ and D$ line lengths
Alexey Brodkin
2018-05-31
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
*
ARC: Cache: Refactor arc_ioc_setup()
Eugeniy Paltsev
2018-03-21
*
ARC: Cache: Add missing cache cleanup before cache disable
Eugeniy Paltsev
2018-03-21
*
ARC: Cache: Add more HW configuration checks
Eugeniy Paltsev
2018-03-21
*
ARC: Implement a function to sync and cleanup caches
Eugeniy Paltsev
2018-03-21
*
ARC: Cache: Fix SLC operations when SLC is bypassed for data
Eugeniy Paltsev
2018-03-21
*
ARC: Cache: Implement [i,d]cache_enabled() as separate functions
Eugeniy Paltsev
2018-03-21
*
ARC: Move IOC enabling to compile-time options
Eugeniy Paltsev
2018-03-21
*
ARC: Cache: Move PAE exists check into slc_upper_region_init()
Eugeniy Paltsev
2018-03-21
*
ARC: Move cache global variables to arch_global_data
Eugeniy Paltsev
2018-03-21
*
ARC: Cache: Get rid of [slc,pae,icache,dcache]_exists global variables
Eugeniy Paltsev
2018-03-21
*
ARC: Cache: Move SLC status check into slc_entire_op() and slc_rgn_op()
Eugeniy Paltsev
2018-03-21
*
ARC: Cache: Use is_isa_arcv2() instead of CONFIG_ISA_ARCV2 ifdef
Eugeniy Paltsev
2018-03-21
*
ARC: Cache: Allways check D$ status before entire/line ops
Eugeniy Paltsev
2018-03-21
*
ARC: Move BCR encodings to separate header file
Eugeniy Paltsev
2018-03-21
*
ARC: Cache: Move IOC initialization to a separate function
Eugeniy Paltsev
2018-03-21
*
ARC: Flush & invalidate D$ with a single command
Eugeniy Paltsev
2018-03-21
*
ARC: Cache: Add support for FLUSH_N_INV D$ operations
Eugeniy Paltsev
2018-03-21
*
ARC: Cache: Remove per-line I$ operations as unused
Eugeniy Paltsev
2018-03-21
*
ARC: Cache: Move I$ entire operation to a separate function
Eugeniy Paltsev
2018-03-21
*
ARC: Cache: Fix style violations reported by checkpatch
Eugeniy Paltsev
2018-01-19
*
ARC: Cache: Disable IOC by default
Eugeniy Paltsev
2018-01-19
*
ARC: ARCv2: Cache: Fixed operation without IOC
Eugeniy Paltsev
2018-01-19
*
ARC: cache: explicitly initialize "*_exists" variables
Eugeniy Paltsev
2017-12-11
*
arc: cache: Add required NOPs after invalidation of instruction cache
Alexey Brodkin
2017-11-24
*
arcv2: Set IOC aperture so it covers available DDR
Alexey Brodkin
2017-06-29
*
ARCv2: SLC: Make sure busy bit is set properly on SLC flushing
Alexey Brodkin
2017-04-11
*
arc/cache: Flush & invalidate all caches right before enabling IOC
Alexey Brodkin
2016-06-13
*
arc/cache: really do invalidate_dcache_all() even if IOC exists
Alexey Brodkin
2016-06-13
*
arc/cache: really do flush_dcache_all() even if IOC exists
Alexey Brodkin
2016-04-21
*
arc: cache - utilize IO coherency (AKA IOC) engine
Alexey Brodkin
2016-02-20
*
arc: cache - accommodate different L1 cache line lengths
Alexey Brodkin
2016-02-20
*
arc: significant cache rework
Alexey Brodkin
2015-07-01
*
arc: add support for SLC (System Level Cache, AKA L2-cache)
Alexey Brodkin
2015-04-03
*
arc: cache - build invalidate_icache_all() and invalidate_dcache_all()
Alexey Brodkin
2015-04-03
*
arc: select cache settings via menuconfig
Alexey Brodkin
2015-02-09
*
arc: define and use PTAG AUX regs for MMUv3 only
Alexey Brodkin
2015-02-09
*
arc: move common sources in library
Alexey Brodkin
2015-01-15