Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Darjeeling CI job #26152

Merged
merged 4 commits into from
Feb 7, 2025
Merged

Add Darjeeling CI job #26152

merged 4 commits into from
Feb 7, 2025

Conversation

pamaury
Copy link
Contributor

@pamaury pamaury commented Feb 6, 2025

This check verifies that the build graph sense when the top is set to Darjeeling. Furthermore, it tries to build a restricted set of tests for Darjeeling DV (currently only the uart_smoketest). The purpose of this check is to prevent regression while the codebase is being converted to multitop.

Requires #26150, otherwise the uart_smoketest won't compile because of dt_racl_ctrl.

Some modules may not be accessible the hart address space (e.g.
racl_ctrl on Darjeeling). In this case, the generator was not
creating an entry in the DT which is incorrect. With this commit,
an entry is always created with a purposefully wrong address
(0xffffffff). Though this is not ideal, it at least ensures that
the code compiles.

Signed-off-by: Amaury Pouly <[email protected]>
Previously the macro was inserting a select() based on the top but
did not mark the target with any compatibility requirements. This
could cause issues if someone tried to build the target when no
execution environment matches.

Signed-off-by: Amaury Pouly <[email protected]>
This targets wants to package FPGA binaries which do not exist.
We should revisit this target for other tops and find a more
generic way of handling this.

Signed-off-by: Amaury Pouly <[email protected]>
This check verifies that the build graph sense when the top is set
to Darjeeling. Furthermore, it tries to build a restricted set of
tests for Darjeeling DV (currently only the uart_smoketest). The
purpose of this check is to prevent regression while the codebase
is being converted to multitop.

Signed-off-by: Amaury Pouly <[email protected]>
@pamaury pamaury requested review from jwnrt, a-will and Razer6 and removed request for rswarbrick, cfrantz, msfschaffner and jwnrt February 6, 2025 14:59
@pamaury pamaury merged commit 942fe24 into lowRISC:master Feb 7, 2025
40 checks passed
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.

3 participants