configs: j784s4_evm_a72_defconfig: Enable configs for PCIe boot

J784S4 SoC has two instances of PCIe, namely PCIe0 and PCIe1. The
PCIe1 instance is used for PCIe endpoint boot. Enable the configs
required for PCIe boot on the J784S4 platform.

Signed-off-by: Hrushikesh Salunke <h-salunke@ti.com>
Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
This commit is contained in:
Hrushikesh Salunke
2026-03-16 08:24:04 -06:00
committed by Tom Rini
parent d83eefab8c
commit 3c28bf7719
+7
View File
@@ -44,9 +44,16 @@ CONFIG_SPL_FS_LOAD_PAYLOAD_NAME="u-boot.img"
CONFIG_SPL_I2C=y
CONFIG_SPL_DM_MAILBOX=y
CONFIG_SPL_DM_SPI_FLASH=y
CONFIG_SPL_PCI_ENDPOINT=y
CONFIG_SPL_DM_RESET=y
CONFIG_SPL_POWER_DOMAIN=y
CONFIG_SPL_RAM_DEVICE=y
CONFIG_SPL_PCI_DFU=y
CONFIG_SPL_PCI_DFU_SPL_LOAD_FIT_ADDRESS=0x81000000
CONFIG_SPL_PCI_DFU_BAR_SIZE=0x400000
CONFIG_SPL_PCI_DFU_VENDOR_ID=0x104c
CONFIG_SPL_PCI_DFU_DEVICE_ID=0xb012
CONFIG_SPL_PCI_DFU_BOOT_PHASE="tispl.bin"
# CONFIG_SPL_SPI_FLASH_TINY is not set
CONFIG_SPL_SPI_FLASH_SFDP_SUPPORT=y
CONFIG_SPL_SPI_LOAD=y