From 8923c5f392ca88b7d5ecfd4634f8d62aed39eb88 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Mon, 3 May 2021 16:19:48 +0200 Subject: [PATCH] Add bonnell, sapphirerapids, rocketlage and alderlake cpu optimizations support --- linux-tkg-config/prepare | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/linux-tkg-config/prepare b/linux-tkg-config/prepare index 3f0b9ea..27bc5ef 100644 --- a/linux-tkg-config/prepare +++ b/linux-tkg-config/prepare @@ -715,9 +715,10 @@ CONFIG_DEBUG_INFO_BTF_MODULES=y\n _cpu_marchs=("k8" "k8sse3" "k10" "barcelona" "bobcat" "jaguar" "bulldozer" "piledriver") _cpu_marchs+=("steamroller" "excavator" "zen" "zen2" "zen3" "mpsc" "atom" "core2" "nehalem" "westmere") - _cpu_marchs+=("silvermont" "sandybridge" "ivybridge" "haswell" "broadwell" "skylake") + _cpu_marchs+=("bonnell" "silvermont" "sandybridge" "ivybridge" "haswell" "broadwell" "skylake") _cpu_marchs+=("skylakex" "cannonlake" "icelake" "goldmont" "goldmontplus" "cascadelake") - _cpu_marchs+=("cooperlake" "tigerlake" "native" "native_amd" "native_intel") + _cpu_marchs+=("cooperlake" "tigerlake" "sapphirerapids" "rocketlake" "alderlake") + _cpu_marchs+=("native" "native_amd" "native_intel") if [ ! -z "$_processor_opt" ]; then # Don't populate when the config variable is empty for _march in "${_cpu_marchs[@]}"