Searched hist:"51 bfb5b6f522b1fbe453c18df03648d72b08131f" (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/arch/arm/cpu/armv8/ |
H A D | fwcall.c | diff 51bfb5b6f522b1fbe453c18df03648d72b08131f Tue Aug 16 14:08:46 CDT 2016 Alexander Graf <agraf@suse.de> 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>
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | system.h | diff 51bfb5b6f522b1fbe453c18df03648d72b08131f Tue Aug 16 14:08:46 CDT 2016 Alexander Graf <agraf@suse.de> 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>
|
/openbmc/u-boot/board/xilinx/zynqmp/ |
H A D | zynqmp.c | diff 51bfb5b6f522b1fbe453c18df03648d72b08131f Tue Aug 16 14:08:46 CDT 2016 Alexander Graf <agraf@suse.de> 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>
|