Add StMM wrapper SP

Add SP that acts as wrapper around StMM image. The StMM binary is
included as payload in the SP. Path to the binary must be passed in
STMM_BIN_PATH environment variable or CMake argument.

To start StMM the caller is responsible for two steps:
1. Share memory with this SP, which will act as the communication buffer
   for StMM.
2. Send direct message to this SP to trigger initialization of StMM.

After StMM is launched, the control doesn't return to the wrapper SP.

The following files were derived from optee_os:
* gen_stmm_hex.py
* stmm-wrapper.h

Repository: https://github.com/OP-TEE/optee_os.git
Commit hash: 42471ecf25b73ae0b381a78385026f0a28c20e45

Signed-off-by: Balint Dobszay <balint.dobszay@arm.com>
Change-Id: I2d0e69502e3bf4c2e4531c828668de78e7890f44
7 files changed