mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
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.
This commit is contained in:
parent
b8fc37e536
commit
b870678442
@ -1 +1 @@
|
||||
6.5.3
|
||||
6.6.3
|
||||
|
@ -1,3 +0,0 @@
|
||||
BLK_DEV_INITRD='*'
|
||||
MICROCODE='*'
|
||||
MICROCODE_AMD='*'
|
@ -1,3 +0,0 @@
|
||||
BLK_DEV_INITRD='*'
|
||||
MICROCODE='*'
|
||||
MICROCODE_INTEL='*'
|
@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
||||
<!-- Automatically generated by kernel-config.py
|
||||
DO NOT EDIT! -->
|
||||
<screen><emphasis role='blue'>G</emphasis>eneral setup --->
|
||||
[*] <emphasis role='blue'>I</emphasis>nitial RAM filesystem and RAM disk (initramfs/initrd) support
|
||||
... [BLK_DEV_INITRD]
|
||||
|
||||
<emphasis role='blue'>P</emphasis>rocessor type and features --->
|
||||
[*] <emphasis role='blue'>C</emphasis>PU microcode loading support [MICROCODE]
|
||||
[*] <emphasis role='blue'>A</emphasis>MD microcode loading support [MICROCODE_AMD]</screen>
|
@ -260,13 +260,8 @@
|
||||
the value of the <quote>microcode</quote> field in
|
||||
<filename>/proc/cpuinfo</filename> is 0xb4 or greater, it indicates
|
||||
the microcode update is already applied by the BIOS. Otherwise,
|
||||
configure the kernel to support loading Intel microcode, and then
|
||||
proceed to <xref linkend='early-microcode'/>:
|
||||
proceed to <xref linkend='early-microcode'/>.
|
||||
</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="intel-ucode-kernel.xml"/>
|
||||
|
||||
</sect3>
|
||||
|
||||
<sect3 id="amd-microcode">
|
||||
@ -301,13 +296,8 @@
|
||||
If the value of the <quote>microcode</quote> field in
|
||||
<filename>/proc/cpuinfo</filename> is 0x10000c8 or greater, it
|
||||
indicates the BIOS has already applied the microcode update.
|
||||
Otherwise, configure the kernel to support loading AMD microcode,
|
||||
and then proceed to <xref linkend='early-microcode'/>:
|
||||
Otherwise, proceed to <xref linkend='early-microcode'/>.
|
||||
</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="amd-ucode-kernel.xml"/>
|
||||
|
||||
</sect3>
|
||||
|
||||
<sect3 id="early-microcode">
|
||||
|
@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
||||
<!-- Automatically generated by kernel-config.py
|
||||
DO NOT EDIT! -->
|
||||
<screen><emphasis role='blue'>G</emphasis>eneral setup --->
|
||||
[*] <emphasis role='blue'>I</emphasis>nitial RAM filesystem and RAM disk (initramfs/initrd) support
|
||||
... [BLK_DEV_INITRD]
|
||||
|
||||
<emphasis role='blue'>P</emphasis>rocessor type and features --->
|
||||
[*] <emphasis role='blue'>C</emphasis>PU microcode loading support [MICROCODE]
|
||||
[*] <emphasis role='blue'>I</emphasis>ntel microcode loading support [MICROCODE_INTEL]</screen>
|
@ -8,7 +8,7 @@
|
||||
<*/M> <emphasis role='blue'>R</emphasis>AID support [BLK_DEV_MD]
|
||||
[*] <emphasis role='blue'>A</emphasis>utodetect RAID arrays during kernel boot [MD_AUTODETECT]
|
||||
# Only the RAID types desired are required:
|
||||
< /*/M> <emphasis role='blue'>R</emphasis>AID-0 (striping) mode [MD_RAID0]
|
||||
< /*/M> <emphasis role='blue'>R</emphasis>AID-1 (mirroring) mode [MD_RAID1]
|
||||
< /*/M> <emphasis role='blue'>R</emphasis>AID-10 (mirrored striping) mode [MD_RAID10]
|
||||
< /*/M> <emphasis role='blue'>R</emphasis>AID-4/RAID-5/RAID-6 mode [MD_RAID456]</screen>
|
||||
< /*/M> <emphasis role='blue'>R</emphasis>AID-0 (striping) mode [MD_RAID0]
|
||||
< /*/M> <emphasis role='blue'>R</emphasis>AID-1 (mirroring) mode [MD_RAID1]
|
||||
< /*/M> <emphasis role='blue'>R</emphasis>AID-10 (mirrored striping) mode [MD_RAID10]
|
||||
< /*/M> <emphasis role='blue'>R</emphasis>AID-4/RAID-5/RAID-6 mode [MD_RAID456]</screen>
|
||||
|
@ -21,7 +21,7 @@
|
||||
... [DRM_FBDEV_EMULATION]
|
||||
<*> <emphasis role='blue'>S</emphasis>imple framebuffer driver [DRM_SIMPLEDRM]
|
||||
<emphasis role='blue'>F</emphasis>rame buffer Devices --->
|
||||
<*> <emphasis role='blue'>S</emphasis>upport for frame buffer devices ---> [FB]
|
||||
<*> <emphasis role='blue'>S</emphasis>upport for frame buffer device drivers ---> [FB]
|
||||
<emphasis role='blue'>C</emphasis>onsole display driver support --->
|
||||
-*- <emphasis role='blue'>F</emphasis>ramebuffer Console support [FRAMEBUFFER_CONSOLE]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user