| commit | 570c3b44ce1ecf7e1ed947c980f92f9a03b8dabb | [log] [tgz] |
|---|---|---|
| author | Vincent Mailhol <mailhol.vincent@wanadoo.fr> | Sun Oct 29 18:33:47 2023 +0900 |
| committer | Jérôme Forissier <jerome@forissier.org> | Mon Dec 04 09:39:17 2023 +0100 |
| tree | fc1967ec7166a9248d1c98a788d8983d669c9477 | |
| parent | f3845d8bee3645eedfcc494be4db034c3c69e9ab [diff] |
tee_client_api: correct reference to TEEC_MemoryReference
Apply the errata from [1] which fixes two typos in the definition of
the paramTypes.
[1] TEE Client API Specification v1.0 Errata and Precisions
Version 2.0, §E.1 Correct Reference to TEEC_MemoryReference
Signed-off-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
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