arch/arm: add two new 64-bit-only armv8a cores
authorYann E. MORIN <yann.morin.1998@free.fr>
Thu, 20 Jun 2019 10:07:22 +0000 (12:07 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sat, 13 Jul 2019 21:00:33 +0000 (23:00 +0200)
Build tested:
https://gitlab.com/kubu93/buildroot/pipelines/60318953

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
arch/Config.in.arm

index f760d1f5905cb917153d14bacc1b21b40309994e..0c4aeba34b2ba8ad28d5cf8a440af59df1607dfe 100644 (file)
@@ -367,6 +367,13 @@ config BR2_cortex_a73_a53
        select BR2_ARM_CPU_ARMV8A
        select BR2_ARCH_HAS_MMU_OPTIONAL
        select BR2_ARCH_NEEDS_GCC_AT_LEAST_7
+config BR2_emag
+       bool "emag"
+       depends on BR2_ARCH_IS_64
+       select BR2_ARM_CPU_HAS_FP_ARMV8
+       select BR2_ARM_CPU_ARMV8A
+       select BR2_ARCH_HAS_MMU_OPTIONAL
+       select BR2_ARCH_NEEDS_GCC_AT_LEAST_9
 config BR2_exynos_m1
        bool "exynos-m1"
        select BR2_ARM_CPU_HAS_ARM if !BR2_ARCH_IS_64
@@ -383,6 +390,13 @@ config BR2_falkor
        select BR2_ARM_CPU_ARMV8A
        select BR2_ARCH_HAS_MMU_OPTIONAL
        select BR2_ARCH_NEEDS_GCC_AT_LEAST_7
+config BR2_phecda
+       bool "phecda"
+       depends on BR2_ARCH_IS_64
+       select BR2_ARM_CPU_HAS_FP_ARMV8
+       select BR2_ARM_CPU_ARMV8A
+       select BR2_ARCH_HAS_MMU_OPTIONAL
+       select BR2_ARCH_NEEDS_GCC_AT_LEAST_9
 config BR2_qdf24xx
        bool "qdf24xx"
        depends on BR2_ARCH_IS_64
@@ -821,8 +835,10 @@ config BR2_GCC_TARGET_CPU
        default "cortex-a73"    if BR2_cortex_a73
        default "cortex-a73.cortex-a35" if BR2_cortex_a73_a35
        default "cortex-a73.cortex-a53" if BR2_cortex_a73_a53
+       default "emag"          if BR2_emag
        default "exynos-m1"     if BR2_exynos_m1
        default "falkor"        if BR2_falkor
+       default "phecda"        if BR2_phecda
        default "qdf24xx"       if BR2_qdf24xx
        default "thunderx"      if BR2_thunderx && !BR2_TOOLCHAIN_GCC_AT_LEAST_9
        default "octeontx"      if BR2_thunderx && BR2_TOOLCHAIN_GCC_AT_LEAST_9