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

2019-03-20 Thread Jens Wiklander
Hi Volodymyr, On Mon, Mar 11, 2019 at 2:04 PM Volodymyr Babchuk wrote: > > From: Volodymyr Babchuk > > 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-o

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

2019-03-11 Thread Volodymyr Babchuk
From: Volodymyr Babchuk 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 --- Changes from V2: - rebased onto upstream drivers/te