firmware: Microcode early loading is now unconditionally supported

This commit is contained in:
Xi Ruoyao 2023-12-06 02:28:37 +08:00
parent 1f61e4ed1a
commit e8a1f74ace
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -186,7 +186,9 @@
<para>
It might be still possible to manually force late loading of microcode.
But it may cause kernel malfunction and you should take the risk yourself.
You will need to reconfigure your kernel for either method. The
You will need to reconfigure your kernel for late loading, but
early loading is always supported by Linux kernel version 6.6
or later on a x86 (no matter 32-bit or 64-bit) system. The
instructions here will show you how to create an initrd for early
loading. It is also possible to build the same microcode bin file into
the kernel, which allows early loading but requires the kernel to be