aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7m/cache.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-01-14armv7m: cache: add mmu_set_region_dcache_behaviour() stub for compatibilityGiulio Benetti1-0/+6
2019-12-03armv7m: cache: add invalidate_icache_all() stubGiulio Benetti1-0/+5
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner1-4/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-11-06stm32: fix STMicroelectronics copyrightPatrice Chotard1-2/+2
2017-05-12armv7m: cache: add flush & invalidate all dcacheVikas Manocha1-0/+23
2017-04-08armv7m: add instruction & data cache supportVikas Manocha1-0/+336