aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv8_cache.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-02-14target/smp: use a struct list_head to hold the smp targetsAntonio Borneo1-5/+3
2021-09-18openocd: remove last NULL comparisonsAntonio Borneo1-1/+1
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-1/+1
2020-09-05target: use proper format with uint32_tAntonio Borneo1-13/+13
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-3/+3
2019-05-14target/armv8: change prototype of display_cache_info()Paul Fertser1-4/+4
2018-03-16aarch64: fix debug entry from EL0Matthias Welwarsky1-0/+9
2017-02-24aarch64: fix software breakpoints when in aarch32 stateMatthias Welwarsky1-5/+6
2017-02-10aarch64: cache identification for aarch32 stateMatthias Welwarsky1-6/+11
2017-02-10aarch64: armv8 cache functions updateMatthias Welwarsky1-2/+297
2017-02-10aarch64: add cache handling functionsMatthias Welwarsky1-0/+122