|
|
@@ -28,7 +28,8 @@ XILINX_PREBUILT_BOARD_DIR = $(@D)/$(XILINX_PREBUILT_BOARD)-$(XILINX_PREBUILT_FAM
|
|
|
|
|
|
ifeq ($(BR2_TARGET_XILINX_PREBUILT_VERSAL),y)
|
|
|
ifeq ($(BR2_TARGET_XILINX_PREBUILT_VERSAL_XSA),y)
|
|
|
-XILINX_PREBUILT_PLM = $(@D)/pdi_files/gen_files/plm.elf
|
|
|
+# Supports either plm.elf or plmfw.elf filenames
|
|
|
+XILINX_PREBUILT_PLM = $(@D)/pdi_files/gen_files/plm*.elf
|
|
|
# Unlike the psmfw.elf file for Xilinx development boards,
|
|
|
# AMD Vivado Design Suite currently generates a file named psm_fw.elf.
|
|
|
# Future versions of AMD Vivado will generate a file named psmfw.elf,
|
|
|
@@ -60,7 +61,8 @@ define XILINX_PREBUILT_INSTALL_VERSAL_XSA_PLD_PDI
|
|
|
endef
|
|
|
endif # BR2_TARGET_XILINX_PREBUILT_VERSAL_PLD_PDI
|
|
|
else # BR2_TARGET_XILINX_PREBUILT_VERSAL_XSA
|
|
|
-XILINX_PREBUILT_PLM = $(XILINX_PREBUILT_BOARD_DIR)/plm.elf
|
|
|
+# Supports either plm.elf or plmfw.elf filenames
|
|
|
+XILINX_PREBUILT_PLM = $(XILINX_PREBUILT_BOARD_DIR)/plm*.elf
|
|
|
XILINX_PREBUILT_PSMFW = $(XILINX_PREBUILT_BOARD_DIR)/psmfw.elf
|
|
|
# We need the *.pdi glob, because the file has different names for the
|
|
|
# different boards, and it has to be named boot.pdi when installed.
|