commit | 8e5d804f890b32959cc9d9f9349ccd2ff4a744a0 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Fri Sep 23 17:43:49 2016 -0600 |
committer | Tom Warren <twarren@nvidia.com> | Tue Sep 27 09:11:03 2016 -0700 |
tree | 4850a6706262d21496028068ea204eed391b3353 | |
parent | 6dca554f238d23d2c67873d850b7576e5971c5fd [diff] |
ARM: tegra: flush caches via SMC call On Tegra186, it is necessary to perform an SMC to fully flush all caches; flushing/cleaning by set/way is not enough. Implement the required hook to make this happen. Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>