[OE-core] [PATCH 0/8] [oe-core] Fixes for ARM tune files

Martin Jansa martin.jansa at gmail.com
Thu Nov 29 23:12:31 UTC 2012


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





More information about the Openembedded-core mailing list