blob: 19a377312547dcca1256a3cbc9a0b53e6b4140dd [file] [log] [blame]
Patrick Williams8e7b46e2023-05-01 14:19:06 -05001From 148d82d0984273b30d8b148f0c4e0ad0d3f23062 Mon Sep 17 00:00:00 2001
2From: Emekcan Aras <emekcan.aras@arm.com>
3Date: Mon, 17 Apr 2023 12:07:55 +0100
4Subject: [PATCH 1/3] Platform: corstone1000: adjust PS asset configuration
5
6Adjust protected storage asset configuration to be more inline
7with the one in trusted service side, that would make thinks
8work when testing and using more than the default variables.
9
10Upstream-Status: Submitted [https://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/20560]
11Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>
12Signed-off-by: Emekcan Aras <emekcan.aras@arm.com>
13Change-Id: I181f9c72a816c727c2170c609100aec1d233fea7
14---
15 platform/ext/target/arm/corstone1000/config.cmake | 1 +
16 1 file changed, 1 insertion(+)
17
18diff --git a/platform/ext/target/arm/corstone1000/config.cmake b/platform/ext/target/arm/corstone1000/config.cmake
19index bec6b84f0..0c91fa59f 100644
20--- a/platform/ext/target/arm/corstone1000/config.cmake
21+++ b/platform/ext/target/arm/corstone1000/config.cmake
22@@ -76,3 +76,4 @@ endif()
23 # Platform-specific configurations
24 set(CONFIG_TFM_USE_TRUSTZONE OFF)
25 set(TFM_MULTI_CORE_TOPOLOGY ON)
26+set(PS_NUM_ASSETS "40" CACHE STRING "The maximum number of assets to be stored in the Protected Storage area")
27--
282.17.1
29