aboutsummaryrefslogtreecommitdiff
path: root/secure_fw/include/load/partition_static_load.h
diff options
context:
space:
mode:
authorMingyang Sun <mingyang.sun@arm.com>2021-04-02 16:51:05 +0800
committerMingyang Sun <mingyang.sun@arm.com>2021-05-08 16:23:14 +0800
commitf6a78572d5722a8e08d4e2bc1bcac8736e684eac (patch)
treea01392c5b3138fc8ef3b28fb4e4e4e02924e643d /secure_fw/include/load/partition_static_load.h
parent00df2357ff73936a6da5e94c41ccf7f9e7f11041 (diff)
downloadtrusted-firmware-m-f6a78572d5722a8e08d4e2bc1bcac8736e684eac.tar.gz
Build: Build and arrange partition static data
- Add a template to generate partition static data into dedicated source files. For the ns internal partition, manually add a source file for it. - Put these data into a dedicated memory section, to prepare for partition loading. Change-Id: Iad988608b04d2db9f5f43e7528f3ef21c1252f31 Signed-off-by: Mingyang Sun <mingyang.sun@arm.com>
Diffstat (limited to 'secure_fw/include/load/partition_static_load.h')
-rw-r--r--secure_fw/include/load/partition_static_load.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure_fw/include/load/partition_static_load.h b/secure_fw/include/load/partition_static_load.h
index 065c6db2b0..70248b6e66 100644
--- a/secure_fw/include/load/partition_static_load.h
+++ b/secure_fw/include/load/partition_static_load.h
@@ -24,7 +24,7 @@
#define POSITION_TO_PTR(x, t) (t)(x)
/* Length of extendable variables in partition static type */
-#define STATIC_INFO_EXT_LENGTH 0
+#define STATIC_INFO_EXT_LENGTH 2
/*
* Argument "ps_ptr" must have be a "struct partition_static_info_t *" type and
* must be validated before using.