tee: optee: add optee-specific shared pool implementation
authorVolodymyr Babchuk <vlad.babchuk@gmail.com>
Wed, 29 Nov 2017 12:48:35 +0000 (14:48 +0200)
committerJens Wiklander <jens.wiklander@linaro.org>
Fri, 15 Dec 2017 12:36:17 +0000 (13:36 +0100)
commitabd135ba215c05ca84f9809e6047db25fc28b835
treefafdd4a10f60ecc4145eb63d16719c4f936740de
parentd885cc5e0759fc19badadddb60a64344b551469b
tee: optee: add optee-specific shared pool implementation

This is simple pool that uses kernel page allocator. This pool can be
used in case OP-TEE supports dynamic shared memory.

Signed-off-by: Volodymyr Babchuk <vlad.babchuk@gmail.com>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
drivers/tee/optee/Makefile
drivers/tee/optee/shm_pool.c [new file with mode: 0644]
drivers/tee/optee/shm_pool.h [new file with mode: 0644]