Build: Add global array used as stacks
This patch adds global array as partition stacks. Global stack
arrays are generated automatically in the build process.
Using a global array as partition stack would wrap stack into
partition private data, which skips allocating specific space
by the linker. The related tools and templates are modified
together in this patch.
The 'psa_ff_test' related partitions also need new generated
intermedia files, before feedback this change to 'psa_ff_test',
put those test partitions intermedia files under build directory.
Change-Id: Ibcc79bdee0c3d4db7cd060bb92861ce3aa5e4437
Signed-off-by: Ken Liu <ken.liu@arm.com>
Co-authored-by: Mingyang Sun <mingyang.sun@arm.com>
10 files changed