Changeset fe2553a for postlfs/config


Ignore:
Timestamp:
06/16/2020 12:20:30 AM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4e1b891
Parents:
cb704b48
Message:

Microcode - add a Caution for certain Intel machines.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23286 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/firmware.xml

    rcb704b48 rfe2553a  
    381381<screen><userinput>cp -v /lib/firmware/intel-ucode/&lt;XX-YY-ZZ&gt; kernel/x86/microcode/GenuineIntel.bin</userinput></screen>
    382382
     383      <caution>
     384        <para>
     385          On some Skylake machines with hex Model Number '4e' (78 decimal) the upgrade to
     386          microcode version '0xdc' is reported to cause the machine to hang in early boot,
     387          and the fix is to revert to version 0xd6 which was shipped in the 20191115
     388          microcode release.
     389        </para>
     390
     391        <para>
     392          Doing that, while making the machine usable, will mean that the SRBDS
     393          mitigations are not present.
     394        </para>
     395
     396        <para>
     397          The Skylake machines with hex Model Number '5e' (94 decimal) use similar
     398          firmware versions, but boot correctly with the mitigation applied.
     399        </para>
     400      </caution>
     401
    383402      <para>
    384403        Now prepare the initrd:
Note: See TracChangeset for help on using the changeset viewer.