[U-Boot] [PATCH 01/10] ARM: PSCI: Set ARMV7_PSCI_NR_CPUS default to 8 for sun9i/A80
Hans de Goede
hdegoede at redhat.com
Sun Nov 13 20:05:56 CET 2016
Hi,
On 09-11-16 11:21, Chen-Yu Tsai wrote:
> The A80 is a big.LITTLE SoC with 4x Cortex-A7 in cluster 0 and 4x
> Cortex-A15 in cluster 1.
>
> Signed-off-by: Chen-Yu Tsai <wens at csie.org>
LGTM:
Reviewed-by: Hans de Goede <hdegoede at redhat.com>
Regards,
Hans
> ---
> arch/arm/cpu/armv7/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/cpu/armv7/Kconfig b/arch/arm/cpu/armv7/Kconfig
> index b9c4f4e79b9b..e37f1f328a34 100644
> --- a/arch/arm/cpu/armv7/Kconfig
> +++ b/arch/arm/cpu/armv7/Kconfig
> @@ -44,6 +44,7 @@ config ARMV7_PSCI
> config ARMV7_PSCI_NR_CPUS
> int "Maximum supported CPUs for PSCI"
> depends on ARMV7_NONSEC
> + default 8 if MACH_SUN9I
> default 4
> help
> The maximum number of CPUs supported in the PSCI firmware.
>
More information about the U-Boot
mailing list