[PATCH 3/3] configs: am64x_evm_a53_defconfig: Enable configs for PCIe boot
Hrushikesh Salunke
h-salunke at ti.com
Thu Jun 12 10:55:34 CEST 2025
TI's AM64x SoC has a single instance of PCIe Controller namely PCIe0
and it supports PCIe boot. Enable config options for PCIe boot.
Signed-off-by: Hrushikesh Salunke <h-salunke at ti.com>
---
configs/am64x_evm_a53_defconfig | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/configs/am64x_evm_a53_defconfig b/configs/am64x_evm_a53_defconfig
index 5c3b46d710f..f14caef955d 100644
--- a/configs/am64x_evm_a53_defconfig
+++ b/configs/am64x_evm_a53_defconfig
@@ -56,9 +56,17 @@ CONFIG_SPL_DM_MAILBOX=y
CONFIG_SPL_DM_SPI_FLASH=y
CONFIG_SPL_NET=y
CONFIG_SPL_NET_VCI_STRING="AM64X U-Boot A53 SPL"
+CONFIG_SPL_PCI_ENDPOINT=y
CONFIG_SPL_POWER_DOMAIN=y
CONFIG_SPL_RAM_SUPPORT=y
CONFIG_SPL_RAM_DEVICE=y
+CONFIG_SPL_PCI_DFU=y
+CONFIG_PCI_DFU_SPL_LOAD_FIT_ADDRESS=0x81000000
+CONFIG_PCI_DFU_BAR_SIZE=0x400000
+CONFIG_PCI_DFU_MAGIC_WORD=0xdeadbeee
+CONFIG_PCI_DFU_VENDOR_ID=0x104c
+CONFIG_PCI_DFU_DEVICE_ID=0xb010
+CONFIG_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
--
2.34.1
More information about the U-Boot
mailing list