Re: [RFC v1 4/5] tools/arm: add "scmi_smc" option to xl.cfg

2021-12-23 Thread Oleksii Moisieiev
Hi Stefano, On Wed, Dec 22, 2021 at 06:23:33PM -0800, Stefano Stabellini wrote: > On Wed, 22 Dec 2021, Oleksii Moisieiev wrote: > > On Mon, Dec 20, 2021 at 04:54:25PM -0800, Stefano Stabellini wrote: > > > On Tue, 14 Dec 2021, Oleksii Moisieiev wrote: > > > > This enumeration sets SCI type for the

Re: [RFC v1 4/5] tools/arm: add "scmi_smc" option to xl.cfg

2021-12-22 Thread Stefano Stabellini
On Wed, 22 Dec 2021, Oleksii Moisieiev wrote: > On Mon, Dec 20, 2021 at 04:54:25PM -0800, Stefano Stabellini wrote: > > On Tue, 14 Dec 2021, Oleksii Moisieiev wrote: > > > This enumeration sets SCI type for the domain. Currently there is > > > two possible options: either 'none' or 'scmi_smc'. > >

Re: [RFC v1 4/5] tools/arm: add "scmi_smc" option to xl.cfg

2021-12-22 Thread Oleksii Moisieiev
On Tue, Dec 21, 2021 at 01:27:11PM +, Anthony PERARD wrote: > On Tue, Dec 14, 2021 at 09:34:28AM +, Oleksii Moisieiev wrote: > > This enumeration sets SCI type for the domain. Currently there is > > two possible options: either 'none' or 'scmi_smc'. > > > > 'none' is the default value an

Re: [RFC v1 4/5] tools/arm: add "scmi_smc" option to xl.cfg

2021-12-22 Thread Oleksii Moisieiev
On Mon, Dec 20, 2021 at 04:54:25PM -0800, Stefano Stabellini wrote: > On Tue, 14 Dec 2021, Oleksii Moisieiev wrote: > > This enumeration sets SCI type for the domain. Currently there is > > two possible options: either 'none' or 'scmi_smc'. > > > > 'none' is the default value and it disables SCI s

Re: [RFC v1 4/5] tools/arm: add "scmi_smc" option to xl.cfg

2021-12-21 Thread Anthony PERARD
On Tue, Dec 14, 2021 at 09:34:28AM +, Oleksii Moisieiev wrote: > This enumeration sets SCI type for the domain. Currently there is > two possible options: either 'none' or 'scmi_smc'. > > 'none' is the default value and it disables SCI support at all. > > 'scmi_smc' enables access to the Firm

Re: [RFC v1 4/5] tools/arm: add "scmi_smc" option to xl.cfg

2021-12-20 Thread Stefano Stabellini
On Tue, 14 Dec 2021, Oleksii Moisieiev wrote: > This enumeration sets SCI type for the domain. Currently there is > two possible options: either 'none' or 'scmi_smc'. > > 'none' is the default value and it disables SCI support at all. > > 'scmi_smc' enables access to the Firmware from the domains

Re: [RFC v1 4/5] tools/arm: add "scmi_smc" option to xl.cfg

2021-12-17 Thread Oleksii Moisieiev
Hi Oleksandr, On Wed, Dec 15, 2021 at 11:51:01PM +0200, Oleksandr wrote: > > On 14.12.21 11:34, Oleksii Moisieiev wrote: > > > Hi Oleksii > > > This enumeration sets SCI type for the domain. Currently there is > > two possible options: either 'none' or 'scmi_smc'. > > > > 'none' is the defaul

Re: [RFC v1 4/5] tools/arm: add "scmi_smc" option to xl.cfg

2021-12-15 Thread Oleksandr
On 14.12.21 11:34, Oleksii Moisieiev wrote: Hi Oleksii This enumeration sets SCI type for the domain. Currently there is two possible options: either 'none' or 'scmi_smc'. 'none' is the default value and it disables SCI support at all. 'scmi_smc' enables access to the Firmware from the dom

[RFC v1 4/5] tools/arm: add "scmi_smc" option to xl.cfg

2021-12-14 Thread Oleksii Moisieiev
This enumeration sets SCI type for the domain. Currently there is two possible options: either 'none' or 'scmi_smc'. 'none' is the default value and it disables SCI support at all. 'scmi_smc' enables access to the Firmware from the domains using SCMI protocol and SMC as transport. Signed-off-by: