commit | 9c9b7b13fec4e61792f081e4a543b991fb7aba4c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 09 13:20:40 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sun Feb 12 10:11:22 2012 +0100 |
tree | ea2c58cf115b996a502d27fff9f5e03323778257 | |
parent | ea160b13436989cda13f8f4d3fe0db00df9b6f02 [diff] |
tegra: mmc: Support operation with dcache enabled When the data cache is enabled we must flush on write and invalidate on read. We also check that buffers are aligned to data cache lines boundaries. With recent work in U-Boot this should generally be the case but the warnings will catch problems. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>