summaryrefslogtreecommitdiff
path: root/cactus
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2018-01-16 10:08:52 +0100
committerSandrine Bailleux <sandrine.bailleux@arm.com>2018-01-30 11:18:07 +0100
commit5e9630d0060d87ec2fb2bb163f9c0a3086b9999e (patch)
tree132317d5e10dad3c3600860b452a58dc6519629a /cactus
parentf29f2b468d53a97aa0906dc04ac75bd28420aa4a (diff)
SPM: Test that NS interrupt do not interrupt secure services
This patch introduces a new test in TFTF that checks that a non-secure interrupt (in this case, a non-secure timer interrupt) cannot interrupt a fast secure service request handled in a secure partition (in this case, Cactus). Change-Id: Iaf9d1a5afde9e1211a37eb60a23f25515bf48990 Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
Diffstat (limited to 'cactus')
-rw-r--r--cactus/cactus.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/cactus/cactus.mk b/cactus/cactus.mk
index 0f1a4bc..4c18e92 100644
--- a/cactus/cactus.mk
+++ b/cactus/cactus.mk
@@ -20,6 +20,7 @@ CACTUS_SOURCES := cactus/aarch64/cactus_entrypoint.S \
lib/${ARCH}/cache_helpers.S \
lib/${ARCH}/misc_helpers.S \
lib/stdlib/assert.c \
+ lib/stdlib/mem.c \
lib/stdlib/putchar.c \
lib/stdlib/printf.c \
lib/stdlib/rand.c \