summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf/machine/genericx86.conf
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2014-01-21 18:00:57 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-27 22:07:14 +0000
commitc04de1c53e1c4d81bd0f60a2f1dfc6ed55a6dddc (patch)
treea0fe09caa6579473a0952b2200e738e359114e9c /meta-yocto-bsp/conf/machine/genericx86.conf
parent52bf4bdcaea0df69231327413d502aad11c3adf3 (diff)
downloadopenembedded-core-contrib-c04de1c53e1c4d81bd0f60a2f1dfc6ed55a6dddc.tar.gz
genericx86: Use the core2 tune file
Aside from the movbe and specialized instruction scheduling for the lack of out-of-order scheduling in the older Atom CPUs, the core2 tune covers these CPUs adequately. Since the current atom tune just uses core2 anyway, go ahead and make this explicit here. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Richard Purdie <richard.purdie@linuxfoundation.org> Cc: Paul Eggleton <paul.eggleton@intel.com> Cc: Tom Zanussi <tom.zanussi@intel.com> Cc: Nitin Kamble <nitin.a.kamble@intel.com> Cc: Mark Hatle <mark.hatle@windriver.com> Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Cc: Martin Jansa <martin.jansa@gmail.com> Cc: Ross Burton <ross.burton@intel.com>> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf/machine/genericx86.conf')
-rw-r--r--meta-yocto-bsp/conf/machine/genericx86.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/genericx86.conf b/meta-yocto-bsp/conf/machine/genericx86.conf
index 9d29f6203b..549fc8eabd 100644
--- a/meta-yocto-bsp/conf/machine/genericx86.conf
+++ b/meta-yocto-bsp/conf/machine/genericx86.conf
@@ -3,5 +3,6 @@
#@DESCRIPTION: Machine configuration for generic X86 (32-bit) PCs. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware.
-include conf/machine/include/tune-atom.inc
+DEFAULTTUNE ?= "core2-32"
+include conf/machine/include/tune-core2.inc
include conf/machine/include/genericx86-common.inc