Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-21 | sandbox: Audit config.h and common.h usage | Tom Rini | |
Remove and replace common.h and config.h in sandbox when it's not needed and add some explicit includes where needed. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com> | |||
2020-12-22 | sandbox: implement invalidate_icache_all() | Heinrich Schuchardt | |
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> |