Re: [PATCH 12/14] firmware/psci: Expose PSCI conduit

2018-01-29 Thread Marc Zyngier
On 29/01/18 10:04, Ard Biesheuvel wrote: > On 26 January 2018 at 14:28, Marc Zyngier wrote: >> In order to call into the firmware to apply workarounds, it is >> useful to find out whether we're using HVC or SMC. Let's expose >> this through the psci_ops. >> >> Signed-off-by: Marc Zyngier >> --- >

Re: [PATCH 12/14] firmware/psci: Expose PSCI conduit

2018-01-29 Thread Ard Biesheuvel
On 26 January 2018 at 14:28, Marc Zyngier wrote: > In order to call into the firmware to apply workarounds, it is > useful to find out whether we're using HVC or SMC. Let's expose > this through the psci_ops. > > Signed-off-by: Marc Zyngier > --- > drivers/firmware/psci.c | 26 ++