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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.