commit | b286d22c03c2db355b733df8f0f4c0bdde29b131 | [log] [tgz] |
---|---|---|
author | Ang, Chee Hong <chee.hong.ang@intel.com> | Tue Feb 12 00:27:03 2019 -0800 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 22 18:13:21 2019 -0400 |
tree | e361e90026855b34b7bf835a229a5170075646a1 | |
parent | fb14083b513b0580c8bd6aabfcc3608b2798bbd2 [diff] |
ARMv8: Disable fwcall when PSCI is enabled When PSCI is enabled, we are expecting U-Boot which now act as EL3 software will handle all the PSCI calls. We won't need fwcall as no further HVC or SMC are needed. Signed-off-by: Ang, Chee Hong <chee.hong.ang@intel.com>