projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e876f7b
)
x86: 64: Enable PCI MMCONFIG
author
Kazuhiro Ito
<
[email protected]
>
Sat, 28 Jun 2025 12:26:28 +0000
(21:26 +0900)
committer
Robert Marko
<
[email protected]
>
Mon, 30 Jun 2025 09:58:32 +0000
(11:58 +0200)
Some devices can't boot since kernel 6.6 without PCI MMCONFIG.
Fixes: https://github.com/openwrt/openwrt/issues/18228
Fixes: https://forum.openwrt.org/t/openwrt-24-10-x86-64-boot-hangs-after-pci-nvme-initialization/229086
Link:
https://github.com/openwrt/openwrt/pull/19256
Signed-off-by: Kazuhiro Ito <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/19262
Signed-off-by: Robert Marko <
[email protected]
>
target/linux/x86/64/config-6.6
patch
|
blob
|
history
diff --git
a/target/linux/x86/64/config-6.6
b/target/linux/x86/64/config-6.6
index 1d08d31daa03d881295283d222614c1c1f8bf325..49e6890cd17a9461ec059338c6182182365d7144 100644
(file)
--- a/
target/linux/x86/64/config-6.6
+++ b/
target/linux/x86/64/config-6.6
@@
-345,6
+345,7
@@
CONFIG_MFD_CORE=y
# CONFIG_MFD_INTEL_LPSS_ACPI is not set
# CONFIG_MFD_INTEL_PMC_BXT is not set
CONFIG_MMC=y
+CONFIG_MMCONF_FAM10H=y
CONFIG_MMC_BLOCK=y
CONFIG_MMC_CQHCI=y
CONFIG_MMC_RICOH_MMC=y
@@
-404,7
+405,7
@@
CONFIG_PCIEPORTBUS=y
CONFIG_PCIE_PME=y
CONFIG_PCI_HYPERV=y
CONFIG_PCI_HYPERV_INTERFACE=y
-# CONFIG_PCI_MMCONFIG is not set
+CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_PASID=y
CONFIG_PCI_PRI=y
CONFIG_PCI_XEN=y