All of lore.kernel.org
 help / color / mirror / Atom feed
From: Giulio Benetti <giulio.benetti@benettiengineering.com>
To: buildroot@buildroot.org
Cc: Luca Ceresoli <luca@lucaceresoli.net>,
	Giulio Benetti <giulio.benetti@benettiengineering.com>,
	Jagan Teki <jagan@amarulasolutions.com>
Subject: [Buildroot] [PATCH 1/4] configs/bananapi_m1: use NEON+VFPv4 as FPU strategy
Date: Tue,  5 Oct 2021 02:53:43 +0200	[thread overview]
Message-ID: <20211005005346.955339-2-giulio.benetti@benettiengineering.com> (raw)
In-Reply-To: <20211005005346.955339-1-giulio.benetti@benettiengineering.com>

Allwinner A20 supports NEON+VFPv4 so let's enable instead of the default
VFPv4-D16.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 configs/bananapi_m1_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/bananapi_m1_defconfig b/configs/bananapi_m1_defconfig
index 23da363345..2d948ec223 100644
--- a/configs/bananapi_m1_defconfig
+++ b/configs/bananapi_m1_defconfig
@@ -1,5 +1,6 @@
 BR2_arm=y
 BR2_cortex_a7=y
+BR2_ARM_FPU_NEON_VFPV4=y
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_18=y
 BR2_TARGET_GENERIC_ISSUE="Welcome to Bananapi M1"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2021-10-05  1:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-05  0:53 [Buildroot] [PATCH 0/4] Make A20/A33 using NEON+VFPv4 FPU strategy Giulio Benetti
2021-10-05  0:53 ` Giulio Benetti [this message]
2021-10-05  7:24   ` [Buildroot] [PATCH 1/4] configs/bananapi_m1: use NEON+VFPv4 as " Luca Ceresoli
2021-10-05  0:53 ` [Buildroot] [PATCH 2/4] configs/olimex_a20_olinuxino_lime: " Giulio Benetti
2021-10-05  7:26   ` Luca Ceresoli
2021-10-05  0:53 ` [Buildroot] [PATCH 3/4] configs/olimex_a20_olinuxino_lime2: " Giulio Benetti
2021-10-05  7:27   ` Luca Ceresoli
2021-10-05  0:53 ` [Buildroot] [PATCH 4/4] configs/olimex_a33_olinuxino: " Giulio Benetti
2021-10-05  7:27   ` Luca Ceresoli
2021-10-12 20:36 ` [Buildroot] [PATCH 0/4] Make A20/A33 using NEON+VFPv4 " Arnout Vandecappelle

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=20211005005346.955339-2-giulio.benetti@benettiengineering.com \
    --to=giulio.benetti@benettiengineering.com \
    --cc=buildroot@buildroot.org \
    --cc=jagan@amarulasolutions.com \
    --cc=luca@lucaceresoli.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.