Skip to content

Commit

Permalink
intel-skylake-64: use tune-x86-64-v3.inc
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Anuj Mittal <[email protected]>
  • Loading branch information
saininav authored and anujm1 committed Jan 4, 2023
1 parent 9595cf0 commit 423820a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 deletions.
24 changes: 0 additions & 24 deletions conf/machine/include/tune-skylake.inc

This file was deleted.

2 changes: 1 addition & 1 deletion conf/machine/intel-skylake-64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

require conf/machine/include/meta-intel.inc
require conf/machine/include/x86/x86-base.inc
require conf/machine/include/tune-skylake.inc
require conf/machine/include/x86/tune-x86-64-v3.inc
require conf/machine/include/intel-common-pkgarch.inc

MACHINE_FEATURES += "efi"
Expand Down
2 changes: 1 addition & 1 deletion recipes-kernel/linux/meta-intel-compat-kernel.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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:skylake-64-intel-common = "intel-corei7-64"
KMACHINE:x86-64-v3-intel-common = "intel-corei7-64"

INTEL_COMMON_AUTOLOAD ?= " uio iwlwifi i915"
KERNEL_MODULE_AUTOLOAD:intel-x86-common = " ${INTEL_COMMON_AUTOLOAD}"

0 comments on commit 423820a

Please sign in to comment.