aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Recanati <federico.recanati@arm.com>2022-04-01 20:08:59 +0200
committerFederico Recanati <federico.recanati@arm.com>2022-04-08 11:58:05 +0200
commit9ecd3e7f1e8a07ffef337d543dab366315a0adfe (patch)
treee4799f8860fb084383de73010d23c0a84544582b
parent6bda97e1383acb08d7a7afd30c65579149c1c6fd (diff)
downloadtf-a-tests-9ecd3e7f1e8a07ffef337d543dab366315a0adfe.tar.gz
test(cactus): fix build for tc0 platform
A test sharing memory in the 48-bit address range is breaking TC0 build, define the same memory region for TC0 platform as well. Currently the test is skipped since TC0 is configured with a 40bit PA range. Signed-off-by: Federico Recanati <federico.recanati@arm.com> Change-Id: I2ccc5757a63cd6473a33b1a396187bcb66fc5726
-rw-r--r--spm/cactus/plat/arm/tc0/include/cactus_platform_def.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/spm/cactus/plat/arm/tc0/include/cactus_platform_def.h b/spm/cactus/plat/arm/tc0/include/cactus_platform_def.h
index a972440a1..e5d83d634 100644
--- a/spm/cactus/plat/arm/tc0/include/cactus_platform_def.h
+++ b/spm/cactus/plat/arm/tc0/include/cactus_platform_def.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020-2021, Arm Limited. All rights reserved.
+ * Copyright (c) 2020-2022, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -32,5 +32,6 @@
#define CACTUS_SP1_MEM_SHARE_BASE 0xfe500000
#define CACTUS_SP2_MEM_SHARE_BASE 0xfe501000
#define CACTUS_SP3_MEM_SHARE_BASE 0xfe502000
+#define CACTUS_SP3_NS_MEM_SHARE_BASE 0x880080001000ULL
#endif /* CACTUS_PLATFORM_DEF_H */