commit | 6a68b221a74dedaec3ac4f379560769bed7c0ccb | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Mon Oct 12 13:45:24 2020 +0530 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Oct 12 13:09:18 2020 +0200 |
tree | 72e6887b9d3f9e0a53a11cfa6e94d7d5f63d9ad0 | |
parent | 009a14d6dcc77d8a321464e9e6d6de92dd297b4f [diff] |
core: ffa: Fix the FF-A version returned to Secure Partition The current Firmware Framework(FF-A) specification defines the major version of 0x1 and minor version of 0x0. Return these values when requested through the FFA_VERSION call instead of returning the FFA_VERSION function id Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Acked-by: Jerome Forissier <jerome@forissier.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
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