Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/8] Fixes for ARM tune files
@ 2012-11-29 23:12 Martin Jansa
  2012-11-29 23:12 ` [PATCH 1/8] tune-cortexa*, tune-xscale: fix ARMPKGARCH Martin Jansa
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Martin Jansa @ 2012-11-29 23:12 UTC (permalink / raw)
  To: openembedded-core

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




^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-11-29 23:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-29 23:12 [PATCH 0/8] Fixes for ARM tune files Martin Jansa
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox