summaryrefslogtreecommitdiffstats
path: root/arch/riscv/cpu/ax25/cache.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* riscv: ax25: cache: Remove SPL_RISCV_MMODE config checkPragnesh Patel2020-04-231-8/+8
* riscv: ax25: cache: Add SPL_RISCV_MMODE for SPLRick Chen2019-12-101-14/+46
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-0/+1
* riscv: cache: use CCTL to flush d-cacheRick Chen2019-09-031-9/+13
* riscv: cache: Flush L2 cache before jump to linuxRick Chen2019-09-031-0/+17
* CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner2019-05-181-4/+4
* riscv: move the AX25-specific implementation of flush_dcache_allLukas Auer2019-01-151-0/+22
* riscv: ax25: Hide the ax25-specific Kconfig optionBin Meng2018-12-181-6/+6
* riscv: cache: Implement i/dcache [status, enable, disable]Rick Chen2018-11-261-0/+95