| commit | 342acaee0c77e94e51ace429b942bdd6ec185776 | [log] [tgz] |
|---|---|---|
| author | Jens Wiklander <jens.wiklander@linaro.org> | Fri Apr 17 14:29:38 2020 +0200 |
| committer | Jérôme Forissier <jerome@forissier.org> | Mon Apr 20 16:34:20 2020 +0200 |
| tree | 62e65cc0674a1a0a544af2e6dc6178f4f8de9b55 | |
| parent | 3b5b32d43706b3fe14fb4aeb0f2396c72f069adf [diff] |
Sync tee.h with Linux kernel v5.6 TEE_IOC_SHM_REGISTER_FD (not upstream) and struct is moved down just above TEE_IOC_SHM_REGISTER to keep IOCTL numbers in order. struct tee_ioctl_param now matches the kernel version, that is, the union with value and memref is replaced by just the value fields. Acked-by: Jerome Forissier <jerome@forissier.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the non-secure side implementation of the OP-TEE project making up the client library and tee-supplicant.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_client.
// OP-TEE core maintainers