Re: [PATCH v9 06/10] arm_ffa: introduce the FF-A Sandbox driver

2023-03-15 Thread Simon Glass
Hi Abdellatif, On Tue, 14 Mar 2023 at 11:59, Abdellatif El Khlifi wrote: > > Hi Simon, > > > Hi Abdellatif, > > > > On Fri, 10 Mar 2023 at 06:10, Abdellatif El Khlifi > > wrote: > > > > > > Provide a Sandbox driver to emulate the FF-A ABIs > > > > > > The emulated ABIs are those supported by

Re: [PATCH v9 06/10] arm_ffa: introduce the FF-A Sandbox driver

2023-03-14 Thread Abdellatif El Khlifi
Hi Simon, > Hi Abdellatif, > > On Fri, 10 Mar 2023 at 06:10, Abdellatif El Khlifi > wrote: > > > > Provide a Sandbox driver to emulate the FF-A ABIs > > > > The emulated ABIs are those supported by the FF-A core driver > > and according to FF-A specification v1.0. > > > > The Sandbox driver

Re: [PATCH v9 06/10] arm_ffa: introduce the FF-A Sandbox driver

2023-03-14 Thread Abdellatif El Khlifi
On Fri, Mar 10, 2023 at 12:49:57PM -0800, Simon Glass wrote: > Hi Abdellatif, > > On Fri, 10 Mar 2023 at 06:10, Abdellatif El Khlifi > wrote: > > > > Provide a Sandbox driver to emulate the FF-A ABIs > > > > The emulated ABIs are those supported by the FF-A core driver > > and according to FF-A

Re: [PATCH v9 06/10] arm_ffa: introduce the FF-A Sandbox driver

2023-03-10 Thread Simon Glass
Hi Abdellatif, On Fri, 10 Mar 2023 at 06:10, Abdellatif El Khlifi wrote: > > Provide a Sandbox driver to emulate the FF-A ABIs > > The emulated ABIs are those supported by the FF-A core driver > and according to FF-A specification v1.0. > > The Sandbox driver provides operations allowing the

[PATCH v9 06/10] arm_ffa: introduce the FF-A Sandbox driver

2023-03-10 Thread Abdellatif El Khlifi
Provide a Sandbox driver to emulate the FF-A ABIs The emulated ABIs are those supported by the FF-A core driver and according to FF-A specification v1.0. The Sandbox driver provides operations allowing the test application to read the status of all the inspected ABIs and perform functional tests