commit | c9d6c2f40bbdc129dfed7dea2e0a45e77e4f9099 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Fri Sep 11 10:13:54 2020 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Sep 25 12:03:11 2020 +0200 |
tree | 1b221f0981ca67f20db4d8d4ac76f8feeef8d3ed | |
parent | 8f7ffdb72b31ffe5bc58fcb0a1d53b73ee1b76cf [diff] |
ta/storage: use private buffers where needed The GP specification [1] requires buffer for certain functions to reside in TA private memory. Fix this by allocating a temporary buffer where needed. Some buffers are rather large so increase the size of heap too. [1] GlobalPlatform TEE Internal Core API Specification v1.1 Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the test suite (xtest) used to test the OP-TEE project.
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_test.
// OP-TEE core maintainers