commit | abbe1d51fe7736a2174ec9ec7ccf9a3c67688cda | [log] [tgz] |
---|---|---|
author | Balint Dobszay <balint.dobszay@arm.com> | Thu Mar 23 13:12:01 2023 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Mar 24 14:26:32 2023 +0100 |
tree | 1c33fd8890af90885e0bb72645b0c42e01c2066a | |
parent | 6d7c8c3d88ad45699d3bac4d2fa4583ba7b7f05c [diff] |
core: spmc: move FIP SP deinit call Move the FIP SP deinit call to before starting the SPs. This change does not affect functionality, it's just to make the SP packages' lifetime clearer in the code. Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Signed-off-by: Balint Dobszay <balint.dobszay@arm.com>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers