summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2022-02-03 11:57:49 -0500
committerLeo Famulari <leo@famulari.name>2022-02-09 01:38:51 -0500
commitfd6cfbc05ac093a6b9497e6c38bb4678f33ac14d (patch)
tree97efab75e0637695450e02853398dd2258e3f465 /gnu
parent0f97729034491c5eab0b10f778d25a4c7d5a6893 (diff)
Revert kernel modules changes to support the Coreboot framebuffer
These changes broke the creation of the 'linux-modules-database' for all kernel series besides 5.15, 5.4, and 5.10, like this: ------ gnu/build/linux-modules.scm:257:5: kernel module not found "framebuffer_coreboot" "/gnu/store/yff45fr6q93mw44zdql9ffr95zcvwxcn-linux-libre-4.9.299/lib/modules" ------ We should support the coreboot framebuffer, but we need to test that change more completely before deploying it. This effectively reverts the following commits: 1dfe8c372163d481ebebb97dd3b4cafa49906b28 "gnu: linux-libre: Build simplefb into all x86{,_64} kernels." bc09e7ab569d5306ce99c5525150695c9d539ef0 "gnu: linux-libre: Support the Coreboot framebuffer." Fixes <https://issues.guix.gnu.org/52667> "System reconfiguration fails to build linux-modules.drv".
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/aux-files/linux-libre/4.14-i686.conf10
-rw-r--r--gnu/packages/aux-files/linux-libre/4.14-x86_64.conf10
-rw-r--r--gnu/packages/aux-files/linux-libre/4.19-i686.conf10
-rw-r--r--gnu/packages/aux-files/linux-libre/4.19-x86_64.conf10
-rw-r--r--gnu/packages/aux-files/linux-libre/4.4-i686.conf10
-rw-r--r--gnu/packages/aux-files/linux-libre/4.4-x86_64.conf10
-rw-r--r--gnu/packages/aux-files/linux-libre/5.10-i686.conf10
-rw-r--r--gnu/packages/aux-files/linux-libre/5.10-x86_64.conf10
-rw-r--r--gnu/packages/aux-files/linux-libre/5.15-i686.conf12
-rw-r--r--gnu/packages/aux-files/linux-libre/5.15-x86_64.conf12
-rw-r--r--gnu/packages/aux-files/linux-libre/5.4-i686.conf10
-rw-r--r--gnu/packages/aux-files/linux-libre/5.4-x86_64.conf10
-rw-r--r--gnu/system/linux-initrd.scm3
13 files changed, 27 insertions, 100 deletions
diff --git a/gnu/packages/aux-files/linux-libre/4.14-i686.conf b/gnu/packages/aux-files/linux-libre/4.14-i686.conf
index b7a07b5fe30..16a78171157 100644
--- a/gnu/packages/aux-files/linux-libre/4.14-i686.conf
+++ b/gnu/packages/aux-files/linux-libre/4.14-i686.conf
@@ -938,7 +938,7 @@ CONFIG_RAPIDIO_CPS_XX=m
938CONFIG_RAPIDIO_TSI568=m 938CONFIG_RAPIDIO_TSI568=m
939CONFIG_RAPIDIO_CPS_GEN2=m 939CONFIG_RAPIDIO_CPS_GEN2=m
940CONFIG_RAPIDIO_RXS_GEN3=m 940CONFIG_RAPIDIO_RXS_GEN3=m
941CONFIG_X86_SYSFB=y 941# CONFIG_X86_SYSFB is not set
942 942
943# 943#
944# Executable file formats / Emulations 944# Executable file formats / Emulations
@@ -8495,13 +8495,7 @@ CONFIG_ISCSI_IBFT_FIND=y
8495CONFIG_ISCSI_IBFT=m 8495CONFIG_ISCSI_IBFT=m
8496CONFIG_FW_CFG_SYSFS=m 8496CONFIG_FW_CFG_SYSFS=m
8497# CONFIG_FW_CFG_SYSFS_CMDLINE is not set 8497# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
8498CONFIG_GOOGLE_FIRMWARE=y 8498# CONFIG_GOOGLE_FIRMWARE is not set
8499# CONFIG_GOOGLE_SMI is not set
8500CONFIG_GOOGLE_COREBOOT_TABLE=y
8501# CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY is not set
8502CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT=m
8503# CONFIG_GOOGLE_MEMCONSOLE_COREBOOT is not set
8504# CONFIG_GOOGLE_VPD is not set
8505 8499
8506# 8500#
8507# EFI (Extensible Firmware Interface) Support 8501# EFI (Extensible Firmware Interface) Support
diff --git a/gnu/packages/aux-files/linux-libre/4.14-x86_64.conf b/gnu/packages/aux-files/linux-libre/4.14-x86_64.conf
index 291f6aa381a..3953ee91045 100644
--- a/gnu/packages/aux-files/linux-libre/4.14-x86_64.conf
+++ b/gnu/packages/aux-files/linux-libre/4.14-x86_64.conf
@@ -928,7 +928,7 @@ CONFIG_RAPIDIO_CPS_XX=m
928CONFIG_RAPIDIO_TSI568=m 928CONFIG_RAPIDIO_TSI568=m
929CONFIG_RAPIDIO_CPS_GEN2=m 929CONFIG_RAPIDIO_CPS_GEN2=m
930CONFIG_RAPIDIO_RXS_GEN3=m 930CONFIG_RAPIDIO_RXS_GEN3=m
931CONFIG_X86_SYSFB=y 931# CONFIG_X86_SYSFB is not set
932 932
933# 933#
934# Executable file formats / Emulations 934# Executable file formats / Emulations
@@ -8334,13 +8334,7 @@ CONFIG_ISCSI_IBFT_FIND=y
8334CONFIG_ISCSI_IBFT=m 8334CONFIG_ISCSI_IBFT=m
8335CONFIG_FW_CFG_SYSFS=m 8335CONFIG_FW_CFG_SYSFS=m
8336# CONFIG_FW_CFG_SYSFS_CMDLINE is not set 8336# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
8337CONFIG_GOOGLE_FIRMWARE=y 8337# CONFIG_GOOGLE_FIRMWARE is not set
8338# CONFIG_GOOGLE_SMI is not set
8339CONFIG_GOOGLE_COREBOOT_TABLE=y
8340# CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY is not set
8341CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT=m
8342# CONFIG_GOOGLE_MEMCONSOLE_COREBOOT is not set
8343# CONFIG_GOOGLE_VPD is not set
8344 8338
8345# 8339#
8346# EFI (Extensible Firmware Interface) Support 8340# EFI (Extensible Firmware Interface) Support
diff --git a/gnu/packages/aux-files/linux-libre/4.19-i686.conf b/gnu/packages/aux-files/linux-libre/4.19-i686.conf
index 5deee8206d0..0e6637325d9 100644
--- a/gnu/packages/aux-files/linux-libre/4.19-i686.conf
+++ b/gnu/packages/aux-files/linux-libre/4.19-i686.conf
@@ -713,7 +713,7 @@ CONFIG_RAPIDIO_CPS_XX=m
713CONFIG_RAPIDIO_TSI568=m 713CONFIG_RAPIDIO_TSI568=m
714CONFIG_RAPIDIO_CPS_GEN2=m 714CONFIG_RAPIDIO_CPS_GEN2=m
715CONFIG_RAPIDIO_RXS_GEN3=m 715CONFIG_RAPIDIO_RXS_GEN3=m
716CONFIG_X86_SYSFB=y 716# CONFIG_X86_SYSFB is not set
717 717
718# 718#
719# Binary Emulations 719# Binary Emulations
@@ -737,13 +737,7 @@ CONFIG_ISCSI_IBFT_FIND=y
737CONFIG_ISCSI_IBFT=m 737CONFIG_ISCSI_IBFT=m
738CONFIG_FW_CFG_SYSFS=m 738CONFIG_FW_CFG_SYSFS=m
739# CONFIG_FW_CFG_SYSFS_CMDLINE is not set 739# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
740CONFIG_GOOGLE_FIRMWARE=y 740# CONFIG_GOOGLE_FIRMWARE is not set
741# CONFIG_GOOGLE_SMI is not set
742CONFIG_GOOGLE_COREBOOT_TABLE=y
743# CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY is not set
744CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT=m
745# CONFIG_GOOGLE_MEMCONSOLE_COREBOOT is not set
746# CONFIG_GOOGLE_VPD is not set
747 741
748# 742#
749# EFI (Extensible Firmware Interface) Support 743# EFI (Extensible Firmware Interface) Support
diff --git a/gnu/packages/aux-files/linux-libre/4.19-x86_64.conf b/gnu/packages/aux-files/linux-libre/4.19-x86_64.conf
index 0fb0cf9a7fc..24148dcf6ff 100644
--- a/gnu/packages/aux-files/linux-libre/4.19-x86_64.conf
+++ b/gnu/packages/aux-files/linux-libre/4.19-x86_64.conf
@@ -684,7 +684,7 @@ CONFIG_RAPIDIO_CPS_XX=m
684CONFIG_RAPIDIO_TSI568=m 684CONFIG_RAPIDIO_TSI568=m
685CONFIG_RAPIDIO_CPS_GEN2=m 685CONFIG_RAPIDIO_CPS_GEN2=m
686CONFIG_RAPIDIO_RXS_GEN3=m 686CONFIG_RAPIDIO_RXS_GEN3=m
687CONFIG_X86_SYSFB=y 687# CONFIG_X86_SYSFB is not set
688 688
689# 689#
690# Binary Emulations 690# Binary Emulations
@@ -714,13 +714,7 @@ CONFIG_ISCSI_IBFT_FIND=y
714CONFIG_ISCSI_IBFT=m 714CONFIG_ISCSI_IBFT=m
715CONFIG_FW_CFG_SYSFS=m 715CONFIG_FW_CFG_SYSFS=m
716# CONFIG_FW_CFG_SYSFS_CMDLINE is not set 716# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
717CONFIG_GOOGLE_FIRMWARE=y 717# CONFIG_GOOGLE_FIRMWARE is not set
718# CONFIG_GOOGLE_SMI is not set
719CONFIG_GOOGLE_COREBOOT_TABLE=y
720# CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY is not set
721CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT=m
722# CONFIG_GOOGLE_MEMCONSOLE_COREBOOT is not set
723# CONFIG_GOOGLE_VPD is not set
724 718
725# 719#
726# EFI (Extensible Firmware Interface) Support 720# EFI (Extensible Firmware Interface) Support
diff --git a/gnu/packages/aux-files/linux-libre/4.4-i686.conf b/gnu/packages/aux-files/linux-libre/4.4-i686.conf
index 03aef7abfc1..32442eb55ad 100644
--- a/gnu/packages/aux-files/linux-libre/4.4-i686.conf
+++ b/gnu/packages/aux-files/linux-libre/4.4-i686.conf
@@ -825,7 +825,7 @@ CONFIG_RAPIDIO_TSI57X=m
825CONFIG_RAPIDIO_CPS_XX=m 825CONFIG_RAPIDIO_CPS_XX=m
826CONFIG_RAPIDIO_TSI568=m 826CONFIG_RAPIDIO_TSI568=m
827CONFIG_RAPIDIO_CPS_GEN2=m 827CONFIG_RAPIDIO_CPS_GEN2=m
828CONFIG_X86_SYSFB=y 828# CONFIG_X86_SYSFB is not set
829 829
830# 830#
831# Executable file formats / Emulations 831# Executable file formats / Emulations
@@ -7679,13 +7679,7 @@ CONFIG_DMI_SYSFS=m
7679CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y 7679CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y
7680CONFIG_ISCSI_IBFT_FIND=y 7680CONFIG_ISCSI_IBFT_FIND=y
7681CONFIG_ISCSI_IBFT=m 7681CONFIG_ISCSI_IBFT=m
7682CONFIG_GOOGLE_FIRMWARE=y 7682# CONFIG_GOOGLE_FIRMWARE is not set
7683# CONFIG_GOOGLE_SMI is not set
7684CONFIG_GOOGLE_COREBOOT_TABLE=y
7685# CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY is not set
7686CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT=m
7687# CONFIG_GOOGLE_MEMCONSOLE_COREBOOT is not set
7688# CONFIG_GOOGLE_VPD is not set
7689 7683
7690# 7684#
7691# EFI (Extensible Firmware Interface) Support 7685# EFI (Extensible Firmware Interface) Support
diff --git a/gnu/packages/aux-files/linux-libre/4.4-x86_64.conf b/gnu/packages/aux-files/linux-libre/4.4-x86_64.conf
index 89dc907ecae..2bcad360a5d 100644
--- a/gnu/packages/aux-files/linux-libre/4.4-x86_64.conf
+++ b/gnu/packages/aux-files/linux-libre/4.4-x86_64.conf
@@ -795,7 +795,7 @@ CONFIG_RAPIDIO_TSI57X=m
795CONFIG_RAPIDIO_CPS_XX=m 795CONFIG_RAPIDIO_CPS_XX=m
796CONFIG_RAPIDIO_TSI568=m 796CONFIG_RAPIDIO_TSI568=m
797CONFIG_RAPIDIO_CPS_GEN2=m 797CONFIG_RAPIDIO_CPS_GEN2=m
798CONFIG_X86_SYSFB=y 798# CONFIG_X86_SYSFB is not set
799 799
800# 800#
801# Executable file formats / Emulations 801# Executable file formats / Emulations
@@ -7463,13 +7463,7 @@ CONFIG_DMI_SYSFS=m
7463CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y 7463CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y
7464CONFIG_ISCSI_IBFT_FIND=y 7464CONFIG_ISCSI_IBFT_FIND=y
7465CONFIG_ISCSI_IBFT=m 7465CONFIG_ISCSI_IBFT=m
7466CONFIG_GOOGLE_FIRMWARE=y 7466# CONFIG_GOOGLE_FIRMWARE is not set
7467# CONFIG_GOOGLE_SMI is not set
7468CONFIG_GOOGLE_COREBOOT_TABLE=y
7469# CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY is not set
7470CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT=m
7471# CONFIG_GOOGLE_MEMCONSOLE_COREBOOT is not set
7472# CONFIG_GOOGLE_VPD is not set
7473 7467
7474# 7468#
7475# EFI (Extensible Firmware Interface) Support 7469# EFI (Extensible Firmware Interface) Support
diff --git a/gnu/packages/aux-files/linux-libre/5.10-i686.conf b/gnu/packages/aux-files/linux-libre/5.10-i686.conf
index 7111ab0eb05..db52c07f5c6 100644
--- a/gnu/packages/aux-files/linux-libre/5.10-i686.conf
+++ b/gnu/packages/aux-files/linux-libre/5.10-i686.conf
@@ -650,7 +650,7 @@ CONFIG_ALIX=y
650CONFIG_NET5501=y 650CONFIG_NET5501=y
651CONFIG_GEOS=y 651CONFIG_GEOS=y
652CONFIG_AMD_NB=y 652CONFIG_AMD_NB=y
653CONFIG_X86_SYSFB=y 653# CONFIG_X86_SYSFB is not set
654# end of Bus options (PCI etc.) 654# end of Bus options (PCI etc.)
655 655
656# 656#
@@ -674,13 +674,7 @@ CONFIG_ISCSI_IBFT_FIND=y
674CONFIG_ISCSI_IBFT=m 674CONFIG_ISCSI_IBFT=m
675CONFIG_FW_CFG_SYSFS=m 675CONFIG_FW_CFG_SYSFS=m
676# CONFIG_FW_CFG_SYSFS_CMDLINE is not set 676# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
677CONFIG_GOOGLE_FIRMWARE=y 677# CONFIG_GOOGLE_FIRMWARE is not set
678# CONFIG_GOOGLE_SMI is not set
679CONFIG_GOOGLE_COREBOOT_TABLE=y
680# CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY is not set
681CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT=m
682# CONFIG_GOOGLE_MEMCONSOLE_COREBOOT is not set
683# CONFIG_GOOGLE_VPD is not set
684 678
685# 679#
686# EFI (Extensible Firmware Interface) Support 680# EFI (Extensible Firmware Interface) Support
diff --git a/gnu/packages/aux-files/linux-libre/5.10-x86_64.conf b/gnu/packages/aux-files/linux-libre/5.10-x86_64.conf
index 3a8dbcd3ee4..8e970b64221 100644
--- a/gnu/packages/aux-files/linux-libre/5.10-x86_64.conf
+++ b/gnu/packages/aux-files/linux-libre/5.10-x86_64.conf
@@ -643,7 +643,7 @@ CONFIG_MMCONF_FAM10H=y
643# CONFIG_ISA_BUS is not set 643# CONFIG_ISA_BUS is not set
644CONFIG_ISA_DMA_API=y 644CONFIG_ISA_DMA_API=y
645CONFIG_AMD_NB=y 645CONFIG_AMD_NB=y
646CONFIG_X86_SYSFB=y 646# CONFIG_X86_SYSFB is not set
647# end of Bus options (PCI etc.) 647# end of Bus options (PCI etc.)
648 648
649# 649#
@@ -670,13 +670,7 @@ CONFIG_ISCSI_IBFT_FIND=y
670CONFIG_ISCSI_IBFT=m 670CONFIG_ISCSI_IBFT=m
671CONFIG_FW_CFG_SYSFS=m 671CONFIG_FW_CFG_SYSFS=m
672# CONFIG_FW_CFG_SYSFS_CMDLINE is not set 672# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
673CONFIG_GOOGLE_FIRMWARE=y 673# CONFIG_GOOGLE_FIRMWARE is not set
674# CONFIG_GOOGLE_SMI is not set
675CONFIG_GOOGLE_COREBOOT_TABLE=y
676# CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY is not set
677CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT=m
678# CONFIG_GOOGLE_MEMCONSOLE_COREBOOT is not set
679# CONFIG_GOOGLE_VPD is not set
680 674
681# 675#
682# EFI (Extensible Firmware Interface) Support 676# EFI (Extensible Firmware Interface) Support
diff --git a/gnu/packages/aux-files/linux-libre/5.15-i686.conf b/gnu/packages/aux-files/linux-libre/5.15-i686.conf
index b03a50a391a..cec39419710 100644
--- a/gnu/packages/aux-files/linux-libre/5.15-i686.conf
+++ b/gnu/packages/aux-files/linux-libre/5.15-i686.conf
@@ -2249,14 +2249,8 @@ CONFIG_ISCSI_IBFT=m
2249CONFIG_FW_CFG_SYSFS=m 2249CONFIG_FW_CFG_SYSFS=m
2250# CONFIG_FW_CFG_SYSFS_CMDLINE is not set 2250# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
2251CONFIG_SYSFB=y 2251CONFIG_SYSFB=y
2252CONFIG_SYSFB_SIMPLEFB=y 2252# CONFIG_SYSFB_SIMPLEFB is not set
2253CONFIG_GOOGLE_FIRMWARE=y 2253# CONFIG_GOOGLE_FIRMWARE is not set
2254# CONFIG_GOOGLE_SMI is not set
2255CONFIG_GOOGLE_COREBOOT_TABLE=m
2256# CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY is not set
2257CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT=m
2258# CONFIG_GOOGLE_MEMCONSOLE_COREBOOT is not set
2259# CONFIG_GOOGLE_VPD is not set
2260 2254
2261# 2255#
2262# EFI (Extensible Firmware Interface) Support 2256# EFI (Extensible Firmware Interface) Support
@@ -6731,7 +6725,7 @@ CONFIG_FB_MB862XX=m
6731CONFIG_FB_MB862XX_PCI_GDC=y 6725CONFIG_FB_MB862XX_PCI_GDC=y
6732CONFIG_FB_MB862XX_I2C=y 6726CONFIG_FB_MB862XX_I2C=y
6733CONFIG_FB_HYPERV=m 6727CONFIG_FB_HYPERV=m
6734CONFIG_FB_SIMPLE=y 6728CONFIG_FB_SIMPLE=m
6735CONFIG_FB_SSD1307=m 6729CONFIG_FB_SSD1307=m
6736CONFIG_FB_SM712=m 6730CONFIG_FB_SM712=m
6737# end of Frame buffer Devices 6731# end of Frame buffer Devices
diff --git a/gnu/packages/aux-files/linux-libre/5.15-x86_64.conf b/gnu/packages/aux-files/linux-libre/5.15-x86_64.conf
index 0faf28e4c77..70020ba9703 100644
--- a/gnu/packages/aux-files/linux-libre/5.15-x86_64.conf
+++ b/gnu/packages/aux-files/linux-libre/5.15-x86_64.conf
@@ -2282,14 +2282,8 @@ CONFIG_ISCSI_IBFT=m
2282CONFIG_FW_CFG_SYSFS=m 2282CONFIG_FW_CFG_SYSFS=m
2283# CONFIG_FW_CFG_SYSFS_CMDLINE is not set 2283# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
2284CONFIG_SYSFB=y 2284CONFIG_SYSFB=y
2285CONFIG_SYSFB_SIMPLEFB=y 2285# CONFIG_SYSFB_SIMPLEFB is not set
2286CONFIG_GOOGLE_FIRMWARE=y 2286# CONFIG_GOOGLE_FIRMWARE is not set
2287# CONFIG_GOOGLE_SMI is not set
2288CONFIG_GOOGLE_COREBOOT_TABLE=m
2289# CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY is not set
2290CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT=m
2291# CONFIG_GOOGLE_MEMCONSOLE_COREBOOT is not set
2292# CONFIG_GOOGLE_VPD is not set
2293 2287
2294# 2288#
2295# EFI (Extensible Firmware Interface) Support 2289# EFI (Extensible Firmware Interface) Support
@@ -6688,7 +6682,7 @@ CONFIG_FB_MB862XX=m
6688CONFIG_FB_MB862XX_PCI_GDC=y 6682CONFIG_FB_MB862XX_PCI_GDC=y
6689CONFIG_FB_MB862XX_I2C=y 6683CONFIG_FB_MB862XX_I2C=y
6690CONFIG_FB_HYPERV=m 6684CONFIG_FB_HYPERV=m
6691CONFIG_FB_SIMPLE=y 6685CONFIG_FB_SIMPLE=m
6692CONFIG_FB_SSD1307=m 6686CONFIG_FB_SSD1307=m
6693CONFIG_FB_SM712=m 6687CONFIG_FB_SM712=m
6694# end of Frame buffer Devices 6688# end of Frame buffer Devices
diff --git a/gnu/packages/aux-files/linux-libre/5.4-i686.conf b/gnu/packages/aux-files/linux-libre/5.4-i686.conf
index 4c4f258dcd8..4e2d7795c71 100644
--- a/gnu/packages/aux-files/linux-libre/5.4-i686.conf
+++ b/gnu/packages/aux-files/linux-libre/5.4-i686.conf
@@ -648,7 +648,7 @@ CONFIG_ALIX=y
648CONFIG_NET5501=y 648CONFIG_NET5501=y
649CONFIG_GEOS=y 649CONFIG_GEOS=y
650CONFIG_AMD_NB=y 650CONFIG_AMD_NB=y
651CONFIG_X86_SYSFB=y 651# CONFIG_X86_SYSFB is not set
652# end of Bus options (PCI etc.) 652# end of Bus options (PCI etc.)
653 653
654# 654#
@@ -672,13 +672,7 @@ CONFIG_ISCSI_IBFT_FIND=y
672CONFIG_ISCSI_IBFT=m 672CONFIG_ISCSI_IBFT=m
673CONFIG_FW_CFG_SYSFS=m 673CONFIG_FW_CFG_SYSFS=m
674# CONFIG_FW_CFG_SYSFS_CMDLINE is not set 674# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
675CONFIG_GOOGLE_FIRMWARE=y 675# CONFIG_GOOGLE_FIRMWARE is not set
676# CONFIG_GOOGLE_SMI is not set
677CONFIG_GOOGLE_COREBOOT_TABLE=y
678# CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY is not set
679CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT=m
680# CONFIG_GOOGLE_MEMCONSOLE_COREBOOT is not set
681# CONFIG_GOOGLE_VPD is not set
682 676
683# 677#
684# EFI (Extensible Firmware Interface) Support 678# EFI (Extensible Firmware Interface) Support
diff --git a/gnu/packages/aux-files/linux-libre/5.4-x86_64.conf b/gnu/packages/aux-files/linux-libre/5.4-x86_64.conf
index d93d6065b87..e2509b773bc 100644
--- a/gnu/packages/aux-files/linux-libre/5.4-x86_64.conf
+++ b/gnu/packages/aux-files/linux-libre/5.4-x86_64.conf
@@ -632,7 +632,7 @@ CONFIG_MMCONF_FAM10H=y
632# CONFIG_ISA_BUS is not set 632# CONFIG_ISA_BUS is not set
633CONFIG_ISA_DMA_API=y 633CONFIG_ISA_DMA_API=y
634CONFIG_AMD_NB=y 634CONFIG_AMD_NB=y
635CONFIG_X86_SYSFB=y 635# CONFIG_X86_SYSFB is not set
636# end of Bus options (PCI etc.) 636# end of Bus options (PCI etc.)
637 637
638# 638#
@@ -659,13 +659,7 @@ CONFIG_ISCSI_IBFT_FIND=y
659CONFIG_ISCSI_IBFT=m 659CONFIG_ISCSI_IBFT=m
660CONFIG_FW_CFG_SYSFS=m 660CONFIG_FW_CFG_SYSFS=m
661# CONFIG_FW_CFG_SYSFS_CMDLINE is not set 661# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
662CONFIG_GOOGLE_FIRMWARE=y 662# CONFIG_GOOGLE_FIRMWARE is not set
663# CONFIG_GOOGLE_SMI is not set
664CONFIG_GOOGLE_COREBOOT_TABLE=y
665# CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY is not set
666CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT=m
667# CONFIG_GOOGLE_MEMCONSOLE_COREBOOT is not set
668# CONFIG_GOOGLE_VPD is not set
669 663
670# 664#
671# EFI (Extensible Firmware Interface) Support 665# EFI (Extensible Firmware Interface) Support
diff --git a/gnu/system/linux-initrd.scm b/gnu/system/linux-initrd.scm
index c78dd092054..329cd38cd69 100644
--- a/gnu/system/linux-initrd.scm
+++ b/gnu/system/linux-initrd.scm
@@ -352,8 +352,7 @@ FILE-SYSTEMS."
352 "dm-crypt" "xts" "serpent_generic" "wp512" ;for encrypted root partitions 352 "dm-crypt" "xts" "serpent_generic" "wp512" ;for encrypted root partitions
353 "nls_iso8859-1" ;for `mkfs.fat`, et.al 353 "nls_iso8859-1" ;for `mkfs.fat`, et.al
354 ,@(if (string-match "^(x86_64|i[3-6]86)-" system) 354 ,@(if (string-match "^(x86_64|i[3-6]86)-" system)
355 '("framebuffer_coreboot" ;for display during early (Core)boot 355 '("pata_acpi" "pata_atiixp" ;for ATA controllers
356 "pata_acpi" "pata_atiixp" ;for ATA controllers
357 "isci") ;for SAS controllers like Intel C602 356 "isci") ;for SAS controllers like Intel C602
358 '()) 357 '())
359 358