blob: 7fae7b69b081b3fc802744011a6592ba59079a01 [file] [log] [blame]
Patrick Williams7784c422022-11-17 07:29:11 -06001From 5be42e1c05205209fc3988f0df30a02da95c2448 Mon Sep 17 00:00:00 2001
2From: Rui Miguel Silva <rui.silva@linaro.org>
3Date: Wed, 2 Nov 2022 00:12:35 +0000
4Subject: [PATCH] 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: Pending
11Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>
12---
13 platform/ext/target/arm/corstone1000/config.cmake | 1 ++
14 1 file changed, 1 insertions(+)
15
16diff --git a/platform/ext/target/arm/corstone1000/config.cmake b/platform/ext/target/arm/corstone1000/config.cmake
17index ab0fe17ba886..c2b4b646e6b0 100644
18--- a/platform/ext/target/arm/corstone1000/config.cmake
19+++ b/platform/ext/target/arm/corstone1000/config.cmake
20@@ -56,3 +56,4 @@ set(PS_ENCRYPTION OFF CACHE BOOL "Enable
21 set(PS_ROLLBACK_PROTECTION OFF CACHE BOOL "Enable rollback protection for Protected Storage partition")
22
23 set(PLATFORM_SERVICE_OUTPUT_BUFFER_SIZE 256 CACHE STRING "Size of output buffer in platform service.")
24+set(PS_NUM_ASSETS "40" CACHE STRING "The maximum number of assets to be stored in the Protected Storage area")
25--
262.38.1
27