summaryrefslogtreecommitdiff
path: root/arch/riscv/cpu/ax25/cache.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-17riscv: Rename Andes cpu and board namesLeo Yu-Chi Liang1-130/+0
2023-02-17riscv: ax25: cache.c: Cleanups to L1/L2 cache function used in SPLYu Chien Peter Lin1-30/+68
2023-02-17riscv: Remove redundant Kconfig "RISCV_NDS_CACHE"Leo Yu-Chi Liang1-82/+2
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-04-23riscv: ax25: cache: Remove SPL_RISCV_MMODE config checkPragnesh Patel1-8/+8
2019-12-10riscv: ax25: cache: Add SPL_RISCV_MMODE for SPLRick Chen1-14/+46
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-09-03riscv: cache: use CCTL to flush d-cacheRick Chen1-9/+13
2019-09-03riscv: cache: Flush L2 cache before jump to linuxRick Chen1-0/+17
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner1-4/+4
2019-01-15riscv: move the AX25-specific implementation of flush_dcache_allLukas Auer1-0/+22
2018-12-18riscv: ax25: Hide the ax25-specific Kconfig optionBin Meng1-6/+6
2018-11-26riscv: cache: Implement i/dcache [status, enable, disable]Rick Chen1-0/+95