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/include/intel-corei7-64-common.inc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 conf/machine/include/intel-corei7-64-common.inc (limited to 'conf/machine/include/intel-corei7-64-common.inc') diff --git a/conf/machine/include/intel-corei7-64-common.inc b/conf/machine/include/intel-corei7-64-common.inc new file mode 100644 index 00000000..935cd227 --- /dev/null +++ b/conf/machine/include/intel-corei7-64-common.inc @@ -0,0 +1,8 @@ +# +# Common configuration for all MACHINES of the intel-corei7-64 type +# + +DEFAULTTUNE ?= "corei7-64" +require intel-common-pkgarch.inc +require conf/machine/include/tune-corei7.inc +require conf/machine/include/x86-base.inc -- cgit v1.2.3-54-g00ecf