aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7a_cache.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo1-2/+2
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-1/+1
2019-05-14target/armv7a: change prototype of armv7a_handle_cache_info_command()Paul Fertser1-1/+1
2018-08-08target/armv7a_cache: add gdb keep-alive and fix a missing dpm finishAntonio Borneo1-4/+23
2018-02-21armv7a: forward error value in armv7a_cache_auto_flush_all_dataOleksij Rempel1-3/+4
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