summaryrefslogtreecommitdiffstats
path: root/meta-jasperforest
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2014-01-21 21:11:09 -0800
committerDarren Hart <dvhart@linux.intel.com>2014-01-27 16:56:14 -0800
commite7c194281d9ce13d62751388e4415890b496bb31 (patch)
tree5e853e6e64c6429316da96bd062f0871d184a8e9 /meta-jasperforest
parentef94cc543bd4d30136409d62557aef84392941bb (diff)
downloadmeta-intel-e7c194281d9ce13d62751388e4415890b496bb31.tar.gz
jasperforest: Use corei7 tuning
Nehalem based CPUs benefit from the new corei7 tune file. Update the XSERVER_* variables to use the new naming. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta-jasperforest')
-rw-r--r--meta-jasperforest/conf/machine/jasperforest.conf11
1 files changed, 5 insertions, 6 deletions
diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf
index b13acd3f..606eb49c 100644
--- a/meta-jasperforest/conf/machine/jasperforest.conf
+++ b/meta-jasperforest/conf/machine/jasperforest.conf
@@ -4,16 +4,15 @@
4#@WEBTITLE: Intel Xeon C5500/C3500 Series Processors With Intel 3420 PCH Chipset (Jasper Forest) 4#@WEBTITLE: Intel Xeon C5500/C3500 Series Processors With Intel 3420 PCH Chipset (Jasper Forest)
5 5
6#@DESCRIPTION: Machine configuration for Jasper Forest Picket Post 6#@DESCRIPTION: Machine configuration for Jasper Forest Picket Post
7# systems i.e. Xeon C5500/C3500 + Intel 3420 chipset (Ibex Peak) 7# systems i.e. Xeon C5500/C3500 (Nehalem) + Intel 3420 chipset (Ibex Peak)
8 8
9PREFERRED_VERSION_linux-yocto ?= "3.10%" 9PREFERRED_VERSION_linux-yocto ?= "3.10%"
10 10
11require conf/machine/include/tune-x86_64.inc 11require conf/machine/include/tune-corei7-64-common.inc
12require conf/machine/include/ia32-base.inc
13 12
14XSERVER ?= "${XSERVER_IA32_BASE} \ 13XSERVER ?= "${XSERVER_X86_BASE} \
15 ${XSERVER_IA32_EXT} \ 14 ${XSERVER_X86_EXT} \
16 ${XSERVER_IA32_VESA} \ 15 ${XSERVER_X86_VESA} \
17 " 16 "
18 17
19APPEND += "video=vesafb vga=0x318" 18APPEND += "video=vesafb vga=0x318"