ARM: 8479/2: add implementation for arm-smccc
authorJens Wiklander <jens.wiklander@linaro.org>
Mon, 4 Jan 2016 14:42:55 +0000 (15:42 +0100)
committerAlex Shi <alex.shi@linaro.org>
Thu, 20 Oct 2016 08:22:18 +0000 (16:22 +0800)
commitfb0b4725d32fd59f18236123570d23121df87d8c
tree89d1f83d1599eb8ba954ab6972407f89039f5f4f
parentef2209ec3ee8a3c9238d329d1e6afa9b22766962
ARM: 8479/2: add implementation for arm-smccc

Adds implementation for arm-smccc and enables CONFIG_HAVE_SMCCC for
architectures that may support arm-smccc. It's the responsibility of the
caller to know if the SMC instruction is supported by the platform.

Reviewed-by: Lars Persson <lars.persson@axis.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 b329f95d70f3f955093e9a2b18ac1ed3587a8f73)
Signed-off-by: Alex Shi <alex.shi@linaro.org>
arch/arm/Kconfig
arch/arm/kernel/Makefile
arch/arm/kernel/armksyms.c
arch/arm/kernel/smccc-call.S [new file with mode: 0644]