commit | 4028e3387a3dd7c9ec58feb0ad40e1bef8517c59 | [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 | f023187572d32418ec31cc0bd880f913b6a99dee [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>