aboutsummaryrefslogtreecommitdiff
path: root/tftf/framework
diff options
context:
space:
mode:
authorAlexei Fedorov <Alexei.Fedorov@arm.com>2019-10-04 16:13:47 +0100
committerAlexei Fedorov <Alexei.Fedorov@arm.com>2019-10-08 16:15:59 +0100
commitfb003380a01843d0de71ba3374394a798289c64f (patch)
tree47e9fd3c2ba55dea7e2488e68b11534e865464c6 /tftf/framework
parent1ca3102141319bd514c296ddc256f92e321780a2 (diff)
downloadtf-a-tests-fb003380a01843d0de71ba3374394a798289c64f.tar.gz
TFTF: ARMv8.3-PAuth test code enhancements
This patch provides the following feature and makes modification listed below: - ARMv8.3-PAuth tests now check for all keys being in use (e.g. APIAKey when the test suite is built with `ENABLE_PAUTH=1` option) and program new key values otherwise. Signed-off-by: Alexei Fedorov <Alexei.Fedorov@arm.com> Change-Id: Ifa4a288274822029da585073563c68a1434f5de7
Diffstat (limited to 'tftf/framework')
-rw-r--r--tftf/framework/framework.mk9
1 files changed, 8 insertions, 1 deletions
diff --git a/tftf/framework/framework.mk b/tftf/framework/framework.mk
index 00bb84aa9..34601c2d6 100644
--- a/tftf/framework/framework.mk
+++ b/tftf/framework/framework.mk
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2018, Arm Limited. All rights reserved.
+# Copyright (c) 2018-2019, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -73,6 +73,13 @@ FRAMEWORK_SOURCES += \
FRAMEWORK_SOURCES += ${COMPILER_RT_SRCS}
+ifeq (${ARCH},aarch64)
+# ARMv8.3 Pointer Authentication support files
+FRAMEWORK_SOURCES += \
+ lib/extensions/pauth/aarch64/pauth.c \
+ lib/extensions/pauth/aarch64/pauth_helpers.S
+endif
+
TFTF_LINKERFILE := tftf/framework/tftf.ld.S