Skip to content

Commit dd14022

Browse files
committed
x86/microcode/AMD: Add Zen5 model 0x44, stepping 0x1 minrev
Add the minimum Entrysign revision for that model+stepping to the list of minimum revisions. Fixes: 50cef76 ("x86/microcode/AMD: Load only SHA256-checksummed patches") Reported-by: Andrew Cooper <[email protected]> Signed-off-by: Borislav Petkov (AMD) <[email protected]> Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent e1a97a6 commit dd14022

File tree

1 file changed

+1
-0
lines changed
  • arch/x86/kernel/cpu/microcode

1 file changed

+1
-0
lines changed

arch/x86/kernel/cpu/microcode/amd.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ static bool need_sha_check(u32 cur_rev)
224224
case 0xb1010: return cur_rev <= 0xb101046; break;
225225
case 0xb2040: return cur_rev <= 0xb204031; break;
226226
case 0xb4040: return cur_rev <= 0xb404031; break;
227+
case 0xb4041: return cur_rev <= 0xb404101; break;
227228
case 0xb6000: return cur_rev <= 0xb600031; break;
228229
case 0xb6080: return cur_rev <= 0xb608031; break;
229230
case 0xb7000: return cur_rev <= 0xb700031; break;

0 commit comments

Comments
 (0)