aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/lib/cache.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-23lmb: Switch to generic arch_lmb_reserve_generic()Marek Vasut1-17/+1
2021-09-23lmb: Always compile arch_lmb_reserve() into U-Boot on arcMarek Vasut1-0/+30
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-04-16ARC: CACHE: mark IOC helper functions as inlined_cachefuncEugeniy Paltsev1-3/+3
2020-04-16ARC: CACHE: add support for SL$ disableEugeniy Paltsev1-7/+107
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2018-05-31ARC: Cache: Don't compare I$ and D$ line lengthsAlexey Brodkin1-4/+8
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-21ARC: Cache: Refactor arc_ioc_setup()Eugeniy Paltsev1-6/+6
2018-03-21ARC: Cache: Add missing cache cleanup before cache disableEugeniy Paltsev1-14/+39
2018-03-21ARC: Cache: Add more HW configuration checksEugeniy Paltsev1-0/+75
2018-03-21ARC: Implement a function to sync and cleanup cachesEugeniy Paltsev1-0/+23
2018-03-21ARC: Cache: Fix SLC operations when SLC is bypassed for dataEugeniy Paltsev1-11/+28
2018-03-21ARC: Cache: Implement [i,d]cache_enabled() as separate functionsEugeniy Paltsev1-17/+21
2018-03-21ARC: Move IOC enabling to compile-time optionsEugeniy Paltsev1-20/+29
2018-03-21ARC: Cache: Move PAE exists check into slc_upper_region_init()Eugeniy Paltsev1-6/+9
2018-03-21ARC: Move cache global variables to arch_global_dataEugeniy Paltsev1-10/+9
2018-03-21ARC: Cache: Get rid of [slc,pae,icache,dcache]_exists global variablesEugeniy Paltsev1-24/+43
2018-03-21ARC: Cache: Move SLC status check into slc_entire_op() and slc_rgn_op()Eugeniy Paltsev1-5/+11
2018-03-21ARC: Cache: Use is_isa_arcv2() instead of CONFIG_ISA_ARCV2 ifdefEugeniy Paltsev1-30/+29
2018-03-21ARC: Cache: Allways check D$ status before entire/line opsEugeniy Paltsev1-5/+6
2018-03-21ARC: Move BCR encodings to separate header fileEugeniy Paltsev1-59/+8
2018-03-21ARC: Cache: Move IOC initialization to a separate functionEugeniy Paltsev1-26/+30
2018-03-21ARC: Flush & invalidate D$ with a single commandEugeniy Paltsev1-5/+84
2018-03-21ARC: Cache: Add support for FLUSH_N_INV D$ operationsEugeniy Paltsev1-23/+19
2018-03-21ARC: Cache: Remove per-line I$ operations as unusedEugeniy Paltsev1-23/+7
2018-03-21ARC: Cache: Move I$ entire operation to a separate functionEugeniy Paltsev1-12/+19
2018-01-19ARC: Cache: Fix style violations reported by checkpatchEugeniy Paltsev1-10/+8
2018-01-19ARC: Cache: Disable IOC by defaultEugeniy Paltsev1-1/+4
2018-01-19ARC: ARCv2: Cache: Fixed operation without IOCEugeniy Paltsev1-69/+116
2017-12-11ARC: cache: explicitly initialize "*_exists" variablesEugeniy Paltsev1-8/+8
2017-11-24arc: cache: Add required NOPs after invalidation of instruction cacheAlexey Brodkin1-0/+7
2017-06-29arcv2: Set IOC aperture so it covers available DDRAlexey Brodkin1-6/+23
2017-04-11ARCv2: SLC: Make sure busy bit is set properly on SLC flushingAlexey Brodkin1-1/+7
2016-06-13arc/cache: Flush & invalidate all caches right before enabling IOCAlexey Brodkin1-0/+3
2016-06-13arc/cache: really do invalidate_dcache_all() even if IOC existsAlexey Brodkin1-5/+2
2016-04-21arc/cache: really do flush_dcache_all() even if IOC existsAlexey Brodkin1-5/+2
2016-02-20arc: cache - utilize IO coherency (AKA IOC) engineAlexey Brodkin1-8/+51
2016-02-20arc: cache - accommodate different L1 cache line lengthsAlexey Brodkin1-36/+82
2015-07-01arc: significant cache reworkAlexey Brodkin1-120/+255
2015-04-03arc: add support for SLC (System Level Cache, AKA L2-cache)Alexey Brodkin1-0/+46
2015-04-03arc: cache - build invalidate_icache_all() and invalidate_dcache_all()Alexey Brodkin1-4/+8
2015-02-09arc: select cache settings via menuconfigAlexey Brodkin1-0/+1
2015-02-09arc: define and use PTAG AUX regs for MMUv3 onlyAlexey Brodkin1-3/+3
2015-01-15arc: move common sources in libraryAlexey Brodkin1-0/+167