commit | 809fa817ae6331d98b55f7afaa3c20f8407822e4 | [log] [tgz] |
---|---|---|
author | Balint Dobszay <balint.dobszay@arm.com> | Fri Feb 10 11:07:27 2023 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Feb 22 13:51:23 2023 +0100 |
tree | cd331f8b171eb299ea939995f701a5016d85f8cb | |
parent | c4cab13e43f8170575612892f66bdbc8c9e67285 [diff] |
core: ffa: add TOS_FW_CONFIG handling At boot TF-A passes two DT addresses (HW_CONFIG and TOS_FW_CONFIG), but currently only the HW_CONFIG address is saved, the other one is dropped. This commit adds functionality to save the TOS_FW_CONFIG too, so we can retrieve it later. This is necessary for the CFG_CORE_SEL1_SPMC use case, because the SPMC manifest is passed in this DT. 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