From: Gary Bisson <gary.bisson@boundarydevices.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2] configs: nitrogen*: enable VFP and NEON support
Date: Fri, 16 Sep 2016 19:18:32 +0200 [thread overview]
Message-ID: <20160916171832.4099-1-gary.bisson@boundarydevices.com> (raw)
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
---
Hi all,
Changes v1 -> v2:
- switched from NEON to VFPV3 for imx6 configs as suggested by Thomas
Regards,
Gary
---
configs/nitrogen6sx_defconfig | 3 +++
configs/nitrogen6x_defconfig | 3 +++
configs/nitrogen7_defconfig | 1 +
3 files changed, 7 insertions(+)
diff --git a/configs/nitrogen6sx_defconfig b/configs/nitrogen6sx_defconfig
index bd92f55..b317525 100644
--- a/configs/nitrogen6sx_defconfig
+++ b/configs/nitrogen6sx_defconfig
@@ -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
# system
BR2_TARGET_GENERIC_GETTY=y
diff --git a/configs/nitrogen6x_defconfig b/configs/nitrogen6x_defconfig
index 85acabe..dc033dc 100644
--- a/configs/nitrogen6x_defconfig
+++ b/configs/nitrogen6x_defconfig
@@ -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
# system
BR2_TARGET_GENERIC_GETTY=y
diff --git a/configs/nitrogen7_defconfig b/configs/nitrogen7_defconfig
index a8f3b45..adce0fb 100644
--- a/configs/nitrogen7_defconfig
+++ b/configs/nitrogen7_defconfig
@@ -1,6 +1,7 @@
# architecture
BR2_arm=y
BR2_cortex_a7=y
+BR2_ARM_FPU_NEON_VFPV4=y
# system
BR2_TARGET_GENERIC_GETTY=y
--
2.9.3
next reply other threads:[~2016-09-16 17:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-16 17:18 Gary Bisson [this message]
2016-09-17 10:38 ` [Buildroot] [PATCH v2] configs: nitrogen*: enable VFP and NEON support Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160916171832.4099-1-gary.bisson@boundarydevices.com \
--to=gary.bisson@boundarydevices.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox