commit | 58e47485182eedb114335a4a29812272688ac285 | [log] [tgz] |
---|---|---|
author | Rouven Czerwinski <r.czerwinski@pengutronix.de> | Tue Nov 05 19:26:09 2019 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Jan 29 18:16:08 2020 +0100 |
tree | 0501073770174f7962431e55a308749e87d8dc19 | |
parent | cab01ed519836b890119aad66fcfc0433f65b3fd [diff] |
plat-imx: Add SA settings for i.MX6UL The Secure Access register configures the access mode for non-TrustZone aware DMA masters. To ensure that no DMA master can read the secure memory for OP-TEE, we set access for all masters except the processor (Cortex-A7) to non-secure only and lock the settings afterwards. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Reviewed-by: Clement Faure <clement.faure@nxp.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