Changeset b870678 for postlfs


Ignore:
Timestamp:
12/05/2023 06:29:14 AM (6 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
da09255
Parents:
b8fc37e
Message:

kernel-config: Regenerate with Linux 6.6.3

Intel and AMD microcode support is now always enabled on x86[_64] and
CONFIG_MICROCODE is now hidden, thus remove amd-ucode and intel-ucode
kernel configuration info.

The other changes seem trivial.

Location:
postlfs
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/firmware.xml

    rb8fc37e rb870678  
    261261        <filename>/proc/cpuinfo</filename> is 0xb4 or greater, it indicates
    262262        the microcode update is already applied by the BIOS.  Otherwise,
    263         configure the kernel to support loading Intel microcode, and then
    264         proceed to <xref linkend='early-microcode'/>:
    265       </para>
    266 
    267       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    268         href="intel-ucode-kernel.xml"/>
    269 
     263        proceed to <xref linkend='early-microcode'/>.
     264      </para>
    270265    </sect3>
    271266
     
    302297        <filename>/proc/cpuinfo</filename> is 0x10000c8 or greater, it
    303298        indicates the BIOS has already applied the microcode update.
    304         Otherwise, configure the kernel to support loading AMD microcode,
    305         and then proceed to <xref linkend='early-microcode'/>:
    306       </para>
    307 
    308       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    309         href="amd-ucode-kernel.xml"/>
    310 
     299        Otherwise, proceed to <xref linkend='early-microcode'/>.
     300      </para>
    311301    </sect3>
    312302
  • postlfs/filesystems/mdadm-kernel.xml

    rb8fc37e rb870678  
    99    [*]       <emphasis role='blue'>A</emphasis>utodetect RAID arrays during kernel boot          [MD_AUTODETECT]
    1010    # Only the RAID types desired are required:
    11     &lt; /*/M&gt;   <emphasis role='blue'>R</emphasis>AID-0 (striping) mode                                  [MD_RAID0]
    12     &lt; /*/M&gt;   <emphasis role='blue'>R</emphasis>AID-1 (mirroring) mode                                 [MD_RAID1]
    13     &lt; /*/M&gt;   <emphasis role='blue'>R</emphasis>AID-10 (mirrored striping) mode                       [MD_RAID10]
    14     &lt; /*/M&gt;   <emphasis role='blue'>R</emphasis>AID-4/RAID-5/RAID-6 mode                             [MD_RAID456]</screen>
     11    &lt; /*/M&gt; <emphasis role='blue'>R</emphasis>AID-0 (striping) mode                                    [MD_RAID0]
     12    &lt; /*/M&gt; <emphasis role='blue'>R</emphasis>AID-1 (mirroring) mode                                   [MD_RAID1]
     13    &lt; /*/M&gt; <emphasis role='blue'>R</emphasis>AID-10 (mirrored striping) mode                         [MD_RAID10]
     14    &lt; /*/M&gt; <emphasis role='blue'>R</emphasis>AID-4/RAID-5/RAID-6 mode                               [MD_RAID456]</screen>
  • postlfs/filesystems/uefi-bootloaders/grub-setup-kernel.xml

    rb8fc37e rb870678  
    2222    &lt;*&gt; <emphasis role='blue'>S</emphasis>imple framebuffer driver                                [DRM_SIMPLEDRM]
    2323    <emphasis role='blue'>F</emphasis>rame buffer Devices ---&gt;
    24       &lt;*&gt; <emphasis role='blue'>S</emphasis>upport for frame buffer devices ---&gt;                             [FB]
     24      &lt;*&gt; <emphasis role='blue'>S</emphasis>upport for frame buffer device drivers ---&gt;                      [FB]
    2525    <emphasis role='blue'>C</emphasis>onsole display driver support ---&gt;
    2626      -*- <emphasis role='blue'>F</emphasis>ramebuffer Console support                      [FRAMEBUFFER_CONSOLE]
Note: See TracChangeset for help on using the changeset viewer.