Stack_seal_mitigation: Seal the PSP stacks for Library mode.

This patch does the changes for sealing the PSP stacks used
in library mode. There are 2 stacks used as PSP in Library mode :
ARM_LIB_STACK and TFM_SECURE_STACK. In case of ARM_LIB_STACK,
a new section is created for sealing the stack. The TFM_SECURE_STACK
needs more careful manipulation as the top of stack is used for iovec
parameters. So the code inserts a stack seal between the iovec
parameters and Partition stack area.

Change-Id: Ic200e86025ca5a51166049438e35cd2a36b7c4d0
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
9 files changed