commit | 4146a9a70fc9c49ca571cb0a2f5df15b217c422c | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Wed Oct 19 15:18:47 2016 -0600 |
committer | Tom Warren <twarren@nvidia.com> | Mon Nov 07 14:36:29 2016 -0800 |
tree | d7e39da478bc7cbaaece5f2b180ad0b410a0c372 | |
parent | ddb0f63f2bc394db3cb89fd225acd49934a88a8a [diff] |
ARM: tegra186: call secure monitor for all cache-wide ops An SMC call is required for all cache-wide operations on Tegra186. This patch implements the two missing hooks now that U-Boot supports them, and fixes the mapping of "hook name" to SMC call code. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>