]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/microcode/AMD: Use the family,model,stepping encoded in the patch ID
authorBorislav Petkov <bp@alien8.de>
Thu, 25 Jul 2024 11:20:37 +0000 (13:20 +0200)
committerBorislav Petkov (AMD) <bp@alien8.de>
Mon, 29 Jul 2024 07:21:26 +0000 (09:21 +0200)
commit94838d230a6c835ced1bad06b8759e0a5f19c1d3
tree21683b65f29be30221bc5fbda03d3a8196c6a038
parent8400291e289ee6b2bf9779ff1c83a291501f017b
x86/microcode/AMD: Use the family,model,stepping encoded in the patch ID

On Zen and newer, the family, model and stepping is part of the
microcode patch ID so that the equivalence table the driver has been
using, is not needed anymore.

So switch the driver to use that from now on.

The equivalence table in the microcode blob should still remain in case
there's need to pass some additional information to the kernel loader.

Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20240725112037.GBZqI1BbUk1KMlOJ_D@fat_crate.local
arch/x86/kernel/cpu/microcode/amd.c