From: Cristian Bercaru <cristian.bercaru@windriver.com>
To: poky@yoctoproject.org
Cc: Daniel Dragomir <daniel.dragomir@windriver.com>
Subject: [PATCH] ARMv8 32-bit compiler tunings
Date: Fri, 4 Dec 2015 19:20:41 +0200 [thread overview]
Message-ID: <cover.1449248342.git.cristian.bercaru@windriver.com> (raw)
Hello!
Starting with linux-yocto-4.1, Intel provides kernel support for its
ARM v8 Axxia platforms, both on 32-bit and 64-bit.
Poky already contains arm 64-bit compiler tunings, so I added 32-bit
tunings based on those for armv7.
The patch that I send you is a draft. Please review it and if it's ok
I will return with thumb and big-endian tunings.
Thank you,
Cristian Bercaru (1):
add tunings for 32-bit ARMv8-a
meta/conf/machine/include/arm/arch-armv7a.inc | 1 -
meta/conf/machine/include/arm/arch-armv8a.inc | 65 ++++++++++++++++++++
meta/conf/machine/include/arm/feature-arm-neon.inc | 3 -
meta/conf/machine/include/arm/feature-arm-vfp.inc | 59 ++++++++++++++----
4 files changed, 112 insertions(+), 16 deletions(-)
create mode 100644 meta/conf/machine/include/arm/arch-armv8a.inc
delete mode 100644 meta/conf/machine/include/arm/feature-arm-neon.inc
--
1.7.9.5
next reply other threads:[~2015-12-04 17:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-04 17:20 Cristian Bercaru [this message]
2015-12-04 17:20 ` [PATCH] add tunings for 32-bit ARMv8-a Cristian Bercaru
2015-12-09 15:47 ` Martin Jansa
2015-12-09 15:31 ` [PATCH] ARMv8 32-bit compiler tunings Cristian Bercaru
-- strict thread matches above, loose matches on Subject: below --
2016-02-16 14:28 Daniel Dragomir
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=cover.1449248342.git.cristian.bercaru@windriver.com \
--to=cristian.bercaru@windriver.com \
--cc=daniel.dragomir@windriver.com \
--cc=poky@yoctoproject.org \
/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.