commit | 4c158b9a7d05973e6924835726a2358b383d622f | [log] [tgz] |
---|---|---|
author | Harinarayan Bhatta <harinarayan@ti.com> | Tue Nov 29 16:33:22 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat Dec 03 13:21:20 2016 -0500 |
tree | 2e41f4963f656d3f350016a33c2fb7526576eefc | |
parent | 7e719ee7d8eb61f459a38f69a825823603879258 [diff] |
arm: omap5: Add function to make an SMC call on cpu1 On DRA7xx platform, CPU Core 1 is not used in u-boot. However, in some cases it is need to make secure API calls from Core 1. This patch adds an assembly function to make a secure (SMC) call from CPU Core #1. Signed-off-by: Harinarayan Bhatta <harinarayan@ti.com> Signed-off-by: Andrew F. Davis <afd@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>