commit | 47c5e195e612d55ec0530ee4235d5335f70cc928 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Dec 09 19:42:44 2020 +0100 |
committer | Simon Glass <sjg@chromium.org> | Tue Dec 22 20:39:25 2020 -0700 |
tree | f097bac29c0e4024cb18deeaf08dd91006fa7157 | |
parent | 3dd8125551ba6c2425109405843657b883e20369 [diff] |
sandbox: implement invalidate_icache_all() 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>