]> git.karo-electronics.de Git - linux-beck.git/commit
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)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 4 Jan 2016 16:19:57 +0000 (16:19 +0000)
commit98dd64f34f47ce19b388d9015f767f48393a81eb
treef6a99f3324f5a02d75e3bafeeda8ba8e239a4e81
parentad84f56bf6d620fe6ed4d57ce6ec9945684d7f35
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>
drivers/firmware/Kconfig
include/linux/arm-smccc.h [new file with mode: 0644]