Re: [PATCH v13 04/10] arm_ffa: introduce Arm FF-A support

2023-07-03 Thread Abdellatif El Khlifi
Hi Simon, On Sun, Jul 02, 2023 at 04:44:41PM +0100, Simon Glass wrote: > Hi Abdellatif, > ... > > > > Changelog: > > > > === > > > > > > > > v13: > > > > > > > > * doc minor change: specify in the readme that the user > > > >should call ffa_rxtx_unmap() driver operation to unmap >

Re: [PATCH v13 04/10] arm_ffa: introduce Arm FF-A support

2023-07-02 Thread Simon Glass
Hi Abdellatif, On Fri, 30 Jun 2023 at 13:49, Abdellatif El Khlifi wrote: > > Hi Simon, > > On Tue, Jun 20, 2023 at 11:27:20AM +0100, Simon Glass wrote: > > wrote: > > > > > > Add Arm FF-A support implementing Arm Firmware Framework for Armv8-A v1.0 > > > > > > The Firmware Framework for Arm A-pr

Re: [PATCH v13 04/10] arm_ffa: introduce Arm FF-A support

2023-06-30 Thread Abdellatif El Khlifi
Hi Simon, On Tue, Jun 20, 2023 at 11:27:20AM +0100, Simon Glass wrote: > wrote: > > > > Add Arm FF-A support implementing Arm Firmware Framework for Armv8-A v1.0 > > > > The Firmware Framework for Arm A-profile processors (FF-A v1.0) [1] > > describes interfaces (ABIs) that standardize communicat

Re: [PATCH v13 04/10] arm_ffa: introduce Arm FF-A support

2023-06-20 Thread Simon Glass
On Fri, 16 Jun 2023 at 16:28, Abdellatif El Khlifi wrote: > > Add Arm FF-A support implementing Arm Firmware Framework for Armv8-A v1.0 > > The Firmware Framework for Arm A-profile processors (FF-A v1.0) [1] > describes interfaces (ABIs) that standardize communication > between the Secure World an