|
@@ -37,6 +37,7 @@ config MACH_SUN6I
|
|
select CPU_V7
|
|
select CPU_V7
|
|
select CPU_V7_HAS_NONSEC
|
|
select CPU_V7_HAS_NONSEC
|
|
select CPU_V7_HAS_VIRT
|
|
select CPU_V7_HAS_VIRT
|
|
|
|
+ select ARCH_SUPPORT_PSCI
|
|
select SUNXI_GEN_SUN6I
|
|
select SUNXI_GEN_SUN6I
|
|
select SUPPORT_SPL
|
|
select SUPPORT_SPL
|
|
select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
|
|
select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
|
|
@@ -46,6 +47,7 @@ config MACH_SUN7I
|
|
select CPU_V7
|
|
select CPU_V7
|
|
select CPU_V7_HAS_NONSEC
|
|
select CPU_V7_HAS_NONSEC
|
|
select CPU_V7_HAS_VIRT
|
|
select CPU_V7_HAS_VIRT
|
|
|
|
+ select ARCH_SUPPORT_PSCI
|
|
select SUNXI_GEN_SUN4I
|
|
select SUNXI_GEN_SUN4I
|
|
select SUPPORT_SPL
|
|
select SUPPORT_SPL
|
|
select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
|
|
select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
|
|
@@ -55,6 +57,7 @@ config MACH_SUN8I_A23
|
|
select CPU_V7
|
|
select CPU_V7
|
|
select CPU_V7_HAS_NONSEC
|
|
select CPU_V7_HAS_NONSEC
|
|
select CPU_V7_HAS_VIRT
|
|
select CPU_V7_HAS_VIRT
|
|
|
|
+ select ARCH_SUPPORT_PSCI
|
|
select SUNXI_GEN_SUN6I
|
|
select SUNXI_GEN_SUN6I
|
|
select SUPPORT_SPL
|
|
select SUPPORT_SPL
|
|
select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
|
|
select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
|
|
@@ -64,6 +67,7 @@ config MACH_SUN8I_A33
|
|
select CPU_V7
|
|
select CPU_V7
|
|
select CPU_V7_HAS_NONSEC
|
|
select CPU_V7_HAS_NONSEC
|
|
select CPU_V7_HAS_VIRT
|
|
select CPU_V7_HAS_VIRT
|
|
|
|
+ select ARCH_SUPPORT_PSCI
|
|
select SUNXI_GEN_SUN6I
|
|
select SUNXI_GEN_SUN6I
|
|
select SUPPORT_SPL
|
|
select SUPPORT_SPL
|
|
select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
|
|
select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
|
|
@@ -79,6 +83,7 @@ config MACH_SUN8I_H3
|
|
select CPU_V7
|
|
select CPU_V7
|
|
select CPU_V7_HAS_NONSEC
|
|
select CPU_V7_HAS_NONSEC
|
|
select CPU_V7_HAS_VIRT
|
|
select CPU_V7_HAS_VIRT
|
|
|
|
+ select ARCH_SUPPORT_PSCI
|
|
select SUNXI_GEN_SUN6I
|
|
select SUNXI_GEN_SUN6I
|
|
select SUPPORT_SPL
|
|
select SUPPORT_SPL
|
|
select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
|
|
select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
|