Re: [PATCH v3] optee: allow to work without static shared memory

From: Jens Wiklander
Date: Wed Mar 20 2019 - 05:32:36 EST


Hi Volodymyr,

On Mon, Mar 11, 2019 at 2:04 PM Volodymyr Babchuk
<Volodymyr_Babchuk@xxxxxxxx> wrote:
>
> From: Volodymyr Babchuk <vlad.babchuk@xxxxxxxxx>
>
> On virtualized systems it is possible that OP-TEE will provide
> only dynamic shared memory support. So it is fine to boot
> without static SHM enabled if dymanic one is supported.
>
> Signed-off-by: Volodymyr Babchuk <vlad.babchuk@xxxxxxxxx>
> ---
>
> Changes from V2:
> - rebased onto upstream
>
> drivers/tee/optee/core.c | 80 ++++++++++++++++++++++++----------------
> 1 file changed, 49 insertions(+), 31 deletions(-)
>

Looks good, I'm picking this up.

Thanks,
Jens