Ignore:
Timestamp:
01/10/2018 06:41:27 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
5cdbb1b
Parents:
aa79220
Message:

Update intel microcode, and the example, to 20180108.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/firmware.xml

    raa79220 rd7a0527  
    131131     <para>The first step is to get the most recent version of the Intel
    132132     microcode.  This must be done by navigating to
    133      <ulink url='https://downloadcenter.intel.com/download/27377/Linux-Processor-Microcode-Data-File'/>
     133     <ulink url='https://downloadcenter.intel.com/download/27431/Linux-Processor-Microcode-Data-File'/>
    134134     and following the instructions there.  As of this writing the most recent
    135      version of the microcode is <filename>microcode-20171117.tgz</filename>.
     135     version of the microcode is <filename>microcode-20180108.tgz</filename>.
    136136     Extract this file in the normal way to create an <filename>intel-ucode</filename>
    137137     directory, containing various blobs with names in the form XX-YY-ZZ.</para>
     
    181181      <para>This example from the Haswell i7 which was released in Q2 2014 and is
    182182      not affected by the TSX errata shows it has been updated from revision 0x19
    183       in the BIOS/UEFI to revision 0x22. Unlike in older kernels, the individual
     183      in the BIOS/UEFI to revision 0x23. Unlike in older kernels, the individual
    184184      CPUs are not separately reported:</para>
    185185
    186 <screen><literal>[    0.000000] Linux version 4.11.0 (lfs@plexi) (gcc version 7.1.0 (GCC) )
    187                #1 SMP PREEMPT Sun May 14 16:00:00 BST 2017
    188 [    0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.11.0-sda6 root=/dev/sda6 ro
    189 [    0.913685] microcode: sig=0x306c3, pf=0x2, revision=0x22
     186<screen><literal>[    0.000000] Linux version 4.14.12 (lfs@plexi) (gcc version 7.2.0 (GCC) )
     187               #1 SMP PREEMPT Tue Jan 9 16:00:00 GMT 2018
     188[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.14.12-sda7 root=/dev/sda7 ro
     189[    0.913685] microcode: sig=0x306c3, pf=0x2, revision=0x23
    190190[    0.913905] microcode: Microcode Update Driver: v2.2.
    191 [  148.723932] microcode: updated to revision 0x22, date = 2017-01-27</literal></screen>
     191[  148.723932] microcode: updated to revision 0x23, date = 2017-11-28</literal></screen>
    192192    <para>That may be followed by individual reports for each core.</para>
    193193
     
    304304      is mentioned:</para>
    305305
    306 <screen><literal>[    0.000000] microcode: microcode updated early to revision 0x22, date = 2017-01-27
    307 [    0.000000] Linux version 4.11.0 (lfs@plexi) (gcc version 7.1.0 (GCC) )
    308                #2 SMP PREEMPT Sun May 14 17:58:53 BST 2017
    309 [    0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.11.0-sda6 root=/dev/sda6 ro
    310 [    0.928947] microcode: sig=0x306c3, pf=0x2, revision=0x22
     306<screen><literal>[    0.000000] microcode: microcode updated early to revision 0x23, date = 2017-11-20
     307[    0.000000] Linux version 4.14.12 (lfs@plexi) (gcc version 7.2.0 (GCC) )
     308               #2 SMP PREEMPT Tue Jan 9 17:58:53 GMT 2018
     309[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.14.12-sda7 root=/dev/sda7 ro
     310[    0.928947] microcode: sig=0x306c3, pf=0x2, revision=0x23
    311311[    0.929160] microcode: Microcode Update Driver: v2.2.</literal></screen>
    312312
Note: See TracChangeset for help on using the changeset viewer.