-
Notifications
You must be signed in to change notification settings - Fork 50
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
Astral rebase #101
Astral rebase #101
Conversation
Co-authored-by: bluew <[email protected]>
Co-authored-by: Michael Rogenmoser <[email protected]>
* hw: Remove obsolete typedef * sw/deps: Use HTTP reference for CVA6 SDK
* Add correct compile command to quick start instructions * Add correct questa compile command to docs --------- Co-authored-by: sem23h24 Luka Guzenko (lguzenko) <[email protected]>
As of #56, multiple cores are supported. Signed-off-by: Nils Wistoff <[email protected]>
Adding support for atomics, see pulp-platform/unbent#2 Signed-off-by: Nils Wistoff <[email protected]>
This version contains critical bugfixes, see https://github.com/pulp-platform/axi_riscv_atomics/blob/v0.8.2/CHANGELOG.md Signed-off-by: Nils Wistoff <[email protected]>
* Fix bug in perf counter when no events
on the DMR enable value in the HMR unit.
I will convert this to a draft, since surely you are kidding with this being ready for review. EDIT: Just realizing now that this does not target main. Why merge main back into a non-main branch instead of rebasing, and why pull-request it? Closed. |
The non-main branch you are mentioning is temporarily a reference for a project, and since there will be other people using and updating it I have opened a merge request for it in order to not force-push directly there... The plan is to later (short term) evaluate the possibility to merge the features in the main, but it needs discussion first that is planned for this week before actually proposing merging such features. |
Since the PR was not targeting main and is part of the development flow of the Once the Until then I think it's not our business :) |
Add CVA6 bare-metal boot from Security Island
Rebasing on main and fixing the workflow.