diff options
| author | Darren Hart <dvhart@linux.intel.com> | 2014-01-21 21:11:09 -0800 |
|---|---|---|
| committer | Darren Hart <dvhart@linux.intel.com> | 2014-01-27 16:56:14 -0800 |
| commit | e7c194281d9ce13d62751388e4415890b496bb31 (patch) | |
| tree | 5e853e6e64c6429316da96bd062f0871d184a8e9 | |
| parent | ef94cc543bd4d30136409d62557aef84392941bb (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-jasperforest/conf/machine/jasperforest.conf | 11 |
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 | ||
| 9 | PREFERRED_VERSION_linux-yocto ?= "3.10%" | 9 | PREFERRED_VERSION_linux-yocto ?= "3.10%" |
| 10 | 10 | ||
| 11 | require conf/machine/include/tune-x86_64.inc | 11 | require conf/machine/include/tune-corei7-64-common.inc |
| 12 | require conf/machine/include/ia32-base.inc | ||
| 13 | 12 | ||
| 14 | XSERVER ?= "${XSERVER_IA32_BASE} \ | 13 | XSERVER ?= "${XSERVER_X86_BASE} \ |
| 15 | ${XSERVER_IA32_EXT} \ | 14 | ${XSERVER_X86_EXT} \ |
| 16 | ${XSERVER_IA32_VESA} \ | 15 | ${XSERVER_X86_VESA} \ |
| 17 | " | 16 | " |
| 18 | 17 | ||
| 19 | APPEND += "video=vesafb vga=0x318" | 18 | APPEND += "video=vesafb vga=0x318" |
