Re: [PATCH v4 4/4] sunxi: psci: implement PSCI on R528

2023-10-24 Thread Andre Przywara
On Sun, 22 Oct 2023 01:49:49 +0100 Andre Przywara wrote: > On Wed, 11 Oct 2023 19:47:56 -0600 > Sam Edwards wrote: > > > This patch adds the necessary code to make nonsec booting and PSCI > > secondary core management functional on the R528/T113. > > > > Signed-off-by: Sam Edwards > > Tested-

Re: [PATCH v4 4/4] sunxi: psci: implement PSCI on R528

2023-10-21 Thread Andre Przywara
On Wed, 11 Oct 2023 19:47:56 -0600 Sam Edwards wrote: > This patch adds the necessary code to make nonsec booting and PSCI > secondary core management functional on the R528/T113. > > Signed-off-by: Sam Edwards > Tested-by: Maksim Kiselev > Tested-by: Kevin Amadiva Thanks, that looks good no

[PATCH v4 4/4] sunxi: psci: implement PSCI on R528

2023-10-11 Thread Sam Edwards
This patch adds the necessary code to make nonsec booting and PSCI secondary core management functional on the R528/T113. Signed-off-by: Sam Edwards Tested-by: Maksim Kiselev Tested-by: Kevin Amadiva --- arch/arm/cpu/armv7/Kconfig | 3 ++- arch/arm/cpu/armv7/sunxi/psci.c | 47 +++