[PATCH] pci: apple: Enable CONFIG_SYS_PCI_64BIT

The Apple hardware supports 64-bit prefetchable memory windows so enable CONFIG_SYS_PCI_64BIT. This fixes BAR assignments for the Broadcom Ethernet controller used in some of the desktop machines.
Signed-off-by: Mark Kettenis kettenis@openbsd.org --- drivers/pci/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index ef328d2652..126ef5dd12 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -109,6 +109,7 @@ config PCIE_APPLE bool "Enable Apple PCIe driver" depends on ARCH_APPLE imply PCI_INIT_R + select SYS_PCI_64BIT default y help Say Y here if you want to enable PCIe controller support on

On Fri, Jul 14, 2023 at 09:15:16PM +0200, Mark Kettenis wrote:
The Apple hardware supports 64-bit prefetchable memory windows so enable CONFIG_SYS_PCI_64BIT. This fixes BAR assignments for the Broadcom Ethernet controller used in some of the desktop machines.
Signed-off-by: Mark Kettenis kettenis@openbsd.org
Applied to u-boot/next, thanks!
participants (2)
-
Mark Kettenis
-
Tom Rini