commit | a3cc915620cb834833619d1984dad3c0f9aff00e | [log] [tgz] |
---|---|---|
author | Yan Yan <yan.yan@windriver.com> | Thu Jun 03 10:11:50 2021 +0800 |
committer | Jerome Forissier <jerome@forissier.org> | Mon Jun 14 09:23:52 2021 +0200 |
tree | 7d9d93c787d1034d3219cf1bcf6d4e033e82d8eb | |
parent | c48b9994555e63bd7c70280dbb9f3747b1794746 [diff] |
plat-zynq7k: fix wrong argument ordering in NS world unlocking A defect was introduced in 3.5.0 where the register value and address in io_write32 are displaced, which eventually led to failure switching to NS world. Fixes: af4c7f4b3ad2 ("zynq7k: upgrade from write32() to io_write32() and friends") Signed-off-by: Yan Yan <yan.yan@windriver.com> Tested-by: Yan Yan <yan.yan@windriver.com> Reviewed-by: Etienne Carriere <etienne.carriere@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