Volodymyr Babchuk 53a107c812 tee: optee: add registered buffers handling into RPC calls
With latest changes to OP-TEE we can use any buffers as a shared memory.
Thus, it is possible for supplicant to provide part of own memory
when OP-TEE asks to allocate a shared buffer.

This patch adds support for such feature into RPC handling code.
Now when OP-TEE asks supplicant to allocate shared buffer, supplicant
can use TEE_IOC_SHM_REGISTER to provide such buffer. RPC handler is
aware of this, so it will pass list of allocated pages to OP-TEE.

Signed-off-by: Volodymyr Babchuk <vlad.babchuk@gmail.com>
[jw: fix parenthesis alignment in free_pages_list()]
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
2017-12-15 13:35:37 +01:00
..
2017-12-08 09:58:10 -08:00
2017-12-10 08:26:59 -08:00
2017-12-06 10:53:02 -08:00
2017-12-01 12:19:48 -08:00
2017-12-08 13:18:47 -08:00
2017-12-05 10:31:32 -08:00
2017-12-02 21:31:03 -05:00
2017-12-08 12:53:43 -08:00