Re: [XEN PATCH v7 19/20] xen/arm: ffa: add support to reclaim shared memory

2023-03-13 Thread Bertrand Marquis
Hi Jens, > On 22 Feb 2023, at 16:33, Jens Wiklander wrote: > > Adds support to reclaim memory previously shared with FFA_MEM_SHARE. > > Adds a check that the SP supports the needed FF-A feature > FFA_MEM_RECLAIM. > > Signed-off-by: Jens Wiklander Reviewed-by: Bertrand Marquis Just one

[XEN PATCH v7 19/20] xen/arm: ffa: add support to reclaim shared memory

2023-02-22 Thread Jens Wiklander
Adds support to reclaim memory previously shared with FFA_MEM_SHARE. Adds a check that the SP supports the needed FF-A feature FFA_MEM_RECLAIM. Signed-off-by: Jens Wiklander --- xen/arch/arm/tee/ffa.c | 53 ++ 1 file changed, 53 insertions(+) diff --git