summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/cache.c
AgeCommit message (Collapse)AuthorFilesLines
2020-12-23sandbox: implement invalidate_icache_all()Heinrich Schuchardt1-0/+23
Before executing code that we have loaded from a file we need to flush the data cache and invalidate the instruction flash. Implement functions flush_cache() and invalidate_icache_all(). Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>