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:
fbfca67
)
x86: 64: Enable PCI MMCONFIG
author
Kazuhiro Ito
<
[email protected]
>
Sun, 29 Jun 2025 07:47:31 +0000
(16:47 +0900)
committer
Robert Marko
<
[email protected]
>
Sun, 29 Jun 2025 15:40:18 +0000
(17:40 +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
Signed-off-by: Kazuhiro Ito <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/19256
Signed-off-by: Robert Marko <
[email protected]
>
target/linux/x86/64/config-6.12
patch
|
blob
|
history
diff --git
a/target/linux/x86/64/config-6.12
b/target/linux/x86/64/config-6.12
index bb28d596a37dfe3e5bdb4ef94a1c583c13001eaf..ab74aef214cad13887d6d121cc7a767fa7dbb250 100644
(file)
--- a/
target/linux/x86/64/config-6.12
+++ b/
target/linux/x86/64/config-6.12
@@
-333,6
+333,7
@@
CONFIG_MITIGATION_IBRS_ENTRY=y
CONFIG_MITIGATION_PAGE_TABLE_ISOLATION=y
# CONFIG_MITIGATION_SLS is not set
CONFIG_MMC=y
+CONFIG_MMCONF_FAM10H=y
CONFIG_MMC_BLOCK=y
CONFIG_MMC_CQHCI=y
CONFIG_MMC_RICOH_MMC=y
@@
-390,7
+391,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