-
Notifications
You must be signed in to change notification settings - Fork 795
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
[multitop] Devicetables SW #25807
Draft
pamaury
wants to merge
11
commits into
lowRISC:master
Choose a base branch
from
pamaury:multitop_sw_dt
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
[multitop] Devicetables SW #25807
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pamaury
force-pushed
the
multitop_sw_dt
branch
2 times, most recently
from
January 8, 2025 15:52
1e8044d
to
211bc97
Compare
I have done some renaming:
|
pamaury
force-pushed
the
multitop_sw_dt
branch
2 times, most recently
from
January 10, 2025 13:58
6617b03
to
4934aa4
Compare
This list will be useful for the multi-top support. Signed-off-by: Amaury Pouly <[email protected]> Co-authored-by: Alexander Williams <[email protected]>
pamaury
force-pushed
the
multitop_sw_dt
branch
3 times, most recently
from
January 10, 2025 14:16
361d002
to
7d4c4ec
Compare
Signed-off-by: Amaury Pouly <[email protected]> Co-authored-by: Alexander Williams <[email protected]>
This macro, which is similar to `opentitan_ip_{c,rust}_header` generates the IP-specific part of the DT headers. This macro uses a rule a that will be used to generate top-level headers later and so is slightly more general than necessary for this commit. Signed-off-by: Amaury Pouly <[email protected]>
This implementation works even if some of the elements are select(). Signed-off-by: Amaury Pouly <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
This rule can generate both `dt_api.h` and the `devicetables.{c,h}` library. Signed-off-by: Amaury Pouly <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
This commit adds the "target" specific part of the DT library. Currently this is only used for the clock speeds which are not the same on silicon and FPGA. Signed-off-by: Amaury Pouly <[email protected]> Co-authored-by: Alexander Williams <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
This avoid including by mistake the wrong file: because it is marked as incompatible, it will fail to compile. Signed-off-by: Amaury Pouly <[email protected]>
This define is available as soon as one includes the top's library. Signed-off-by: Amaury Pouly <[email protected]>
pamaury
force-pushed
the
multitop_sw_dt
branch
from
January 10, 2025 15:00
7d4c4ec
to
8b106e6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an implementation of the multitop software RFC and is a reimplementation of #24453.
Still WIP
TODO: