summaryrefslogtreecommitdiff
path: root/arch/mips/lib/cache_init.S
AgeCommit message (Expand)AuthorFilesLines
2018-09-22MIPS: cache: remove config option CONFIG_SYS_MIPS_CACHE_MODEDaniel Schwierzeck1-5/+1
2018-09-22MIPS: cache: make index base address configurableDaniel Schwierzeck1-10/+8
2018-09-22MIPS: cache: optimise changing of k0 CCA modeDaniel Schwierzeck1-22/+32
2018-09-22MIPS: cache: reimplement dcache_[status, enable, disable]Daniel Schwierzeck1-46/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-09-21MIPS: Ensure cache ops complete in mips_cache_resetPaul Burton1-0/+2
2016-09-21MIPS: Clear hazard between TagLo writes & cache opsPaul Burton1-0/+1
2016-09-21MIPS: Join the coherent domain when a CM is presentPaul Burton1-0/+38
2016-09-21MIPS: L2 cache supportPaul Burton1-5/+178
2016-09-21MIPS: Define register names for cache initPaul Burton1-19/+23
2016-09-21MIPS: Enable use of the instruction cache earlierPaul Burton1-0/+13
2016-05-31MIPS: Split I & D cache line size configPaul Burton1-2/+2
2016-05-31MIPS: Move cache sizes to KconfigPaul Burton1-3/+3
2016-05-21MIPS: Use unchecked immediate addition/subtractionPaul Burton1-1/+1
2016-01-16MIPS: sync processor and register definitions with linux-4.4Daniel Schwierzeck1-8/+8
2015-01-29MIPS: clear TagLo select 2 during cache initPaul Burton1-2/+8
2015-01-29MIPS: allow systems to skip loads during cache initPaul Burton1-6/+13
2015-01-29MIPS: inline mips_init_[id]cache functionsPaul Burton1-58/+28
2015-01-29MIPS: refactor cache loops to a macroPaul Burton1-17/+13
2015-01-29MIPS: refactor L1 cache config reads to a macroPaul Burton1-56/+41
2015-01-29MIPS: unify cache initialization codePaul Burton1-0/+277