Re: [PATCH v10 7/9] optee: support protected memory allocation

2025-06-24 Thread Jens Wiklander
Hi Amir, On Tue, Jun 24, 2025 at 8:54 AM Amirreza Zarrabi wrote: > > Hi Jens, > > On 6/10/2025 11:13 PM, Jens Wiklander wrote: > > Add support in the OP-TEE backend driver for protected memory > > allocation. The support is limited to only the SMC ABI and for secure > > video buffers. > > > > OP-

Re: [PATCH v10 7/9] optee: support protected memory allocation

2025-06-24 Thread Amirreza Zarrabi
Hi Jens, On 6/10/2025 11:13 PM, Jens Wiklander wrote: > Add support in the OP-TEE backend driver for protected memory > allocation. The support is limited to only the SMC ABI and for secure > video buffers. > > OP-TEE is probed for the range of protected physical memory and a > memory pool alloca

Re: [PATCH v10 7/9] optee: support protected memory allocation

2025-06-17 Thread Sumit Garg
On Tue, Jun 10, 2025 at 03:13:51PM +0200, Jens Wiklander wrote: > Add support in the OP-TEE backend driver for protected memory > allocation. The support is limited to only the SMC ABI and for secure > video buffers. > > OP-TEE is probed for the range of protected physical memory and a > memory po

[PATCH v10 7/9] optee: support protected memory allocation

2025-06-10 Thread Jens Wiklander
Add support in the OP-TEE backend driver for protected memory allocation. The support is limited to only the SMC ABI and for secure video buffers. OP-TEE is probed for the range of protected physical memory and a memory pool allocator is initialized if OP-TEE have support for such memory. Signed-