From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/8] Fixes for ARM tune files
Date: Fri, 30 Nov 2012 00:12:31 +0100 [thread overview]
Message-ID: <cover.1354230112.git.Martin.Jansa@gmail.com> (raw)
Here is couple of fixes for ARM tune files:
* 1st and 2nd fix issues caused by my last tune patchset.
* 3rd and 4th are fixing issues which were there for long time, just overlooked
* 5th is just formal change which makes it easier to spot copy&paste issues
* 6th is fix for SIGILL on armv4t and higher
* 7th and 8th add more possible DEFAULTTUNE values for cortexa* and armv6 without vfp
To make sure there are no issues I've tested not only few selected tune/machine
combinations, but all of them with simple script
http://git.openembedded.org/openembedded-core-contrib/tree/scripts/tune/test.sh?h=jansa/tune2-test
You can see available tunes in:
http://git.openembedded.org/openembedded-core-contrib/tree/scripts/tune/availtunes?h=jansa/tune2-test
And available PACKAGE_ARCHS in:
http://git.openembedded.org/openembedded-core-contrib/tree/scripts/tune/packagearchs?h=jansa/tune2-test
Or all bitbake -e logs in
http://git.openembedded.org/openembedded-core-contrib/tree/scripts/tune?h=jansa/tune2-test
The following changes since commit 99f003356be43bb361634359a5d3c520f72f0a08:
local.conf.sample: Enable disk space monitoring by default (2012-11-28 15:25:14 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib jansa/tune-fix
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=jansa/tune-fix
Martin Jansa (7):
tune-cortexa*, tune-xscale: fix ARMPKGARCH
tune-*: add PACKAGE_EXTRA_ARCHS entries starting with specific
ARMPKGARCH
arch-armv5: fix missing thumb TUNE_FEATURE in armv5t-vfp and
following tunes
arch-armv[457]*: fix PACKAGE_EXTRA_ARCHS for bigendian TUNEs
arch-arm*: unify appending to TUNE_FEATURES
arch-armv4.inc: add --fix-v4bx to TARGET_LD_KERNEL_ARCH only for
armv4 and strongarm1100
tune-cortexa*: add another TUNE which allows to enable cortexa*
together with thumb and neon
Víctor Enríquez (1):
arch-armv6: add tunes without vfp enabled
meta/conf/machine/include/arm/arch-armv4.inc | 13 +++++++---
meta/conf/machine/include/arm/arch-armv5-dsp.inc | 13 +++++-----
meta/conf/machine/include/arm/arch-armv5.inc | 20 +++++++-------
meta/conf/machine/include/arm/arch-armv6.inc | 33 ++++++++++++++++--------
meta/conf/machine/include/arm/arch-armv7a.inc | 23 ++++++++---------
meta/conf/machine/include/tune-arm1136jf-s.inc | 2 +-
meta/conf/machine/include/tune-arm920t.inc | 3 +--
meta/conf/machine/include/tune-arm926ejs.inc | 2 +-
meta/conf/machine/include/tune-arm9tdmi.inc | 3 +--
meta/conf/machine/include/tune-cortexa8.inc | 32 +++++++++++++----------
meta/conf/machine/include/tune-cortexa9.inc | 32 +++++++++++++----------
meta/conf/machine/include/tune-cortexm1.inc | 3 +--
meta/conf/machine/include/tune-cortexm3.inc | 1 -
meta/conf/machine/include/tune-ep9312.inc | 1 +
meta/conf/machine/include/tune-iwmmxt.inc | 2 +-
meta/conf/machine/include/tune-strongarm1100.inc | 4 +--
meta/conf/machine/include/tune-xscale.inc | 6 ++---
17 files changed, 106 insertions(+), 87 deletions(-)
--
1.8.0
next reply other threads:[~2012-11-29 23:27 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-29 23:12 Martin Jansa [this message]
2012-11-29 23:12 ` [PATCH 1/8] tune-cortexa*, tune-xscale: fix ARMPKGARCH Martin Jansa
2012-11-29 23:12 ` [PATCH 2/8] tune-*: add PACKAGE_EXTRA_ARCHS entries starting with specific ARMPKGARCH Martin Jansa
2012-11-29 23:25 ` Phil Blundell
2012-11-29 23:12 ` [PATCH 3/8] arch-armv5: fix missing thumb TUNE_FEATURE in armv5t-vfp and following tunes Martin Jansa
2012-11-29 23:12 ` [PATCH 4/8] arch-armv[457]*: fix PACKAGE_EXTRA_ARCHS for bigendian TUNEs Martin Jansa
2012-11-29 23:12 ` [PATCH 5/8] arch-arm*: unify appending to TUNE_FEATURES Martin Jansa
2012-11-29 23:12 ` [PATCH 6/8] arch-armv4.inc: add --fix-v4bx to TARGET_LD_KERNEL_ARCH only for armv4 and strongarm1100 Martin Jansa
2012-11-29 23:12 ` [PATCH 7/8] arch-armv6: add tunes without vfp enabled Martin Jansa
2012-11-29 23:12 ` [PATCH 8/8] tune-cortexa*: add another TUNE which allows to enable cortexa* together with thumb and neon Martin Jansa
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.1354230112.git.Martin.Jansa@gmail.com \
--to=martin.jansa@gmail.com \
--cc=openembedded-core@lists.openembedded.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.