]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: j7200_evm_a72_defconfig: enable 64-bit addressing for PCIe
authorSiddharth Vadapalli <s-vadapalli@ti.com>
Fri, 27 Feb 2026 11:58:33 +0000 (17:28 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 9 Mar 2026 15:35:49 +0000 (09:35 -0600)
The PCIe1 instance of PCIe on the J7200 SoC uses the 4 GB Address Window
starting from 0x41_0000_0000 to map System Addresses to PCIe Bus Addresses.
Hence, enable CONFIG_SYS_PCI_64BIT.

Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Fixes: 79f3e77133bd ("Subtree merge tag 'v6.16-dts' of dts repo [1] into dts/upstream")
configs/j7200_evm_a72_defconfig

index 27a9db72fb5393dd13249be8b301ed0322c22636..5c5abd94eb0617987b465827ec1edc00f85d45aa 100644 (file)
@@ -30,6 +30,7 @@ CONFIG_SPL_LIBDISK_SUPPORT=y
 CONFIG_SPL_SPI_FLASH_SUPPORT=y
 CONFIG_SPL_SPI=y
 # CONFIG_PSCI_RESET is not set
+CONFIG_SYS_PCI_64BIT=y
 CONFIG_PCI=y
 # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
 CONFIG_BOOTSTD_FULL=y