[U-Boot] [PATCH 09/10] sunxi: Enable PSCI on sun9i/A80
Hans de Goede
hdegoede at redhat.com
Sun Nov 13 20:08:03 CET 2016
Hi,
On 09-11-16 11:21, Chen-Yu Tsai wrote:
> Now that we have a basic version of PSCI firmware, enable non-secure
> boot and PSCI on the A80.
>
> Signed-off-by: Chen-Yu Tsai <wens at csie.org>
LGTM:
Reviewed-by: Hans de Goede <hdegoede at redhat.com>
Regards,
Hans
> ---
> board/sunxi/Kconfig | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
> index e1d4ab148f08..ae2fba1368cc 100644
> --- a/board/sunxi/Kconfig
> +++ b/board/sunxi/Kconfig
> @@ -118,8 +118,12 @@ config MACH_SUN8I_H3
> config MACH_SUN9I
> bool "sun9i (Allwinner A80)"
> select CPU_V7
> + select CPU_V7_HAS_NONSEC
> + select CPU_V7_HAS_VIRT
> + select ARCH_SUPPORT_PSCI
> select SUNXI_GEN_SUN6I
> select SUPPORT_SPL
> + select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
>
> config MACH_SUN50I
> bool "sun50i (Allwinner A64)"
>
More information about the U-Boot
mailing list