Changeset b870678 for postlfs/config


Ignore:
Timestamp:
12/05/2023 06:29:14 AM (10 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.2, gimp3, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128
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/config
Files:
2 deleted
1 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
Note: See TracChangeset for help on using the changeset viewer.