commit | 423dbef12b45e85bad68a149a72a12565aa61b03 | [log] [tgz] |
---|---|---|
author | Summer Qin <summer.qin@arm.com> | Thu Aug 22 15:59:35 2019 +0800 |
committer | Summer Qin (Arm Technology China) <summer.qin@arm.com> | Mon Sep 09 08:44:30 2019 +0100 |
tree | eb953e7ec49334b4be26f161552256faff020f52 | |
parent | 0482270af42d8a2e41bf571df3f79f4a4d4c6f19 [diff] [blame] |
Core: Minimize the memory usage for partition list Split the rodata, data and bss of the partition list. Change-Id: I1b7e876ceee38b65b871b6be664d46bc7bd49af3 Signed-off-by: Summer Qin <summer.qin@arm.com>
diff --git a/secure_fw/spm/spm_api.h b/secure_fw/spm/spm_api.h index 99d35a2..75b921c 100644 --- a/secure_fw/spm/spm_api.h +++ b/secure_fw/spm/spm_api.h
@@ -106,6 +106,7 @@ * Service signal mask passed by * psa_wait() */ + uint32_t index; /* Partition index */ }; #ifdef TFM_PSA_API