commit | d382d2282910ab49a08f6e4335358b39650b883f | [log] [tgz] |
---|---|---|
author | Michalis Pappas <mpappas@fastmail.fm> | Fri Apr 13 10:40:57 2018 +0300 |
committer | Tom Rini <trini@konsulko.com> | Tue May 08 09:07:35 2018 -0400 |
tree | e442359ce788d8b84a0b561b6a9425a552156503 | |
parent | 9b93a3bd628fc1ae14e477d079db48200a66e22f [diff] |
arm64: Add SMC and HVC commands This patch adds smc and hvc commands, that allow issuing Secure Monitor Calls and Hypervisor Calls conforming to the ARM SMC Calling Convention. Add Kconfig items to allow each command can be individually enabled. Signed-off-by: Michalis Pappas <mpappas@fastmail.fm> Reviewed-by: Simon Glass <sjg@chromium.org>