aarch64: add cache handling functions
authorMatthias Welwarsky <matthias.welwarsky@sysgo.com>
Tue, 20 Sep 2016 09:16:30 +0000 (11:16 +0200)
committerMatthias Welwarsky <matthias.welwarsky@sysgo.com>
Fri, 10 Feb 2017 13:01:39 +0000 (14:01 +0100)
commite17d1d4dc870155010422095272d8a6c16435451
treed9ab16bf174b07930f58c9f7f58a76b68413a19a
parentb430d0a1520903213e0796e9fcbc5ab180f1fbe8
aarch64: add cache handling functions

For now only D-Cache flush (Clean&Invalidate) and I-Cache
invalidate are implemented. That's enough for software breakpoints.

Change-Id: I8e96d645a230b51e3490403f4564e59ba6a76cf3
Signed-off-by: Matthias Welwarsky <matthias.welwarsky@sysgo.com>
src/target/Makefile.am
src/target/armv8_cache.c [new file with mode: 0644]
src/target/armv8_cache.h [new file with mode: 0644]
src/target/armv8_opcodes.h