aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7a_cache.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-24Remove FSF address from GPL noticesMarc Schink1-0/+3
2015-11-30armv7a: fix-up dcache clean and flush functions inner loop patternMatthias Welwarsky1-8/+18
2015-11-30cortex_a: Update instruction cache after setting a soft breakpointMatthias Welwarsky1-1/+1
2015-11-30armv7a: correctly handle invalidation of inner data cachesMatthias Welwarsky1-5/+30
2015-11-30armv7a: fix debug messages regarding cache on/off stateMatthias Welwarsky1-2/+2
2015-11-30armv7a: rework automatic flush-on-write handlingMatthias Welwarsky1-33/+10
2015-11-30armv7a: add d-cache virtual address range flush functionMatthias Welwarsky1-0/+35
2015-11-30armv7a: fix handling of inner cachesMatthias Welwarsky1-18/+36
2015-11-30armv7a: remove special l2x flush-all and cache-info handlersMatthias Welwarsky1-1/+2
2015-11-30add armv7a_cache handlersOleksij Rempel1-0/+541