Re: [U-Boot] [PATCH v5 02/14] ARM: Factor out common psci_get_cpu_id

2015-03-19 Thread Jan Kiszka
On 2015-03-18 17:54, Ian Campbell wrote: > On Mon, 2015-03-09 at 08:00 +0100, Jan Kiszka wrote: >> Will be required for obtaining the ID of the current CPU in shared PSCI >> functions. The default implementation requires a dense ID space and only >> supports a single cluster. Therefore, the functio

Re: [U-Boot] [PATCH v5 02/14] ARM: Factor out common psci_get_cpu_id

2015-03-18 Thread Ian Campbell
On Mon, 2015-03-09 at 08:00 +0100, Jan Kiszka wrote: > Will be required for obtaining the ID of the current CPU in shared PSCI > functions. The default implementation requires a dense ID space and only > supports a single cluster. Therefore, the functions can be overloaded in > cases where these as

Re: [U-Boot] [PATCH v5 02/14] ARM: Factor out common psci_get_cpu_id

2015-03-11 Thread Tom Rini
On Mon, Mar 09, 2015 at 08:00:12AM +0100, Jan Kiszka wrote: > Will be required for obtaining the ID of the current CPU in shared PSCI > functions. The default implementation requires a dense ID space and only > supports a single cluster. Therefore, the functions can be overloaded in > cases where

[U-Boot] [PATCH v5 02/14] ARM: Factor out common psci_get_cpu_id

2015-03-09 Thread Jan Kiszka
Will be required for obtaining the ID of the current CPU in shared PSCI functions. The default implementation requires a dense ID space and only supports a single cluster. Therefore, the functions can be overloaded in cases where these assumptions do not hold. CC: Marc Zyngier Signed-off-by: Jan