Changeset 58b07a1


Ignore:
Timestamp:
06/08/2018 02:00:32 AM (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.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:
cd428fd4
Parents:
ed61cd1
Message:

Firmware - add latest intel microcode, and note that AMD Fam17h is in a separate file (although most models are not updated).

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    red61cd1 r58b07a1  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "05">                   <!-- Always 2 digits -->
     3<!ENTITY day          "07">                   <!-- Always 2 digits -->
    44<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 5th, &year;">
     9<!ENTITY releasedate  "June 7th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    red61cd1 r58b07a1  
    4343-->
    4444    <listitem>
     45      <para>June 7th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Update to (intel) microcode-20180425 (this only affects
     49          some Broadwell E machines (previous microcode withdrawn) and Gemini
     50          Lake Pentium/Celeron (new microcode).  Fixes
     51          <ulink url="&blfs-ticket-root;10844">#10844</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4557      <para>June 5th, 2018</para>
    4658      <itemizedlist>
  • postlfs/config/firmware.xml

    red61cd1 r58b07a1  
    100100    <para>Intel provide frequent updates of their microcode. It is not uncommon
    101101    to find a newer version of microcode for an Intel processor even two years
    102     after its release. New versions of AMD firmware are less common.</para>
     102    after its release. New versions of AMD firmware are rare and usually only
     103    apply to a few models, although motherboard manufacturers get extra updates
     104    which maybe update microcode along with the changes to support newer CPUs
     105    and faster memory.</para>
    103106
    104107    <para>There used to be two ways of loading the microcode, described as 'early'
     
    131134     <para>The first step is to get the most recent version of the Intel
    132135     microcode.  This must be done by navigating to
    133      <ulink url='https://downloadcenter.intel.com/download/27591/Linux-Processor-Microcode-Data-File'/>
     136     <ulink url='https://downloadcenter.intel.com/download/27776/Linux-Processor-Microcode-Data-File'/>
    134137     and following the instructions there.  As of this writing the most recent
    135138     version of the microcode is <filename>microcode-20180312.tgz</filename>.
     
    211214      url='&sources-anduin-http;/linux-firmware/amd-ucode/'/>.
    212215      The family is always specified in hex. Families 10h to 14h (16 to 20)
    213       are in microcode_amd.bin.  Families 15h and 16h have their own containers.
     216      are in microcode_amd.bin.  Families 15h, 16h and 17h have their own containers.
    214217      Create the required directory and put the firmware you downloaded into
    215218      it as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.