diff options
| author | Leo Famulari <leo@famulari.name> | 2022-02-03 11:57:49 -0500 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2022-02-09 01:38:51 -0500 |
| commit | fd6cfbc05ac093a6b9497e6c38bb4678f33ac14d (patch) | |
| tree | 97efab75e0637695450e02853398dd2258e3f465 /gnu | |
| parent | 0f97729034491c5eab0b10f778d25a4c7d5a6893 (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.conf | 10 | ||||
| -rw-r--r-- | gnu/packages/aux-files/linux-libre/4.14-x86_64.conf | 10 | ||||
| -rw-r--r-- | gnu/packages/aux-files/linux-libre/4.19-i686.conf | 10 | ||||
| -rw-r--r-- | gnu/packages/aux-files/linux-libre/4.19-x86_64.conf | 10 | ||||
| -rw-r--r-- | gnu/packages/aux-files/linux-libre/4.4-i686.conf | 10 | ||||
| -rw-r--r-- | gnu/packages/aux-files/linux-libre/4.4-x86_64.conf | 10 | ||||
| -rw-r--r-- | gnu/packages/aux-files/linux-libre/5.10-i686.conf | 10 | ||||
| -rw-r--r-- | gnu/packages/aux-files/linux-libre/5.10-x86_64.conf | 10 | ||||
| -rw-r--r-- | gnu/packages/aux-files/linux-libre/5.15-i686.conf | 12 | ||||
| -rw-r--r-- | gnu/packages/aux-files/linux-libre/5.15-x86_64.conf | 12 | ||||
| -rw-r--r-- | gnu/packages/aux-files/linux-libre/5.4-i686.conf | 10 | ||||
| -rw-r--r-- | gnu/packages/aux-files/linux-libre/5.4-x86_64.conf | 10 | ||||
| -rw-r--r-- | gnu/system/linux-initrd.scm | 3 |
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 | |||
| 938 | CONFIG_RAPIDIO_TSI568=m | 938 | CONFIG_RAPIDIO_TSI568=m |
| 939 | CONFIG_RAPIDIO_CPS_GEN2=m | 939 | CONFIG_RAPIDIO_CPS_GEN2=m |
| 940 | CONFIG_RAPIDIO_RXS_GEN3=m | 940 | CONFIG_RAPIDIO_RXS_GEN3=m |
| 941 | CONFIG_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 | |||
| 8495 | CONFIG_ISCSI_IBFT=m | 8495 | CONFIG_ISCSI_IBFT=m |
| 8496 | CONFIG_FW_CFG_SYSFS=m | 8496 | CONFIG_FW_CFG_SYSFS=m |
| 8497 | # CONFIG_FW_CFG_SYSFS_CMDLINE is not set | 8497 | # CONFIG_FW_CFG_SYSFS_CMDLINE is not set |
| 8498 | CONFIG_GOOGLE_FIRMWARE=y | 8498 | # CONFIG_GOOGLE_FIRMWARE is not set |
| 8499 | # CONFIG_GOOGLE_SMI is not set | ||
| 8500 | CONFIG_GOOGLE_COREBOOT_TABLE=y | ||
| 8501 | # CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY is not set | ||
| 8502 | CONFIG_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 | |||
| 928 | CONFIG_RAPIDIO_TSI568=m | 928 | CONFIG_RAPIDIO_TSI568=m |
| 929 | CONFIG_RAPIDIO_CPS_GEN2=m | 929 | CONFIG_RAPIDIO_CPS_GEN2=m |
| 930 | CONFIG_RAPIDIO_RXS_GEN3=m | 930 | CONFIG_RAPIDIO_RXS_GEN3=m |
| 931 | CONFIG_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 | |||
| 8334 | CONFIG_ISCSI_IBFT=m | 8334 | CONFIG_ISCSI_IBFT=m |
| 8335 | CONFIG_FW_CFG_SYSFS=m | 8335 | CONFIG_FW_CFG_SYSFS=m |
| 8336 | # CONFIG_FW_CFG_SYSFS_CMDLINE is not set | 8336 | # CONFIG_FW_CFG_SYSFS_CMDLINE is not set |
| 8337 | CONFIG_GOOGLE_FIRMWARE=y | 8337 | # CONFIG_GOOGLE_FIRMWARE is not set |
| 8338 | # CONFIG_GOOGLE_SMI is not set | ||
| 8339 | CONFIG_GOOGLE_COREBOOT_TABLE=y | ||
| 8340 | # CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY is not set | ||
| 8341 | CONFIG_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 | |||
| 713 | CONFIG_RAPIDIO_TSI568=m | 713 | CONFIG_RAPIDIO_TSI568=m |
| 714 | CONFIG_RAPIDIO_CPS_GEN2=m | 714 | CONFIG_RAPIDIO_CPS_GEN2=m |
| 715 | CONFIG_RAPIDIO_RXS_GEN3=m | 715 | CONFIG_RAPIDIO_RXS_GEN3=m |
| 716 | CONFIG_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 | |||
| 737 | CONFIG_ISCSI_IBFT=m | 737 | CONFIG_ISCSI_IBFT=m |
| 738 | CONFIG_FW_CFG_SYSFS=m | 738 | CONFIG_FW_CFG_SYSFS=m |
| 739 | # CONFIG_FW_CFG_SYSFS_CMDLINE is not set | 739 | # CONFIG_FW_CFG_SYSFS_CMDLINE is not set |
| 740 | CONFIG_GOOGLE_FIRMWARE=y | 740 | # CONFIG_GOOGLE_FIRMWARE is not set |
| 741 | # CONFIG_GOOGLE_SMI is not set | ||
| 742 | CONFIG_GOOGLE_COREBOOT_TABLE=y | ||
| 743 | # CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY is not set | ||
| 744 | CONFIG_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 | |||
| 684 | CONFIG_RAPIDIO_TSI568=m | 684 | CONFIG_RAPIDIO_TSI568=m |
| 685 | CONFIG_RAPIDIO_CPS_GEN2=m | 685 | CONFIG_RAPIDIO_CPS_GEN2=m |
| 686 | CONFIG_RAPIDIO_RXS_GEN3=m | 686 | CONFIG_RAPIDIO_RXS_GEN3=m |
| 687 | CONFIG_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 | |||
| 714 | CONFIG_ISCSI_IBFT=m | 714 | CONFIG_ISCSI_IBFT=m |
| 715 | CONFIG_FW_CFG_SYSFS=m | 715 | CONFIG_FW_CFG_SYSFS=m |
| 716 | # CONFIG_FW_CFG_SYSFS_CMDLINE is not set | 716 | # CONFIG_FW_CFG_SYSFS_CMDLINE is not set |
| 717 | CONFIG_GOOGLE_FIRMWARE=y | 717 | # CONFIG_GOOGLE_FIRMWARE is not set |
| 718 | # CONFIG_GOOGLE_SMI is not set | ||
| 719 | CONFIG_GOOGLE_COREBOOT_TABLE=y | ||
| 720 | # CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY is not set | ||
| 721 | CONFIG_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 | |||
| 825 | CONFIG_RAPIDIO_CPS_XX=m | 825 | CONFIG_RAPIDIO_CPS_XX=m |
| 826 | CONFIG_RAPIDIO_TSI568=m | 826 | CONFIG_RAPIDIO_TSI568=m |
| 827 | CONFIG_RAPIDIO_CPS_GEN2=m | 827 | CONFIG_RAPIDIO_CPS_GEN2=m |
| 828 | CONFIG_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 | |||
| 7679 | CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y | 7679 | CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y |
| 7680 | CONFIG_ISCSI_IBFT_FIND=y | 7680 | CONFIG_ISCSI_IBFT_FIND=y |
| 7681 | CONFIG_ISCSI_IBFT=m | 7681 | CONFIG_ISCSI_IBFT=m |
| 7682 | CONFIG_GOOGLE_FIRMWARE=y | 7682 | # CONFIG_GOOGLE_FIRMWARE is not set |
| 7683 | # CONFIG_GOOGLE_SMI is not set | ||
| 7684 | CONFIG_GOOGLE_COREBOOT_TABLE=y | ||
| 7685 | # CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY is not set | ||
| 7686 | CONFIG_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 | |||
| 795 | CONFIG_RAPIDIO_CPS_XX=m | 795 | CONFIG_RAPIDIO_CPS_XX=m |
| 796 | CONFIG_RAPIDIO_TSI568=m | 796 | CONFIG_RAPIDIO_TSI568=m |
| 797 | CONFIG_RAPIDIO_CPS_GEN2=m | 797 | CONFIG_RAPIDIO_CPS_GEN2=m |
| 798 | CONFIG_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 | |||
| 7463 | CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y | 7463 | CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y |
| 7464 | CONFIG_ISCSI_IBFT_FIND=y | 7464 | CONFIG_ISCSI_IBFT_FIND=y |
| 7465 | CONFIG_ISCSI_IBFT=m | 7465 | CONFIG_ISCSI_IBFT=m |
| 7466 | CONFIG_GOOGLE_FIRMWARE=y | 7466 | # CONFIG_GOOGLE_FIRMWARE is not set |
| 7467 | # CONFIG_GOOGLE_SMI is not set | ||
| 7468 | CONFIG_GOOGLE_COREBOOT_TABLE=y | ||
| 7469 | # CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY is not set | ||
| 7470 | CONFIG_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 | |||
| 650 | CONFIG_NET5501=y | 650 | CONFIG_NET5501=y |
| 651 | CONFIG_GEOS=y | 651 | CONFIG_GEOS=y |
| 652 | CONFIG_AMD_NB=y | 652 | CONFIG_AMD_NB=y |
| 653 | CONFIG_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 | |||
| 674 | CONFIG_ISCSI_IBFT=m | 674 | CONFIG_ISCSI_IBFT=m |
| 675 | CONFIG_FW_CFG_SYSFS=m | 675 | CONFIG_FW_CFG_SYSFS=m |
| 676 | # CONFIG_FW_CFG_SYSFS_CMDLINE is not set | 676 | # CONFIG_FW_CFG_SYSFS_CMDLINE is not set |
| 677 | CONFIG_GOOGLE_FIRMWARE=y | 677 | # CONFIG_GOOGLE_FIRMWARE is not set |
| 678 | # CONFIG_GOOGLE_SMI is not set | ||
| 679 | CONFIG_GOOGLE_COREBOOT_TABLE=y | ||
| 680 | # CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY is not set | ||
| 681 | CONFIG_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 |
| 644 | CONFIG_ISA_DMA_API=y | 644 | CONFIG_ISA_DMA_API=y |
| 645 | CONFIG_AMD_NB=y | 645 | CONFIG_AMD_NB=y |
| 646 | CONFIG_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 | |||
| 670 | CONFIG_ISCSI_IBFT=m | 670 | CONFIG_ISCSI_IBFT=m |
| 671 | CONFIG_FW_CFG_SYSFS=m | 671 | CONFIG_FW_CFG_SYSFS=m |
| 672 | # CONFIG_FW_CFG_SYSFS_CMDLINE is not set | 672 | # CONFIG_FW_CFG_SYSFS_CMDLINE is not set |
| 673 | CONFIG_GOOGLE_FIRMWARE=y | 673 | # CONFIG_GOOGLE_FIRMWARE is not set |
| 674 | # CONFIG_GOOGLE_SMI is not set | ||
| 675 | CONFIG_GOOGLE_COREBOOT_TABLE=y | ||
| 676 | # CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY is not set | ||
| 677 | CONFIG_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 | |||
| 2249 | CONFIG_FW_CFG_SYSFS=m | 2249 | CONFIG_FW_CFG_SYSFS=m |
| 2250 | # CONFIG_FW_CFG_SYSFS_CMDLINE is not set | 2250 | # CONFIG_FW_CFG_SYSFS_CMDLINE is not set |
| 2251 | CONFIG_SYSFB=y | 2251 | CONFIG_SYSFB=y |
| 2252 | CONFIG_SYSFB_SIMPLEFB=y | 2252 | # CONFIG_SYSFB_SIMPLEFB is not set |
| 2253 | CONFIG_GOOGLE_FIRMWARE=y | 2253 | # CONFIG_GOOGLE_FIRMWARE is not set |
| 2254 | # CONFIG_GOOGLE_SMI is not set | ||
| 2255 | CONFIG_GOOGLE_COREBOOT_TABLE=m | ||
| 2256 | # CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY is not set | ||
| 2257 | CONFIG_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 | |||
| 6731 | CONFIG_FB_MB862XX_PCI_GDC=y | 6725 | CONFIG_FB_MB862XX_PCI_GDC=y |
| 6732 | CONFIG_FB_MB862XX_I2C=y | 6726 | CONFIG_FB_MB862XX_I2C=y |
| 6733 | CONFIG_FB_HYPERV=m | 6727 | CONFIG_FB_HYPERV=m |
| 6734 | CONFIG_FB_SIMPLE=y | 6728 | CONFIG_FB_SIMPLE=m |
| 6735 | CONFIG_FB_SSD1307=m | 6729 | CONFIG_FB_SSD1307=m |
| 6736 | CONFIG_FB_SM712=m | 6730 | CONFIG_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 | |||
| 2282 | CONFIG_FW_CFG_SYSFS=m | 2282 | CONFIG_FW_CFG_SYSFS=m |
| 2283 | # CONFIG_FW_CFG_SYSFS_CMDLINE is not set | 2283 | # CONFIG_FW_CFG_SYSFS_CMDLINE is not set |
| 2284 | CONFIG_SYSFB=y | 2284 | CONFIG_SYSFB=y |
| 2285 | CONFIG_SYSFB_SIMPLEFB=y | 2285 | # CONFIG_SYSFB_SIMPLEFB is not set |
| 2286 | CONFIG_GOOGLE_FIRMWARE=y | 2286 | # CONFIG_GOOGLE_FIRMWARE is not set |
| 2287 | # CONFIG_GOOGLE_SMI is not set | ||
| 2288 | CONFIG_GOOGLE_COREBOOT_TABLE=m | ||
| 2289 | # CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY is not set | ||
| 2290 | CONFIG_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 | |||
| 6688 | CONFIG_FB_MB862XX_PCI_GDC=y | 6682 | CONFIG_FB_MB862XX_PCI_GDC=y |
| 6689 | CONFIG_FB_MB862XX_I2C=y | 6683 | CONFIG_FB_MB862XX_I2C=y |
| 6690 | CONFIG_FB_HYPERV=m | 6684 | CONFIG_FB_HYPERV=m |
| 6691 | CONFIG_FB_SIMPLE=y | 6685 | CONFIG_FB_SIMPLE=m |
| 6692 | CONFIG_FB_SSD1307=m | 6686 | CONFIG_FB_SSD1307=m |
| 6693 | CONFIG_FB_SM712=m | 6687 | CONFIG_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 | |||
| 648 | CONFIG_NET5501=y | 648 | CONFIG_NET5501=y |
| 649 | CONFIG_GEOS=y | 649 | CONFIG_GEOS=y |
| 650 | CONFIG_AMD_NB=y | 650 | CONFIG_AMD_NB=y |
| 651 | CONFIG_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 | |||
| 672 | CONFIG_ISCSI_IBFT=m | 672 | CONFIG_ISCSI_IBFT=m |
| 673 | CONFIG_FW_CFG_SYSFS=m | 673 | CONFIG_FW_CFG_SYSFS=m |
| 674 | # CONFIG_FW_CFG_SYSFS_CMDLINE is not set | 674 | # CONFIG_FW_CFG_SYSFS_CMDLINE is not set |
| 675 | CONFIG_GOOGLE_FIRMWARE=y | 675 | # CONFIG_GOOGLE_FIRMWARE is not set |
| 676 | # CONFIG_GOOGLE_SMI is not set | ||
| 677 | CONFIG_GOOGLE_COREBOOT_TABLE=y | ||
| 678 | # CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY is not set | ||
| 679 | CONFIG_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 |
| 633 | CONFIG_ISA_DMA_API=y | 633 | CONFIG_ISA_DMA_API=y |
| 634 | CONFIG_AMD_NB=y | 634 | CONFIG_AMD_NB=y |
| 635 | CONFIG_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 | |||
| 659 | CONFIG_ISCSI_IBFT=m | 659 | CONFIG_ISCSI_IBFT=m |
| 660 | CONFIG_FW_CFG_SYSFS=m | 660 | CONFIG_FW_CFG_SYSFS=m |
| 661 | # CONFIG_FW_CFG_SYSFS_CMDLINE is not set | 661 | # CONFIG_FW_CFG_SYSFS_CMDLINE is not set |
| 662 | CONFIG_GOOGLE_FIRMWARE=y | 662 | # CONFIG_GOOGLE_FIRMWARE is not set |
| 663 | # CONFIG_GOOGLE_SMI is not set | ||
| 664 | CONFIG_GOOGLE_COREBOOT_TABLE=y | ||
| 665 | # CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY is not set | ||
| 666 | CONFIG_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 | ||
