commit | b29aa3299c8677703b00bf921d228ca82670003a | [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 | 378bcffe3a27a6ad6155c3f60aa870fcc4fb0cb9 [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>