commit | 6775a8208e3ac60f09b982c2d7b3258e0af86540 | [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 | f97cae95759efd4dbb19acdde201a1f13815832a [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>