commit | b30b0d41f1237c2dbffbfdd1c36ec3852c51bd20 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Tue Jun 29 17:07:51 2021 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Jun 30 13:36:32 2021 +0200 |
tree | b71a7ba6be2cd6f7cba07a228a845264cb219a26 | |
parent | 3af354e38c77375f59a1f31ea195b56cf5aae815 [diff] |
hikey, hikey960: disable CFG_SECURE_DATA_PATH by default Since linaro-swg/linux.git branch optee [1] was rebased onto kernel v5.12, Secure Data Path is broken in xtest [2] because the client side is based on the ION allocator, which was removed from the kernel. Therefore, disable SDP support by default. Link: [1] https://github.com/linaro-swg/linux/tree/optee-v5.12-20210628 Link: [2] https://github.com/OP-TEE/optee_test/blob/3.13.0/host/xtest/regression_1000.c#L1220-L1263 Signed-off-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