summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7m/cache.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* armv7m: cache: add mmu_set_region_dcache_behaviour() stub for compatibilityGiulio Benetti2020-01-141-0/+6
* armv7m: cache: add invalidate_icache_all() stubGiulio Benetti2019-12-031-0/+5
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-0/+1
* CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner2019-05-181-4/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* stm32: fix STMicroelectronics copyrightPatrice Chotard2017-11-061-2/+2
* armv7m: cache: add flush & invalidate all dcacheVikas Manocha2017-05-121-0/+23
* armv7m: add instruction & data cache supportVikas Manocha2017-04-081-0/+336