commit | 7cefc61a3148831d69a0bafba3d3a749df6ed1a4 | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@linaro.org> | Fri Apr 26 17:11:28 2019 +0200 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Wed May 15 09:39:20 2019 +0200 |
tree | b2d1911c9cd13088589c38bffce42bafd291971d | |
parent | ae09e04cfc7c30c35c4c325c22ccea640f8bc2ba [diff] |
stm32mp1: simplify stm32mp_periph_is_*() As per design shared resources explicitly registered as secure are assigned to the secure world while other are defacto assigned to the non-secure world. This change remove functions stm32mp_periph_is_unregistered() and stm32mp_periph_is_non_secure() and keeps only stm32mp_periph_is_secure() which return value reflects whether the resource is assigned to the secure or non-secure world. Suggested-by: Jérôme Forissier <jerome.forissier@linaro.org> Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@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