commit | 5b5e29621dfc8add941f42ac9340227b4e387d5c | [log] [tgz] |
---|---|---|
author | Ken Liu <ken.liu@arm.com> | Tue Aug 18 21:11:47 2020 +0800 |
committer | Ken Liu <ken.liu@arm.com> | Fri Aug 28 15:09:40 2020 +0800 |
tree | 06d6142417bf08e791a18dd6c06313632bcef7b2 | |
parent | 2ff05d5227aa23a30fc6e44664e3a567f19c90b5 [diff] |
Build: Apply global array as partition stacks [tf-m-test] Using a global array as partition stack would wrap stack into partition private data, which skips allocating dedicated stack space during the linking stage. This patch could work with the tf-m code still using linking stage stack allocation, as the redundant compiled objects would be stripped if symbols in them are not referenced. Change-Id: I47dc16d7b8da7034009bf190172865e0b1a3d518 Signed-off-by: Ken Liu <ken.liu@arm.com>