summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorANDRoid78902021-02-08 20:34:07 +0400
committerANDRoid78902021-02-08 20:34:07 +0400
commite7622f42004f4d4c0a70391a1777166aab56870a (patch)
treeb1d3891316afed45b036f07a22f179b5ca605186
parentba4cb4185fddf702b75784d4588ee69935a5a5a6 (diff)
downloadaur-e7622f42004f4d4c0a70391a1777166aab56870a.tar.gz
5.10.14
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD16
-rwxr-xr-xchoose-gcc-optimization.sh8
3 files changed, 20 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98e329b11149..1f80b17bafcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-manjaro-xanmod
pkgdesc = Linux Xanmod
- pkgver = 5.10.13
+ pkgver = 5.10.14
pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
@@ -19,16 +19,16 @@ pkgbase = linux-manjaro-xanmod
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.sign
- source = https://github.com/xanmod/linux/releases/download/5.10.13-xanmod1/patch-5.10.13-xanmod1.xz
+ source = https://github.com/xanmod/linux/releases/download/5.10.14-xanmod1/patch-5.10.14-xanmod1.xz
source = choose-gcc-optimization.sh
- source = https://gitlab.manjaro.org/packages/core/linux510/-/archive/9050ee61fbb1183e6fc2f854197233e43db0517a/linux59-9050ee61fbb1183e6fc2f854197233e43db0517a.tar.gz
+ source = https://gitlab.manjaro.org/packages/core/linux510/-/archive/7aba77c63c1a04b2f49cb631baa130795823274d/linux59-7aba77c63c1a04b2f49cb631baa130795823274d.tar.gz
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43
sha256sums = SKIP
- sha256sums = f661f50377b0432c2ad7d78d2a6266b3cabdeb98f171a0057835e5a74e853074
- sha256sums = 2c7369218e81dee86f8ac15bda741b9bb34fa9cefcb087760242277a8207d511
- sha256sums = 344e28ba6a11d5a3f368edea6b2d5159b7016a0ed4b484c52cdce270614f291f
+ sha256sums = 15d9efbd96af494a31b9420a17331cf1da243141e4c7b002696588285787ee62
+ sha256sums = 03bb8b234a67b877a34a8212936ba69d8700c54c7877686cbd9742a536c87134
+ sha256sums = c3a95b72f1cbb82b4b8e9becab06d998a96520bfc519a339b28cba78964c357b
pkgname = linux-manjaro-xanmod
pkgdesc = The Linux kernel and modules with Xanmod and Manjaro patches (Bootsplash support). Ashmem and binder are enabled
diff --git a/PKGBUILD b/PKGBUILD
index eda7958cc920..1db7ca73b6e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,12 +18,12 @@
##
## The following variables can be customized at build time. Use env or export to change at your wish
##
-## Example: env _microarchitecture=25 use_numa=n use_tracers=n use_pds=n makepkg -sc
+## Example: env _microarchitecture=99 use_numa=n use_tracers=n use_pds=n makepkg -sc
##
## Look inside 'choose-gcc-optimization.sh' to choose your microarchitecture
-## Valid numbers between: 0 to 42
+## Valid numbers between: 0 to 99
## Default is: 0 => generic
-## Good option if your package is for one machine: 42 => native
+## Good option if your package is for one machine: 99 => native
if [ -z ${_microarchitecture+x} ]; then
_microarchitecture=0
fi
@@ -78,7 +78,7 @@ _makenconfig=
pkgbase=linux-manjaro-xanmod
pkgname=("${pkgbase}" "${pkgbase}-headers")
-pkgver=5.10.13
+pkgver=5.10.14
_major=5.10
_branch=5.x
xanmod=1
@@ -87,7 +87,7 @@ pkgdesc='Linux Xanmod'
url="http://www.xanmod.org/"
arch=(x86_64)
-__commit="9050ee61fbb1183e6fc2f854197233e43db0517a" # 5.10.13-2
+__commit="7aba77c63c1a04b2f49cb631baa130795823274d" # 5.10.14-1
license=(GPL2)
makedepends=(
@@ -103,9 +103,9 @@ source=("https://cdn.kernel.org/pub/linux/kernel/v${_branch}/linux-${_major}.tar
sha256sums=('dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43' # kernel tar.xz
'SKIP' # tar.sign
- 'f661f50377b0432c2ad7d78d2a6266b3cabdeb98f171a0057835e5a74e853074' # xanmod
- '2c7369218e81dee86f8ac15bda741b9bb34fa9cefcb087760242277a8207d511' # choose-gcc-optimization.sh
- '344e28ba6a11d5a3f368edea6b2d5159b7016a0ed4b484c52cdce270614f291f') # manjaro
+ '15d9efbd96af494a31b9420a17331cf1da243141e4c7b002696588285787ee62' # xanmod
+ '03bb8b234a67b877a34a8212936ba69d8700c54c7877686cbd9742a536c87134' # choose-gcc-optimization.sh
+ 'c3a95b72f1cbb82b4b8e9becab06d998a96520bfc519a339b28cba78964c357b') # manjaro
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linux Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
diff --git a/choose-gcc-optimization.sh b/choose-gcc-optimization.sh
index ccf182e91190..1a537df29334 100755
--- a/choose-gcc-optimization.sh
+++ b/choose-gcc-optimization.sh
@@ -52,8 +52,10 @@ cat << EOF
39) Intel 8th Gen Core i3/i5/i7-family (Cannon Lake)
40) Intel 8th Gen Core i7/i9-family (Ice Lake)
41) Xeon processors in the Cascade Lake family
+ 42) Intel Xeon (Cooper Lake)
+ 43) Intel 3rd Gen 10nm++ i3/i5/i7/i9-family (Tiger Lake)
- 42) Native optimizations autodetected by GCC
+ 99) Native optimizations autodetected by GCC
0) Generic (default)
@@ -104,7 +106,9 @@ case $answer in
39) Microarchitecture=CONFIG_MCANNONLAKE ;;
40) Microarchitecture=CONFIG_MICELAKE ;;
41) Microarchitecture=CONFIG_MCASCADELAKE ;;
- 42) Microarchitecture=CONFIG_MNATIVE ;;
+ 42) Microarchitecture=CONFIG_MCOOPERLAKE ;;
+ 43) Microarchitecture=CONFIG_MTIGERLAKE ;;
+ 99) Microarchitecture=CONFIG_MNATIVE ;;
*) default=CONFIG_GENERIC_CPU ;;
esac