Re: [U-Boot] [PATCH 2/4] arm64: xilinx: Move firmware functions from platform to driver

2019-10-10 Thread Michal Simek
On 10. 10. 19 10:22, Luca Ceresoli wrote: > Hi Michal, > > On 04/10/19 16:27, Michal Simek wrote: >> versal_pm_request() and invoke_smc() are almost the same. Only one >> difference is that versal_pm_request is adding PM_SIP_SVC offset to api_id. >> The patch is moving platform implementation to f

Re: [U-Boot] [PATCH 2/4] arm64: xilinx: Move firmware functions from platform to driver

2019-10-10 Thread Luca Ceresoli
Hi Michal, On 04/10/19 16:27, Michal Simek wrote: > versal_pm_request() and invoke_smc() are almost the same. Only one > difference is that versal_pm_request is adding PM_SIP_SVC offset to api_id. > The patch is moving platform implementation to firmware driver code for > synchronization. > > Sig

[U-Boot] [PATCH 2/4] arm64: xilinx: Move firmware functions from platform to driver

2019-10-04 Thread Michal Simek
versal_pm_request() and invoke_smc() are almost the same. Only one difference is that versal_pm_request is adding PM_SIP_SVC offset to api_id. The patch is moving platform implementation to firmware driver code for synchronization. Signed-off-by: Michal Simek --- arch/arm/mach-versal/cpu.c