Re: [Xen-devel] [PATCH v3 01/11] arm: add generic TEE mediator framework

2019-01-15 Thread Julien Grall
Hi Volodymyr, On 12/18/18 9:11 PM, Volodymyr Babchuk wrote: This patch adds basic framework for TEE mediators. Guests can't talk to TEE directly, we need some entity that will intercept request and decide what to do with them. "TEE mediator" is a such entity. This is how it works: user can

[Xen-devel] [PATCH v3 01/11] arm: add generic TEE mediator framework

2018-12-18 Thread Volodymyr Babchuk
This patch adds basic framework for TEE mediators. Guests can't talk to TEE directly, we need some entity that will intercept request and decide what to do with them. "TEE mediator" is a such entity. This is how it works: user can build XEN with multiple TEE mediators (see the next patches, where