configs/mx6: Select NEON and VFP related options
authorFabio Estevam <fabio.estevam@nxp.com>
Wed, 14 Dec 2016 15:40:35 +0000 (13:40 -0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 14 Dec 2016 16:12:12 +0000 (17:12 +0100)
MX6 has a Cortex-A9 core, which supports NEON and VFP.

Add support for them.

Suggested-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
12 files changed:
configs/freescale_imx6dlsabreauto_defconfig
configs/freescale_imx6dlsabresd_defconfig
configs/freescale_imx6qsabreauto_defconfig
configs/freescale_imx6qsabresd_defconfig
configs/freescale_imx6sololiteevk_defconfig
configs/freescale_imx6sxsabresd_defconfig
configs/mx6cubox_defconfig
configs/mx6sx_udoo_neo_defconfig
configs/mx6udoo_defconfig
configs/riotboard_defconfig
configs/wandboard_defconfig
configs/warpboard_defconfig

index 1cf5fee0fdd3d6655f3197760f58c4a773878ef2..c946988f25149e401c7073ddf03f3c1ec4bc0c4c 100644 (file)
@@ -1,6 +1,9 @@
 # architecture
 BR2_arm=y
 BR2_cortex_a9=y
+BR2_ARM_ENABLE_NEON=y
+BR2_ARM_ENABLE_VFP=y
+BR2_ARM_FPU_VFPV3=y
 
 # patches
 BR2_GLOBAL_PATCH_DIR="board/freescale/imx6sabre/patches"
index 904f0a2442bb484de076a37ba7a547cf0cef313c..18cef00dd60ea516ec442ad4bc3317973b427b81 100644 (file)
@@ -1,6 +1,9 @@
 # architecture
 BR2_arm=y
 BR2_cortex_a9=y
+BR2_ARM_ENABLE_NEON=y
+BR2_ARM_ENABLE_VFP=y
+BR2_ARM_FPU_VFPV3=y
 
 # patches
 BR2_GLOBAL_PATCH_DIR="board/freescale/imx6sabre/patches"
index 64efd421959c1fc4a02dfa987307fff1f41e13a1..9e8e0076519a8d4e1fc6dbc72bd37cb0ad060a1d 100644 (file)
@@ -1,6 +1,9 @@
 # architecture
 BR2_arm=y
 BR2_cortex_a9=y
+BR2_ARM_ENABLE_NEON=y
+BR2_ARM_ENABLE_VFP=y
+BR2_ARM_FPU_VFPV3=y
 
 # patches
 BR2_GLOBAL_PATCH_DIR="board/freescale/imx6sabre/patches"
index 962c274d600cab3eff52789454aae3971732ea07..824e12888dd3ef49f30c459cdc8d41096c9f8720 100644 (file)
@@ -1,6 +1,9 @@
 # architecture
 BR2_arm=y
 BR2_cortex_a9=y
+BR2_ARM_ENABLE_NEON=y
+BR2_ARM_ENABLE_VFP=y
+BR2_ARM_FPU_VFPV3=y
 
 # patches
 BR2_GLOBAL_PATCH_DIR="board/freescale/imx6sabre/patches"
index bf0b9e5f2de6cbd9e6dabba7f68017e2ee9de2d8..0e81b2bd6863a22e838d49ec7d0b7b91e0024192 100644 (file)
@@ -1,6 +1,9 @@
 # architecture
 BR2_arm=y
 BR2_cortex_a9=y
+BR2_ARM_ENABLE_NEON=y
+BR2_ARM_ENABLE_VFP=y
+BR2_ARM_FPU_VFPV3=y
 
 # Linux headers same as kernel, a 4.1 series
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y
index 9b5cdb85e4b81eec53b642eef3af8a3fa2ef6d13..4a40c26340396ef83224883df1f91d4ef5046a78 100644 (file)
@@ -1,6 +1,9 @@
 # architecture
 BR2_arm=y
 BR2_cortex_a9=y
+BR2_ARM_ENABLE_NEON=y
+BR2_ARM_ENABLE_VFP=y
+BR2_ARM_FPU_VFPV3=y
 
 # patches
 BR2_GLOBAL_PATCH_DIR="board/freescale/imx6sabre/patches"
index b288ed7d29e2b06c5bbd0d4faff943e67464f577..9ce496d913af43db9c7d060f4d12ae161080cfa2 100644 (file)
@@ -1,5 +1,8 @@
 BR2_arm=y
 BR2_cortex_a9=y
+BR2_ARM_ENABLE_NEON=y
+BR2_ARM_ENABLE_VFP=y
+BR2_ARM_FPU_VFPV3=y
 # Linux headers same as kernel, a 4.7 series
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_7=y
 BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
index aecb5204e4c6d7c719263b8e412e0b0c48a2f5f0..1de19c0abb6f7b6d5aae5257d7cb7286066f3358 100644 (file)
@@ -1,5 +1,8 @@
 BR2_arm=y
 BR2_cortex_a9=y
+BR2_ARM_ENABLE_NEON=y
+BR2_ARM_ENABLE_VFP=y
+BR2_ARM_FPU_VFPV3=y
 # Linux headers same as kernel, a 4.9 series
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9=y
 BR2_ROOTFS_POST_BUILD_SCRIPT="board/udoo/neo/post-build.sh"
index 394580b8208b40c853aad35cac248a4d4ccdd2f4..bf2a596686c65c9cfea9fcdf0aa7d87144a5edb7 100644 (file)
@@ -1,5 +1,8 @@
 BR2_arm=y
 BR2_cortex_a9=y
+BR2_ARM_ENABLE_NEON=y
+BR2_ARM_ENABLE_VFP=y
+BR2_ARM_FPU_VFPV3=y
 # Linux headers same as kernel, a 4.8 series
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_8=y
 BR2_TARGET_GENERIC_GETTY_PORT="ttymxc1"
index d486e1e21b59c15da6957773290eb9958ec988be..c2281058f5032bdf78c06ca8a98d41cebdbb90a0 100644 (file)
@@ -1,7 +1,9 @@
 # architecture
 BR2_arm=y
 BR2_cortex_a9=y
+BR2_ARM_ENABLE_NEON=y
 BR2_ARM_ENABLE_VFP=y
+BR2_ARM_FPU_VFPV3=y
 
 # system
 BR2_TARGET_GENERIC_GETTY=y
index 7b075e45055df88a94e580eacab566d19c036d4c..caa4c51095281528d376f49729f92eed865d69af 100644 (file)
@@ -1,5 +1,8 @@
 BR2_arm=y
 BR2_cortex_a9=y
+BR2_ARM_ENABLE_NEON=y
+BR2_ARM_ENABLE_VFP=y
+BR2_ARM_FPU_VFPV3=y
 # Linux headers same as kernel, a 4.7 series
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_7=y
 BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
index 531a8783b12556a4a3b446a8860b16e95ecde30b..71d777fb5b7f4c009a87ce45272cf14b6ceb05c0 100644 (file)
@@ -1,6 +1,9 @@
 # architecture
 BR2_arm=y
 BR2_cortex_a9=y
+BR2_ARM_ENABLE_NEON=y
+BR2_ARM_ENABLE_VFP=y
+BR2_ARM_FPU_VFPV3=y
 
 # Linux headers same as kernel, a 4.4 series
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y