Skip to content

fixed bug in drivers' Makefile that prevented the compilation of Petalinux's components#2

Open
dbellix wants to merge 1 commit intoHWSec-CSIC:mainfrom
dbellix:SE_QUBIP_3.2_dbellix
Open

fixed bug in drivers' Makefile that prevented the compilation of Petalinux's components#2
dbellix wants to merge 1 commit intoHWSec-CSIC:mainfrom
dbellix:SE_QUBIP_3.2_dbellix

Conversation

@dbellix
Copy link
Copy Markdown

@dbellix dbellix commented Sep 30, 2025

Hi HWSec Team,

I had many struggle in importing the SE on a Vivado 2024.1 Project intended to generate a legal XSA and bitstream for Petalinux 2024.1. The archived IP has a bug in the Makefile of the drivers. In particular, the LIBSOURCES and OUTS declaration have errors in the way the sh wildcard command is called inside the Makefile.

Bugged version:

LIBSOURCES = ($wildcard ...
OUTS = ($wildcard ...

Fixed version:

LIBSOURCES = $(wildcard ...
OUTS = $(wildcard ...

This will prevent the building of PMU-FW as well as FSBL on Petalinux, as they automatically import the drivers of the IP after XSA generation.

Best regards,
Davide

@dbellix
Copy link
Copy Markdown
Author

dbellix commented Oct 28, 2025

Hi HWSec Team,

it seems that I don't have the permission to create a new branch, but the same issue is still there with v3.3.0.

Best regards,
Davide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant