mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Update odroidxu4-current to 6.6.100
This commit is contained in:
12510
patch/kernel/archive/odroidxu4-6.6/patch-6.6.93-94.patch
Normal file
12510
patch/kernel/archive/odroidxu4-6.6/patch-6.6.93-94.patch
Normal file
File diff suppressed because it is too large
Load Diff
9067
patch/kernel/archive/odroidxu4-6.6/patch-6.6.94-95.patch
Normal file
9067
patch/kernel/archive/odroidxu4-6.6/patch-6.6.94-95.patch
Normal file
File diff suppressed because it is too large
Load Diff
5580
patch/kernel/archive/odroidxu4-6.6/patch-6.6.95-96.patch
Normal file
5580
patch/kernel/archive/odroidxu4-6.6/patch-6.6.95-96.patch
Normal file
File diff suppressed because it is too large
Load Diff
6094
patch/kernel/archive/odroidxu4-6.6/patch-6.6.96-97.patch
Normal file
6094
patch/kernel/archive/odroidxu4-6.6/patch-6.6.96-97.patch
Normal file
File diff suppressed because it is too large
Load Diff
25
patch/kernel/archive/odroidxu4-6.6/patch-6.6.97-98.patch
Normal file
25
patch/kernel/archive/odroidxu4-6.6/patch-6.6.97-98.patch
Normal file
@@ -0,0 +1,25 @@
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 9d5c08363637bd..0bb5c23c640616 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -1,7 +1,7 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
VERSION = 6
|
||||
PATCHLEVEL = 6
|
||||
-SUBLEVEL = 97
|
||||
+SUBLEVEL = 98
|
||||
EXTRAVERSION =
|
||||
NAME = Pinguïn Aangedreven
|
||||
|
||||
diff --git a/arch/x86/kernel/cpu/amd.c b/arch/x86/kernel/cpu/amd.c
|
||||
index 1180689a239037..f6690df70b43ea 100644
|
||||
--- a/arch/x86/kernel/cpu/amd.c
|
||||
+++ b/arch/x86/kernel/cpu/amd.c
|
||||
@@ -547,6 +547,7 @@ static bool amd_check_tsa_microcode(void)
|
||||
|
||||
p.ext_fam = c->x86 - 0xf;
|
||||
p.model = c->x86_model;
|
||||
+ p.ext_model = c->x86_model >> 4;
|
||||
p.stepping = c->x86_stepping;
|
||||
|
||||
if (cpu_has(c, X86_FEATURE_ZEN3) ||
|
||||
6062
patch/kernel/archive/odroidxu4-6.6/patch-6.6.98-99.patch
Normal file
6062
patch/kernel/archive/odroidxu4-6.6/patch-6.6.98-99.patch
Normal file
File diff suppressed because it is too large
Load Diff
3139
patch/kernel/archive/odroidxu4-6.6/patch-6.6.99-100.patch
Normal file
3139
patch/kernel/archive/odroidxu4-6.6/patch-6.6.99-100.patch
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user