-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update generic-x86-64 Linux kernel to 6.12 (#3767)
* Linux: Update kernel to 6.12.6 * Linux 6.12 * #3767 (comment) * #3767 (comment) * Add patch descriptions, kernel ver conditionals Signed-off-by: Nick Venenga <nick@venenga.com> * Remove extra zram compression algos * Undo fragment files config change ...for platforms that didn't receive kernel updates * Sort Dockerfile apt packages * Add Upstream refs to patches * Re-enable TC * Restore v6.6.y kernel fragments * Update buildroot to rebased branch * Apply 6.12 migration only to generic-x86-64 * package/eq3_char_loop: port patch from RaspberryMatic by @jens-maus * package/generic_raw_uart: port patch from RaspberryMatic by @jens-maus * Restore buildroot-external/board/pc/patches/linux It's used in ova and generic-aarch64 defconfigs. Keep the path removed from generic-x86-64 defconfig. * Split linux patches to be version-specific The IPv6 reachability patch needs different context on 6.6.y and 6.12.y - introduce version-specific linux directories. To avoid the need for extra directory for version used in RPi, copy those patches to its patches directory. * Replace removed Intel Skylake audio driver with Intel AVS The Skylake driver was removed and should be now replaced either by Intel HD Audio or Intel AVS. Remove the old options and enable AVS. SND_SOC_INTEL_SKYLAKE=m not found (defined in /build/buildroot-external/board/pc/generic-x86-64/kernel.config:63) SND_SOC_INTEL_SKL=m not found (defined in /build/buildroot-external/board/pc/generic-x86-64/kernel.config:64) SND_SOC_INTEL_APL=m not found (defined in /build/buildroot-external/board/pc/generic-x86-64/kernel.config:65) SND_SOC_INTEL_KBL=m not found (defined in /build/buildroot-external/board/pc/generic-x86-64/kernel.config:66) SND_SOC_INTEL_GLK=m not found (defined in /build/buildroot-external/board/pc/generic-x86-64/kernel.config:67) SND_SOC_INTEL_CNL=m not found (defined in /build/buildroot-external/board/pc/generic-x86-64/kernel.config:68) SND_SOC_INTEL_CFL=m not found (defined in /build/buildroot-external/board/pc/generic-x86-64/kernel.config:69) SND_SOC_INTEL_CML_H=m not found (defined in /build/buildroot-external/board/pc/generic-x86-64/kernel.config:70) SND_SOC_INTEL_CML_LP=m not found (defined in /build/buildroot-external/board/pc/generic-x86-64/kernel.config:71) SND_SOC_INTEL_SKYLAKE_FAMILY=m not found (defined in /build/buildroot-external/board/pc/generic-x86-64/kernel.config:72) SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC=y not found (defined in /build/buildroot-external/board/pc/generic-x86-64/kernel.config:73) SND_SOC_INTEL_SKYLAKE_COMMON=m not found (defined in /build/buildroot-external/board/pc/generic-x86-64/kernel.config:74) -> torvalds/linux@a882f4d SND_SOC_INTEL_SST=m requested, actual = n (defined in /build/buildroot-external/board/pc/generic-x86-64/kernel.config:58) -> torvalds/linux@970d299 * Remove I2C_COMPAT option I2C_COMPAT=y not found (defined in /build/buildroot-external/board/pc/generic-x86-64/kernel.config:163) -> torvalds/linux@7e72208 * Correctly disable module compression after Kconfig change The Kconfig structure was changed, there's now a top-level bool: torvalds/linux@c7ff693 --------- Signed-off-by: Nick Venenga <nick@venenga.com> Co-authored-by: Jan Čermák <sairon@sairon.cz>
- Loading branch information
Showing
26 changed files
with
6,448 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule buildroot
updated
7 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 41 additions & 0 deletions
41
buildroot-external/kernel/v6.12.y/device-support-pci.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
CONFIG_IGB=y | ||
CONFIG_IGC=m | ||
|
||
CONFIG_NET_VENDOR_AQUANTIA=y | ||
CONFIG_AQTION=m | ||
|
||
CONFIG_NET_VENDOR_ATHEROS=y | ||
CONFIG_ATL2=m | ||
CONFIG_ATL1=m | ||
CONFIG_ATL1C=m | ||
CONFIG_ATL1E=m | ||
CONFIG_ALX=m | ||
|
||
CONFIG_NET_VENDOR_BROADCOM=y | ||
CONFIG_B44=m | ||
CONFIG_BCMGENET=m | ||
CONFIG_BNX2=m | ||
CONFIG_TIGON3=m | ||
CONFIG_BNX2X=m | ||
CONFIG_BNXT=m | ||
|
||
CONFIG_BROADCOM_PHY=m | ||
|
||
CONFIG_NET_VENDOR_STMICRO=y | ||
CONFIG_STMMAC_ETH=m | ||
CONFIG_STMMAC_PCI=m | ||
|
||
CONFIG_MEDIA_PCI_SUPPORT=y | ||
|
||
# PCI sound drivers | ||
CONFIG_SND_PCI=y | ||
CONFIG_SND_HDA_GENERIC=m | ||
CONFIG_SND_HDA_INTEL=m | ||
CONFIG_SND_HDA_CODEC_REALTEK=m | ||
CONFIG_SND_HDA_CODEC_ANALOG=m | ||
CONFIG_SND_HDA_CODEC_VIA=m | ||
CONFIG_SND_HDA_CODEC_HDMI=m | ||
|
||
# NVMe SSD support | ||
CONFIG_NVME_CORE=y | ||
CONFIG_BLK_DEV_NVME=y |
55 changes: 55 additions & 0 deletions
55
buildroot-external/kernel/v6.12.y/device-support-wireless-pci.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# This fragment contains configuration options for WiFi drivers that are | ||
# using PCI or PCIe bus. The device-support-wireless.config fragment must | ||
# be included for this one to work as well as it contains common options. | ||
|
||
# Atheros drivers | ||
CONFIG_ATH5K=m | ||
CONFIG_ATH5K_PCI=y | ||
CONFIG_ATH10K_PCI=m | ||
CONFIG_ATH11K=m | ||
CONFIG_ATH11K_PCI=m | ||
CONFIG_ATH12K=m | ||
|
||
# Broadcom drivers | ||
CONFIG_BRCMFMAC_PCIE=y | ||
|
||
# Intel drivers | ||
CONFIG_IWLEGACY=m | ||
CONFIG_IWL3945=m | ||
CONFIG_IWL4965=m | ||
CONFIG_IWLWIFI=m | ||
CONFIG_IWLDVM=m | ||
CONFIG_IWLMVM=m | ||
|
||
# Marvell drivers | ||
CONFIG_MWIFIEX_PCIE=m | ||
CONFIG_MWL8K=m | ||
|
||
# Mediatek drivers | ||
CONFIG_MT7603E=m | ||
CONFIG_MT7615E=m | ||
CONFIG_MT7915E=m | ||
CONFIG_MT7921E=m | ||
CONFIG_MT7996E=m | ||
|
||
# Ralink drivers | ||
CONFIG_RT2800PCI=m | ||
|
||
# Realtek drivers | ||
CONFIG_RTL8192CE=m | ||
CONFIG_RTL8192SE=m | ||
CONFIG_RTL8192DE=m | ||
CONFIG_RTL8723AE=m | ||
CONFIG_RTL8723BE=m | ||
CONFIG_RTL8188EE=m | ||
CONFIG_RTL8192EE=m | ||
CONFIG_RTL8821AE=m | ||
CONFIG_RTW88_8822BE=m | ||
CONFIG_RTW88_8822CE=m | ||
CONFIG_RTW88_8723DE=m | ||
CONFIG_RTW88_8821CE=m | ||
|
||
CONFIG_RTW89_8851BE=m | ||
CONFIG_RTW89_8852AE=m | ||
CONFIG_RTW89_8852BE=m | ||
CONFIG_RTW89_8852CE=m |
81 changes: 81 additions & 0 deletions
81
buildroot-external/kernel/v6.12.y/device-support-wireless.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
# This fragment contains configuration options for all platforms that | ||
# should support WiFi connectivity over USB or SDIO. It does not contain | ||
# drivers for PCI or PCIe devices - those need also inclusion of | ||
# device-support-wireless-pci.config fragment. | ||
|
||
# Atheros drivers | ||
CONFIG_WLAN_VENDOR_ATH=y | ||
CONFIG_ATH10K=m | ||
CONFIG_ATH10K_SDIO=m | ||
CONFIG_ATH10K_USB=m | ||
CONFIG_ATH6KL=m | ||
CONFIG_ATH6KL_SDIO=m | ||
CONFIG_ATH6KL_USB=m | ||
CONFIG_ATH9K=m | ||
CONFIG_ATH9K_HTC=m | ||
CONFIG_CARL9170=m | ||
|
||
# Broadcom drivers | ||
CONFIG_WLAN_VENDOR_BROADCOM=y | ||
CONFIG_B43=m | ||
CONFIG_B43_PHY_G=y | ||
CONFIG_B43_PHY_N=y | ||
CONFIG_B43_PHY_LP=y | ||
CONFIG_B43_PHY_HT=y | ||
CONFIG_BRCMSMAC=m | ||
CONFIG_BRCMFMAC=m | ||
CONFIG_BRCMFMAC_USB=y | ||
|
||
# Intel drivers | ||
# Note: enabling it here but Intel drivers are currently exclusively PCI | ||
CONFIG_WLAN_VENDOR_INTEL=y | ||
|
||
# Marvell drivers | ||
CONFIG_WLAN_VENDOR_MARVELL=y | ||
CONFIG_MWIFIEX=m | ||
CONFIG_MWIFIEX_SDIO=m | ||
CONFIG_MWIFIEX_USB=m | ||
|
||
# Mediatek drivers | ||
CONFIG_WLAN_VENDOR_MEDIATEK=y | ||
CONFIG_MT7601U=m | ||
CONFIG_MT7663U=m | ||
CONFIG_MT7663S=m | ||
CONFIG_MT76x0E=m | ||
CONFIG_MT76x0U=m | ||
CONFIG_MT76x2U=m | ||
CONFIG_MT76x2E=m | ||
CONFIG_MT7921S=m | ||
CONFIG_MT7921U=m | ||
|
||
# Ralink drivers | ||
CONFIG_WLAN_VENDOR_RALINK=y | ||
CONFIG_RT2500USB=m | ||
CONFIG_RT73USB=m | ||
CONFIG_RT2800USB=m | ||
CONFIG_RT2800USB_RT3573=y | ||
CONFIG_RT2800USB_RT53XX=y | ||
CONFIG_RT2800USB_RT55XX=y | ||
CONFIG_RT2800USB_UNKNOWN=y | ||
CONFIG_RT2X00=m | ||
|
||
# Realtek drivers | ||
CONFIG_WLAN_VENDOR_REALTEK=y | ||
CONFIG_RTL8XXXU=m | ||
CONFIG_RTL8192CU=m | ||
CONFIG_RTL_CARDS=m | ||
CONFIG_RTW88=m | ||
CONFIG_RTW88_8822BS=m | ||
CONFIG_RTW88_8822BU=m | ||
CONFIG_RTW88_8822CS=m | ||
CONFIG_RTW88_8822CU=m | ||
CONFIG_RTW88_8723DS=m | ||
CONFIG_RTW88_8723DU=m | ||
CONFIG_RTW88_8821CS=m | ||
# Use OOT driver for 8821CU instead, see: https://github.com/home-assistant/operating-system/issues/3205 | ||
# CONFIG_RTW88_8821CU is not set | ||
CONFIG_RTW89=m | ||
|
||
# Staging drivers | ||
CONFIG_STAGING=y | ||
CONFIG_RTL8723BS=m |
Oops, something went wrong.