Re: [PATCH V5] ARM: mach-shmobile: Don't init CNTVOFF/counter if PSCI is available

2019-05-28 Thread Oleksandr
Oleksandr, could I trouble you to respin with the changes suggested by Geert? Hi, Simon. Sure, will send an updated patch tomorrow. -- Regards, Oleksandr Tyshchenko

Re: [PATCH V5] ARM: mach-shmobile: Don't init CNTVOFF/counter if PSCI is available

2019-05-28 Thread Simon Horman
On Tue, May 28, 2019 at 10:27:56AM +0200, Geert Uytterhoeven wrote: > Hi Oleksandr, > > On Fri, May 17, 2019 at 11:58 AM Oleksandr Tyshchenko > wrote: > > From: Oleksandr Tyshchenko > > > > If PSCI is available then most likely we are running on PSCI-enabled > > U-Boot which, we assume, has alre

Re: [PATCH V5] ARM: mach-shmobile: Don't init CNTVOFF/counter if PSCI is available

2019-05-28 Thread Oleksandr
On 28.05.19 11:27, Geert Uytterhoeven wrote: Hi Oleksandr, Hi Geert, all Thanks for the update! Reviewed-by: Geert Uytterhoeven Thank you for review! Just FYI: Required support for Gen2 Stout board has been already added to Xen [1]. What needs to be done next is to add support for

Re: [PATCH V5] ARM: mach-shmobile: Don't init CNTVOFF/counter if PSCI is available

2019-05-28 Thread Geert Uytterhoeven
Hi Oleksandr, On Fri, May 17, 2019 at 11:58 AM Oleksandr Tyshchenko wrote: > From: Oleksandr Tyshchenko > > If PSCI is available then most likely we are running on PSCI-enabled > U-Boot which, we assume, has already taken care of resetting CNTVOFF > and updating counter module before switching t

Re: [PATCH V5] ARM: mach-shmobile: Don't init CNTVOFF/counter if PSCI is available

2019-05-24 Thread Oleksandr
Hello, all Gentle reminder... -- Regards, Oleksandr Tyshchenko

[PATCH V5] ARM: mach-shmobile: Don't init CNTVOFF/counter if PSCI is available

2019-05-17 Thread Oleksandr Tyshchenko
From: Oleksandr Tyshchenko If PSCI is available then most likely we are running on PSCI-enabled U-Boot which, we assume, has already taken care of resetting CNTVOFF and updating counter module before switching to non-secure mode and we don't need to. As the psci_smp_available() helper always ret