commit | d18035346185d15c2be203c67073d003eb3a138d | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu Aug 13 12:43:22 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 24 14:11:31 2020 -0400 |
tree | e74f81cb34502d8c6d668a4c3e2697a70764ff83 | |
parent | 9218a11d9b2cd2a588f5ae5651bda2601543417f [diff] |
firmware: psci: Do not bind driver if U-Boot runs in EL3 There is no reason to bind psci driver if U-Boot runs in EL3 because SMC/HVC instructions can't be called. That's why detect this state and don't let user to crash from prompt by performing reset or poweroff commands (if enabled). Signed-off-by: Michal Simek <michal.simek@xilinx.com>