ARM: 8478/2: arm/arm64: add arm-smccc
authorJens Wiklander <jens.wiklander@linaro.org>
Mon, 4 Jan 2016 14:37:32 +0000 (15:37 +0100)
committerAlex Shi <alex.shi@linaro.org>
Thu, 20 Oct 2016 08:22:18 +0000 (16:22 +0800)
commitef2209ec3ee8a3c9238d329d1e6afa9b22766962
tree8fe3f557213dc3d5892149134d647bd3e2b4d4cb
parentc6cdbc5e461b146a5723ad54d079c198ce6beb45
ARM: 8478/2: arm/arm64: add arm-smccc

Adds helpers to do SMC and HVC based on ARM SMC Calling Convention.
CONFIG_HAVE_ARM_SMCCC is enabled for architectures that may support the
SMC or HVC instruction. It's the responsibility of the caller to know if
the SMC instruction is supported by the platform.

This patch doesn't provide an implementation of the declared functions.
Later patches will bring in implementations and set
CONFIG_HAVE_ARM_SMCCC for ARM and ARM64 respectively.

Reviewed-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
(cherry picked from commit 98dd64f34f47ce19b388d9015f767f48393a81eb)
Signed-off-by: Alex Shi <alex.shi@linaro.org>
drivers/firmware/Kconfig
include/linux/arm-smccc.h [new file with mode: 0644]