All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] meta-intel: tune updates
@ 2011-11-07 15:54 tom.zanussi
  2011-11-07 15:54 ` [PATCH 1/2] meta-sugarbay: use corei7 tune file tom.zanussi
  2011-11-07 15:54 ` [PATCH 2/2] meta-jasperforest: " tom.zanussi
  0 siblings, 2 replies; 3+ messages in thread
From: tom.zanussi @ 2011-11-07 15:54 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

This patchset makes sugarbay and jasperforest use the corei7 tune files.

The following changes since commit 63253211b4ca30c3a5fa2b4dd9a393247217816e:
  Tom Zanussi (1):
        meta-romley: change references to sugarbay in linux-yocto-rt_3.0.bbappend

are available in the git repository at:

  git://git.yoctoproject.org/meta-intel.git tzanussi/newtune-v0
  http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/log/?h=tzanussi/newtune-v0

Tom Zanussi (2):
  meta-sugarbay: use corei7 tune file
  meta-jasperforest: use corei7 tune file

 meta-jasperforest/conf/machine/jasperforest.conf |    2 +-
 meta-sugarbay/conf/machine/sugarbay.conf         |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)



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

* [PATCH 1/2] meta-sugarbay: use corei7 tune file
  2011-11-07 15:54 [PATCH 0/2] meta-intel: tune updates tom.zanussi
@ 2011-11-07 15:54 ` tom.zanussi
  2011-11-07 15:54 ` [PATCH 2/2] meta-jasperforest: " tom.zanussi
  1 sibling, 0 replies; 3+ messages in thread
From: tom.zanussi @ 2011-11-07 15:54 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

Have sugarbay make use of the new corei7-specific tune file.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta-sugarbay/conf/machine/sugarbay.conf |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta-sugarbay/conf/machine/sugarbay.conf b/meta-sugarbay/conf/machine/sugarbay.conf
index 3ea9ca3..3185d78 100644
--- a/meta-sugarbay/conf/machine/sugarbay.conf
+++ b/meta-sugarbay/conf/machine/sugarbay.conf
@@ -4,7 +4,8 @@
 #@DESCRIPTION: Machine configuration for Sugar Bay systems
 # i.e. Sandy Bridge + Cougar Point
 
-require conf/machine/include/tune-x86_64.inc
+DEFAULTTUNE ?= "corei7-avx"
+require conf/machine/include/tune-corei7.inc
 
 MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \
                     acpi serial usbgadget"
-- 
1.7.0.4



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

* [PATCH 2/2] meta-jasperforest: use corei7 tune file
  2011-11-07 15:54 [PATCH 0/2] meta-intel: tune updates tom.zanussi
  2011-11-07 15:54 ` [PATCH 1/2] meta-sugarbay: use corei7 tune file tom.zanussi
@ 2011-11-07 15:54 ` tom.zanussi
  1 sibling, 0 replies; 3+ messages in thread
From: tom.zanussi @ 2011-11-07 15:54 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@intel.com>

Have jasperforest make use of the new corei7-specific tune file.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta-jasperforest/conf/machine/jasperforest.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf
index 17468de..b3ba47b 100644
--- a/meta-jasperforest/conf/machine/jasperforest.conf
+++ b/meta-jasperforest/conf/machine/jasperforest.conf
@@ -4,7 +4,7 @@
 #@DESCRIPTION: Machine configuration for Jasper Forest Picket Post
 # systems i.e. Xeon C5500/C3500 + Intel 3420 chipset (Ibex Peak)
 
-require conf/machine/include/tune-x86_64.inc
+require conf/machine/include/tune-corei7.inc
 
 MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \
                     acpi serial usbgadget"
-- 
1.7.0.4



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

end of thread, other threads:[~2011-11-07 15:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-07 15:54 [PATCH 0/2] meta-intel: tune updates tom.zanussi
2011-11-07 15:54 ` [PATCH 1/2] meta-sugarbay: use corei7 tune file tom.zanussi
2011-11-07 15:54 ` [PATCH 2/2] meta-jasperforest: " tom.zanussi

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.