summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2018-07-19 18:03:47 -0700
committerSascha Hauer <s.hauer@pengutronix.de>2018-08-08 08:27:24 +0200
commit2c20674f0cf324d64f3de3ebd5a349fe252e0254 (patch)
treeb0dd815c276a7f59a7ae2dc1e0407d498d72241a /arch/arm/include
parente70be9e1d95e34fe9c6235b02076bb0095fc48b6 (diff)
downloadbarebox-2c20674f0cf324d64f3de3ebd5a349fe252e0254.tar.gz
barebox-2c20674f0cf324d64f3de3ebd5a349fe252e0254.tar.xz
ARM: Add code to support SMCCC on AArch64
Port SMCCC code from Linux kernel. To accomodate that: - Introduce CONFIG_ARM_SMCCC, to allow enabling the code independent of CONFIG_ARM_SECURE_MONITOR - Bring <linux/arm-smccc.h> in - Add necessary constants to arch/arm/asm-offsets.c Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/asm-offsets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/asm-offsets.h b/arch/arm/include/asm/asm-offsets.h
new file mode 100644
index 0000000000..2f84e83996
--- /dev/null
+++ b/arch/arm/include/asm/asm-offsets.h
@@ -0,0 +1 @@
+#include <generated/asm-offsets.h> \ No newline at end of file