Closed pullmoll closed 4 years ago
It seems I found the change. In linux5.4 there were options
CONFIG_PCIE_CADENCE=y
CONFIG_PCIE_CADENCE_HOST=y
CONFIG_PCIE_CADENCE_EP=y
in linux5.5 these were renamed to
CONFIG_PCIE_CADENCE_PLAT_HOST=y
CONFIG_PCIE_CADENCE_PLAT_EP=y
I pushed the modified ppc64-dotconfig
file. I not confident whether this should be changed for ppc64le-dotconfig
as well, while I believe it should to match the previous configuration. I'll leave that to you @q66.
please enable for ppc64le as well, thanks
Done.
I compiled linux5.5-5.5.5 for ppc64 and it boots ok. Yet it fails to recognize my SATA controller, JMB363 SATA/IDE controller manufactured by JMicron Technology Corp. pci197b,2363, and thus fails to detect an 1TB SSD attached to it.
I put this extra controller in my G5 because the internal K2 SATA manufactured by Broadcom doesn't work with newer SSDs.
The controller is recognized in linux5.4 so I think some configuration option dealing with the PCI bus may prevent its detection / enumeration.
Here's the lspci output on linux5.4-5.4.21_1:
Any ideas what I could try to change?