commit | 4415c3b0d07d6032d0a78a7b90ad9f062ad35efe | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Apr 05 17:53:18 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu May 11 22:03:39 2017 -0400 |
tree | 0769a9a7530e304cd65a5f661458d9036b788c67 | |
parent | e987393cd3378142dc287d73bce23e3293aeb749 [diff] |
arm: Support cache invalidate At present there is not operation to invalidate a cache range. This seems to be needed to fill out the cache operations. Add an implementation based on the flush operation. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: York Sun <york.sun@nxp.com>