From 45582cbb1cb9a6ea4f803405159fb08a03c72bea Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Fri, 3 Jan 2014 13:10:22 -0800 Subject: Add Intel core2 and corei7 BSPs and tune files Introduce two new generic BSPs that parallel the updated core2 and new corei7 tune files in oe-core. These BSPs provided optimized tune flags for Intel Core and Atom CPUs since 2006 in the 32 bit core2 BSP and since Nehalem and Silvermont (Bay Trail) in the 64 bit corei7 BSP. These establish a suitable balance between compatibility and performance optimization. Signed-off-by: Darren Hart Cc: Richard Purdie Cc: Paul Eggleton Cc: Tom Zanussi Cc: Nitin Kamble Cc: Mark Hatle Cc: Bruce Ashfield --- conf/machine/intel-core2-32.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 conf/machine/intel-core2-32.conf (limited to 'conf/machine/intel-core2-32.conf') diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf new file mode 100644 index 00000000..a702c809 --- /dev/null +++ b/conf/machine/intel-core2-32.conf @@ -0,0 +1,8 @@ +#@TYPE: Machine +#@NAME: intel-core2-32 + +#@DESCRIPTION: Machine configuration for 32 bit Intel Core 2 CPU (and later) with MMX, SSE, SSE2, SSE3, and SSSE3 instruction set support. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware. + +PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-dev" + +include conf/machine/include/intel-core2-32-common.inc -- cgit v1.2.3-54-g00ecf