commit | c9a96c0af3ff6aa1a9f40c9dc76fe8800ff3f767 | [log] [tgz] |
---|---|---|
author | Mingyang Sun <mingyang.sun@arm.com> | Thu Oct 14 10:32:05 2021 +0800 |
committer | Ken Liu <ken.liu@arm.com> | Fri Nov 05 11:45:07 2021 +0100 |
tree | 2eebfcec54d948d89c9371898947953b7aa1d9e6 | |
parent | 5bc82d240d391ffe6baa6ea7d889d2e0a3f53a65 [diff] |
Tool: Calculate total size of stacks for SFN backend Under the SFN backend in isolation level 1, partitions do not need dedicated stacks since they can work on the caller stack. Let the tool calculate the sum of stacks and provide for further usage. NS Agent can allocate stack with this sum since it is the initial caller of all access. Change-Id: Iee4ae996fc43cf1fc7f4c1d468372ae5c194bb4f Signed-off-by: Mingyang Sun <mingyang.sun@arm.com> Co-authored-by: Ken Liu <ken.liu@arm.com>