u-boot/arch/arm/mach-meson
Alexander Graf 51bfb5b6f5 arm: Disable HVC PSCI calls by default
All systems that are running on armv8 are running bare metal with firmware
that implements PSCI running in EL3. That means we don't really need to expose
the hypercall variants of them.

This patch leaves the code in, but makes the code explicit enough to have the
compiler optimize it out. With this we don't need to worry about hvc vs smc
calling convention when calling psci helper functions.

Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
2016-10-18 09:08:08 +02:00
..
Kconfig board: amlogic: Rename folder for Amlogic boards 2016-06-24 17:23:09 -04:00
Makefile arm: meson: implement calls to secure monitor 2016-05-27 15:39:47 -04:00
board.c arm: Disable HVC PSCI calls by default 2016-10-18 09:08:08 +02:00
sm.c arm: meson: implement calls to secure monitor 2016-05-27 15:39:47 -04:00