Re: [U-Boot] [PATCH 0/8] PSCI v0.2 framework for ARMv8

2014-12-03 Thread Mark Rutland
On Wed, Nov 26, 2014 at 12:52:11PM +, Jan Kiszka wrote: On 2014-08-27 22:29, Arnab Basu wrote: This series of patches creates a generic PSCI v0.2 framework for ARMv8. The first 3 patches refactor existing code so that ARMv7 PSCI, ARMv8 spin-table and ARMv8 PSCI can coexist. The

Re: [U-Boot] [PATCH 0/8] PSCI v0.2 framework for ARMv8

2014-11-26 Thread Jan Kiszka
On 2014-08-27 22:29, Arnab Basu wrote: This series of patches creates a generic PSCI v0.2 framework for ARMv8. The first 3 patches refactor existing code so that ARMv7 PSCI, ARMv8 spin-table and ARMv8 PSCI can coexist. The next 5 patches create a generic framework for PSCI v0.2 in ARMv8.

[U-Boot] [PATCH 0/8] PSCI v0.2 framework for ARMv8

2014-08-27 Thread Arnab Basu
This series of patches creates a generic PSCI v0.2 framework for ARMv8. The first 3 patches refactor existing code so that ARMv7 PSCI, ARMv8 spin-table and ARMv8 PSCI can coexist. The next 5 patches create a generic framework for PSCI v0.2 in ARMv8. The implementation is modelled on the

Re: [U-Boot] [PATCH 0/8] PSCI v0.2 framework for ARMv8

2014-08-27 Thread Arnab Basu
On 08/28/2014 01:59 AM, Arnab Basu wrote: This series of patches creates a generic PSCI v0.2 framework for ARMv8. The first 3 patches refactor existing code so that ARMv7 PSCI, ARMv8 spin-table and ARMv8 PSCI can coexist. The next 5 patches create a generic framework for PSCI v0.2 in ARMv8.