mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-05 05:04:45 +02:00

tune-x86-64-v3.inc uses x86-64 v3 level of instruction set. x86-64-v3: (close to Haswell) AVX, AVX2, BMI1, BMI2, F16C, FMA, LZCNT, MOVBE, XSAVE Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
15 lines
514 B
HTML
15 lines
514 B
HTML
# These are variables that should be added to any
|
|
# kernel compatible with meta-intel
|
|
|
|
KERNEL_FEATURES_INTEL_COMMON ?= ""
|
|
|
|
COMPATIBLE_MACHINE:intel-x86-common = "${MACHINE}"
|
|
KERNEL_FEATURES:intel-x86-common = "${KERNEL_FEATURES_INTEL_COMMON}"
|
|
|
|
KMACHINE:corei7-64-intel-common = "intel-corei7-64"
|
|
KMACHINE:core2-32-intel-common = "intel-core2-32"
|
|
KMACHINE:x86-64-v3-intel-common = "intel-corei7-64"
|
|
|
|
INTEL_COMMON_AUTOLOAD ?= " uio iwlwifi i915"
|
|
KERNEL_MODULE_AUTOLOAD:intel-x86-common = " ${INTEL_COMMON_AUTOLOAD}"
|