|
|
c56524 |
Some Intel Tiger Lake-UP3/UP4 CPU models (TGL, family 6, model 140, stepping 1)
|
|
|
c56524 |
have reports of system hangs when a microcode update, that is included
|
|
|
c56524 |
since microcode-20201110 update, is applied[1]. In order to address this,
|
|
|
c56524 |
microcode update has been disabled by default on these systems.
|
|
|
c56524 |
|
|
|
c56524 |
[1] https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/issues/44
|
|
|
c56524 |
|
|
|
c56524 |
Please contact your system vendor for a BIOS/firmware update that contains
|
|
|
c56524 |
the latest microcode version.
|
|
|
c56524 |
|
|
|
c56524 |
The information regarding enforcing microcode update is provided below.
|
|
|
c56524 |
|
|
|
c56524 |
To enforce usage of the latest 06-8c-01 microcode revision for a specific kernel
|
|
|
c56524 |
version, please create a file "force-intel-06-8c-01" inside
|
|
|
c56524 |
/lib/firmware/<kernel_version> directory, run
|
|
|
c56524 |
"/usr/libexec/microcode_ctl/update_ucode" to add it to firmware directory
|
|
|
c56524 |
where microcode will be available for late microcode update, and run
|
|
|
c56524 |
"dracut -f --kver <kernel_version>", so initramfs for this kernel version
|
|
|
c56524 |
is regenerated and the microcode can be loaded early, for example:
|
|
|
c56524 |
|
|
|
c56524 |
touch /lib/firmware/3.10.0-862.9.1/force-intel-06-8c-01
|
|
|
c56524 |
/usr/libexec/microcode_ctl/update_ucode
|
|
|
c56524 |
dracut -f --kver 3.10.0-862.9.1
|
|
|
c56524 |
|
|
|
c56524 |
After that, it is possible to perform a late microcode update by executing
|
|
|
c56524 |
"/usr/libexec/microcode_ctl/reload_microcode" or by writing value "1" to
|
|
|
c56524 |
"/sys/devices/system/cpu/microcode/reload" directly.
|
|
|
c56524 |
|
|
|
c56524 |
To enforce addition of this microcode for all kernels, please create file
|
|
|
c56524 |
"/etc/microcode_ctl/ucode_with_caveats/force-intel-06-8c-01", run
|
|
|
c56524 |
"/usr/libexec/microcode_ctl/update_ucode" for enabling late microcode updates,
|
|
|
c56524 |
and "dracut -f --regenerate-all" for enabling early microcode updates:
|
|
|
c56524 |
|
|
|
c56524 |
mkdir -p /etc/microcode_ctl/ucode_with_caveats
|
|
|
c56524 |
touch /etc/microcode_ctl/ucode_with_caveats/force-intel-06-8c-01
|
|
|
c56524 |
/usr/libexec/microcode_ctl/update_ucode
|
|
|
c56524 |
dracut -f --regenerate-all
|
|
|
c56524 |
|
|
|
c56524 |
Please refer to /usr/share/doc/microcode_ctl/README.caveats for additional
|
|
|
c56524 |
information.
|